From 5950fbe6a2123fb7b2c8455a070b942ec67ebf2c Mon Sep 17 00:00:00 2001 From: AlexanderYukhanov Date: Thu, 7 Jun 2018 09:55:49 -0700 Subject: [PATCH 1/5] BatchAI. Autogenerated SDK for 2018-05-01 API spec --- .../batchai/batch_ai_management_client.py | 34 +- .../azure/mgmt/batchai/models/__init__.py | 85 ++- .../mgmt/batchai/models/batch_ai_error.py | 29 +- .../mgmt/batchai/models/batch_ai_error_py3.py | 31 +- .../batch_ai_management_client_enums.py | 29 +- .../azure/mgmt/batchai/models/cluster.py | 29 +- .../models/cluster_create_parameters.py | 9 - .../models/cluster_create_parameters_py3.py | 11 +- .../azure/mgmt/batchai/models/cluster_py3.py | 31 +- .../models/cluster_update_parameters.py | 4 - .../models/cluster_update_parameters_py3.py | 6 +- ...clusters_list_by_resource_group_options.py | 39 -- ...ters_list_by_resource_group_options_py3.py | 39 -- ... => clusters_list_by_workspace_options.py} | 16 +- ...clusters_list_by_workspace_options_py3.py} | 18 +- .../mgmt/batchai/models/container_settings.py | 5 + .../batchai/models/container_settings_py3.py | 7 +- .../batchai/models/custom_mpi_settings.py | 41 ++ .../batchai/models/custom_mpi_settings_py3.py | 41 ++ .../azure/mgmt/batchai/models/experiment.py | 61 ++ .../mgmt/batchai/models/experiment_paged.py | 27 + .../mgmt/batchai/models/experiment_py3.py | 61 ++ ... experiments_list_by_workspace_options.py} | 16 +- ...eriments_list_by_workspace_options_py3.py} | 18 +- .../azure/mgmt/batchai/models/file.py | 45 +- .../azure/mgmt/batchai/models/file_py3.py | 47 +- .../azure/mgmt/batchai/models/file_server.py | 20 +- .../models/file_server_create_parameters.py | 9 - .../file_server_create_parameters_py3.py | 11 +- .../mgmt/batchai/models/file_server_py3.py | 20 +- ..._servers_list_by_resource_group_options.py | 39 -- ...vers_list_by_resource_group_options_py3.py | 39 -- .../file_servers_list_by_workspace_options.py | 29 + ...e_servers_list_by_workspace_options_py3.py | 29 + .../mgmt/batchai/models/horovod_settings.py | 50 ++ .../batchai/models/horovod_settings_py3.py | 50 ++ .../azure/mgmt/batchai/models/job.py | 72 +-- .../batchai/models/job_create_parameters.py | 34 +- .../models/job_create_parameters_py3.py | 36 +- .../models/job_properties_execution_info.py | 38 +- .../job_properties_execution_info_py3.py | 40 +- .../azure/mgmt/batchai/models/job_py3.py | 74 +-- .../models/jobs_list_by_experiment_options.py | 29 + .../jobs_list_by_experiment_options_py3.py | 29 + .../batchai/models/key_vault_key_reference.py | 40 -- .../models/key_vault_key_reference_py3.py | 40 -- .../mgmt/batchai/models/local_data_volume.py | 41 -- .../batchai/models/local_data_volume_py3.py | 41 -- .../batchai/models/manual_scale_settings.py | 4 +- .../models/manual_scale_settings_py3.py | 4 +- .../mgmt/batchai/models/mount_settings.py | 5 - .../mgmt/batchai/models/mount_settings_py3.py | 7 +- .../mgmt/batchai/models/node_state_counts.py | 51 +- .../batchai/models/node_state_counts_py3.py | 53 +- .../azure/mgmt/batchai/models/operation.py | 20 +- .../mgmt/batchai/models/operation_display.py | 34 +- .../batchai/models/operation_display_py3.py | 36 +- .../mgmt/batchai/models/operation_py3.py | 22 +- .../mgmt/batchai/models/output_directory.py | 14 - .../batchai/models/output_directory_py3.py | 16 +- .../mgmt/batchai/models/proxy_resource.py | 45 ++ .../mgmt/batchai/models/proxy_resource_py3.py | 45 ++ .../models/remote_login_information.py | 29 +- .../models/remote_login_information_py3.py | 31 +- .../azure/mgmt/batchai/models/setup_task.py | 12 +- .../mgmt/batchai/models/setup_task_py3.py | 14 +- .../azure/mgmt/batchai/models/usage.py | 37 +- .../azure/mgmt/batchai/models/usage_name.py | 20 +- .../mgmt/batchai/models/usage_name_py3.py | 22 +- .../azure/mgmt/batchai/models/usage_py3.py | 39 +- .../azure/mgmt/batchai/models/workspace.py | 69 ++ .../models/workspace_create_parameters.py | 38 ++ .../models/workspace_create_parameters_py3.py | 38 ++ .../mgmt/batchai/models/workspace_paged.py | 27 + .../mgmt/batchai/models/workspace_py3.py | 69 ++ .../models/workspace_update_parameters.py | 28 + .../models/workspace_update_parameters_py3.py | 28 + ...kspaces_list_by_resource_group_options.py} | 14 +- ...ces_list_by_resource_group_options_py3.py} | 16 +- ..._options.py => workspaces_list_options.py} | 14 +- ..._py3.py => workspaces_list_options_py3.py} | 16 +- .../azure/mgmt/batchai/operations/__init__.py | 12 +- .../batchai/operations/clusters_operations.py | 208 +++--- .../operations/experiments_operations.py | 392 ++++++++++++ .../operations/file_servers_operations.py | 179 ++---- .../batchai/operations/jobs_operations.py | 593 +++++++++--------- .../mgmt/batchai/operations/operations.py | 4 +- ...age_operations.py => usages_operations.py} | 8 +- .../operations/workspaces_operations.py | 527 ++++++++++++++++ scripts/dev_setup.py | 2 +- 90 files changed, 2828 insertions(+), 1603 deletions(-) delete mode 100644 azure-mgmt-batchai/azure/mgmt/batchai/models/clusters_list_by_resource_group_options.py delete mode 100644 azure-mgmt-batchai/azure/mgmt/batchai/models/clusters_list_by_resource_group_options_py3.py rename azure-mgmt-batchai/azure/mgmt/batchai/models/{clusters_list_options.py => clusters_list_by_workspace_options.py} (59%) rename azure-mgmt-batchai/azure/mgmt/batchai/models/{clusters_list_options_py3.py => clusters_list_by_workspace_options_py3.py} (55%) create mode 100644 azure-mgmt-batchai/azure/mgmt/batchai/models/custom_mpi_settings.py create mode 100644 azure-mgmt-batchai/azure/mgmt/batchai/models/custom_mpi_settings_py3.py create mode 100644 azure-mgmt-batchai/azure/mgmt/batchai/models/experiment.py create mode 100644 azure-mgmt-batchai/azure/mgmt/batchai/models/experiment_paged.py create mode 100644 azure-mgmt-batchai/azure/mgmt/batchai/models/experiment_py3.py rename azure-mgmt-batchai/azure/mgmt/batchai/models/{file_servers_list_options.py => experiments_list_by_workspace_options.py} (58%) rename azure-mgmt-batchai/azure/mgmt/batchai/models/{file_servers_list_options_py3.py => experiments_list_by_workspace_options_py3.py} (54%) delete mode 100644 azure-mgmt-batchai/azure/mgmt/batchai/models/file_servers_list_by_resource_group_options.py delete mode 100644 azure-mgmt-batchai/azure/mgmt/batchai/models/file_servers_list_by_resource_group_options_py3.py create mode 100644 azure-mgmt-batchai/azure/mgmt/batchai/models/file_servers_list_by_workspace_options.py create mode 100644 azure-mgmt-batchai/azure/mgmt/batchai/models/file_servers_list_by_workspace_options_py3.py create mode 100644 azure-mgmt-batchai/azure/mgmt/batchai/models/horovod_settings.py create mode 100644 azure-mgmt-batchai/azure/mgmt/batchai/models/horovod_settings_py3.py create mode 100644 azure-mgmt-batchai/azure/mgmt/batchai/models/jobs_list_by_experiment_options.py create mode 100644 azure-mgmt-batchai/azure/mgmt/batchai/models/jobs_list_by_experiment_options_py3.py delete mode 100644 azure-mgmt-batchai/azure/mgmt/batchai/models/key_vault_key_reference.py delete mode 100644 azure-mgmt-batchai/azure/mgmt/batchai/models/key_vault_key_reference_py3.py delete mode 100644 azure-mgmt-batchai/azure/mgmt/batchai/models/local_data_volume.py delete mode 100644 azure-mgmt-batchai/azure/mgmt/batchai/models/local_data_volume_py3.py create mode 100644 azure-mgmt-batchai/azure/mgmt/batchai/models/proxy_resource.py create mode 100644 azure-mgmt-batchai/azure/mgmt/batchai/models/proxy_resource_py3.py create mode 100644 azure-mgmt-batchai/azure/mgmt/batchai/models/workspace.py create mode 100644 azure-mgmt-batchai/azure/mgmt/batchai/models/workspace_create_parameters.py create mode 100644 azure-mgmt-batchai/azure/mgmt/batchai/models/workspace_create_parameters_py3.py create mode 100644 azure-mgmt-batchai/azure/mgmt/batchai/models/workspace_paged.py create mode 100644 azure-mgmt-batchai/azure/mgmt/batchai/models/workspace_py3.py create mode 100644 azure-mgmt-batchai/azure/mgmt/batchai/models/workspace_update_parameters.py create mode 100644 azure-mgmt-batchai/azure/mgmt/batchai/models/workspace_update_parameters_py3.py rename azure-mgmt-batchai/azure/mgmt/batchai/models/{jobs_list_by_resource_group_options.py => workspaces_list_by_resource_group_options.py} (61%) rename azure-mgmt-batchai/azure/mgmt/batchai/models/{jobs_list_by_resource_group_options_py3.py => workspaces_list_by_resource_group_options_py3.py} (58%) rename azure-mgmt-batchai/azure/mgmt/batchai/models/{jobs_list_options.py => workspaces_list_options.py} (62%) rename azure-mgmt-batchai/azure/mgmt/batchai/models/{jobs_list_options_py3.py => workspaces_list_options_py3.py} (58%) create mode 100644 azure-mgmt-batchai/azure/mgmt/batchai/operations/experiments_operations.py rename azure-mgmt-batchai/azure/mgmt/batchai/operations/{usage_operations.py => usages_operations.py} (96%) create mode 100644 azure-mgmt-batchai/azure/mgmt/batchai/operations/workspaces_operations.py diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/batch_ai_management_client.py b/azure-mgmt-batchai/azure/mgmt/batchai/batch_ai_management_client.py index 73b667f05463..f16772a40205 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/batch_ai_management_client.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/batch_ai_management_client.py @@ -9,15 +9,17 @@ # regenerated. # -------------------------------------------------------------------------- -from msrest.service_client import ServiceClient +from msrest.service_client import SDKClient from msrest import Serializer, Deserializer from msrestazure import AzureConfiguration from .version import VERSION from .operations.operations import Operations -from .operations.usage_operations import UsageOperations -from .operations.clusters_operations import ClustersOperations +from .operations.usages_operations import UsagesOperations +from .operations.workspaces_operations import WorkspacesOperations +from .operations.experiments_operations import ExperimentsOperations from .operations.jobs_operations import JobsOperations from .operations.file_servers_operations import FileServersOperations +from .operations.clusters_operations import ClustersOperations from . import models @@ -53,7 +55,7 @@ def __init__( self.subscription_id = subscription_id -class BatchAIManagementClient(object): +class BatchAIManagementClient(SDKClient): """The Azure BatchAI Management API. :ivar config: Configuration for client. @@ -61,14 +63,18 @@ class BatchAIManagementClient(object): :ivar operations: Operations operations :vartype operations: azure.mgmt.batchai.operations.Operations - :ivar usage: Usage operations - :vartype usage: azure.mgmt.batchai.operations.UsageOperations - :ivar clusters: Clusters operations - :vartype clusters: azure.mgmt.batchai.operations.ClustersOperations + :ivar usages: Usages operations + :vartype usages: azure.mgmt.batchai.operations.UsagesOperations + :ivar workspaces: Workspaces operations + :vartype workspaces: azure.mgmt.batchai.operations.WorkspacesOperations + :ivar experiments: Experiments operations + :vartype experiments: azure.mgmt.batchai.operations.ExperimentsOperations :ivar jobs: Jobs operations :vartype jobs: azure.mgmt.batchai.operations.JobsOperations :ivar file_servers: FileServers operations :vartype file_servers: azure.mgmt.batchai.operations.FileServersOperations + :ivar clusters: Clusters operations + :vartype clusters: azure.mgmt.batchai.operations.ClustersOperations :param credentials: Credentials needed for the client to connect to Azure. :type credentials: :mod:`A msrestazure Credentials @@ -82,20 +88,24 @@ def __init__( self, credentials, subscription_id, base_url=None): self.config = BatchAIManagementClientConfiguration(credentials, subscription_id, base_url) - self._client = ServiceClient(self.config.credentials, self.config) + super(BatchAIManagementClient, 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-03-01' + self.api_version = '2018-05-01' self._serialize = Serializer(client_models) self._deserialize = Deserializer(client_models) self.operations = Operations( self._client, self.config, self._serialize, self._deserialize) - self.usage = UsageOperations( + self.usages = UsagesOperations( self._client, self.config, self._serialize, self._deserialize) - self.clusters = ClustersOperations( + self.workspaces = WorkspacesOperations( + self._client, self.config, self._serialize, self._deserialize) + self.experiments = ExperimentsOperations( self._client, self.config, self._serialize, self._deserialize) self.jobs = JobsOperations( self._client, self.config, self._serialize, self._deserialize) self.file_servers = FileServersOperations( self._client, self.config, self._serialize, self._deserialize) + self.clusters = ClustersOperations( + self._client, self.config, self._serialize, self._deserialize) diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/__init__.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/__init__.py index bd21ae6cb5ba..4491dd4fe01e 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/__init__.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/__init__.py @@ -19,7 +19,6 @@ from .mount_settings_py3 import MountSettings from .file_server_py3 import FileServer from .key_vault_secret_reference_py3 import KeyVaultSecretReference - from .key_vault_key_reference_py3 import KeyVaultKeyReference from .file_server_create_parameters_py3 import FileServerCreateParameters from .manual_scale_settings_py3 import ManualScaleSettings from .auto_scale_settings_py3 import AutoScaleSettings @@ -54,6 +53,8 @@ from .caffe2_settings_py3 import Caffe2Settings from .chainer_settings_py3 import ChainerSettings from .custom_toolkit_settings_py3 import CustomToolkitSettings + from .custom_mpi_settings_py3 import CustomMpiSettings + from .horovod_settings_py3 import HorovodSettings from .job_preparation_py3 import JobPreparation from .input_directory_py3 import InputDirectory from .output_directory_py3 import OutputDirectory @@ -65,16 +66,20 @@ from .remote_login_information_py3 import RemoteLoginInformation from .file_py3 import File from .resource_py3 import Resource - from .local_data_volume_py3 import LocalDataVolume + from .proxy_resource_py3 import ProxyResource from .operation_display_py3 import OperationDisplay from .operation_py3 import Operation - from .clusters_list_options_py3 import ClustersListOptions - from .clusters_list_by_resource_group_options_py3 import ClustersListByResourceGroupOptions - from .jobs_list_options_py3 import JobsListOptions - from .jobs_list_by_resource_group_options_py3 import JobsListByResourceGroupOptions + from .workspace_py3 import Workspace + from .workspace_create_parameters_py3 import WorkspaceCreateParameters + from .workspace_update_parameters_py3 import WorkspaceUpdateParameters + from .experiment_py3 import Experiment + from .workspaces_list_options_py3 import WorkspacesListOptions + from .workspaces_list_by_resource_group_options_py3 import WorkspacesListByResourceGroupOptions + from .experiments_list_by_workspace_options_py3 import ExperimentsListByWorkspaceOptions + from .jobs_list_by_experiment_options_py3 import JobsListByExperimentOptions from .jobs_list_output_files_options_py3 import JobsListOutputFilesOptions - from .file_servers_list_options_py3 import FileServersListOptions - from .file_servers_list_by_resource_group_options_py3 import FileServersListByResourceGroupOptions + from .file_servers_list_by_workspace_options_py3 import FileServersListByWorkspaceOptions + from .clusters_list_by_workspace_options_py3 import ClustersListByWorkspaceOptions except (SyntaxError, ImportError): from .usage_name import UsageName from .usage import Usage @@ -85,7 +90,6 @@ from .mount_settings import MountSettings from .file_server import FileServer from .key_vault_secret_reference import KeyVaultSecretReference - from .key_vault_key_reference import KeyVaultKeyReference from .file_server_create_parameters import FileServerCreateParameters from .manual_scale_settings import ManualScaleSettings from .auto_scale_settings import AutoScaleSettings @@ -120,6 +124,8 @@ from .caffe2_settings import Caffe2Settings from .chainer_settings import ChainerSettings from .custom_toolkit_settings import CustomToolkitSettings + from .custom_mpi_settings import CustomMpiSettings + from .horovod_settings import HorovodSettings from .job_preparation import JobPreparation from .input_directory import InputDirectory from .output_directory import OutputDirectory @@ -131,35 +137,42 @@ from .remote_login_information import RemoteLoginInformation from .file import File from .resource import Resource - from .local_data_volume import LocalDataVolume + from .proxy_resource import ProxyResource from .operation_display import OperationDisplay from .operation import Operation - from .clusters_list_options import ClustersListOptions - from .clusters_list_by_resource_group_options import ClustersListByResourceGroupOptions - from .jobs_list_options import JobsListOptions - from .jobs_list_by_resource_group_options import JobsListByResourceGroupOptions + from .workspace import Workspace + from .workspace_create_parameters import WorkspaceCreateParameters + from .workspace_update_parameters import WorkspaceUpdateParameters + from .experiment import Experiment + from .workspaces_list_options import WorkspacesListOptions + from .workspaces_list_by_resource_group_options import WorkspacesListByResourceGroupOptions + from .experiments_list_by_workspace_options import ExperimentsListByWorkspaceOptions + from .jobs_list_by_experiment_options import JobsListByExperimentOptions from .jobs_list_output_files_options import JobsListOutputFilesOptions - from .file_servers_list_options import FileServersListOptions - from .file_servers_list_by_resource_group_options import FileServersListByResourceGroupOptions + from .file_servers_list_by_workspace_options import FileServersListByWorkspaceOptions + from .clusters_list_by_workspace_options import ClustersListByWorkspaceOptions from .operation_paged import OperationPaged from .usage_paged import UsagePaged -from .remote_login_information_paged import RemoteLoginInformationPaged -from .cluster_paged import ClusterPaged +from .workspace_paged import WorkspacePaged +from .experiment_paged import ExperimentPaged from .job_paged import JobPaged from .file_paged import FilePaged +from .remote_login_information_paged import RemoteLoginInformationPaged from .file_server_paged import FileServerPaged +from .cluster_paged import ClusterPaged from .batch_ai_management_client_enums import ( + UsageUnit, CachingType, StorageAccountType, - FileServerType, FileServerProvisioningState, VmPriority, DeallocationOption, ProvisioningState, AllocationState, - OutputType, + JobPriority, ToolType, ExecutionState, + FileType, ) __all__ = [ @@ -172,7 +185,6 @@ 'MountSettings', 'FileServer', 'KeyVaultSecretReference', - 'KeyVaultKeyReference', 'FileServerCreateParameters', 'ManualScaleSettings', 'AutoScaleSettings', @@ -207,6 +219,8 @@ 'Caffe2Settings', 'ChainerSettings', 'CustomToolkitSettings', + 'CustomMpiSettings', + 'HorovodSettings', 'JobPreparation', 'InputDirectory', 'OutputDirectory', @@ -218,32 +232,39 @@ 'RemoteLoginInformation', 'File', 'Resource', - 'LocalDataVolume', + 'ProxyResource', 'OperationDisplay', 'Operation', - 'ClustersListOptions', - 'ClustersListByResourceGroupOptions', - 'JobsListOptions', - 'JobsListByResourceGroupOptions', + 'Workspace', + 'WorkspaceCreateParameters', + 'WorkspaceUpdateParameters', + 'Experiment', + 'WorkspacesListOptions', + 'WorkspacesListByResourceGroupOptions', + 'ExperimentsListByWorkspaceOptions', + 'JobsListByExperimentOptions', 'JobsListOutputFilesOptions', - 'FileServersListOptions', - 'FileServersListByResourceGroupOptions', + 'FileServersListByWorkspaceOptions', + 'ClustersListByWorkspaceOptions', 'OperationPaged', 'UsagePaged', - 'RemoteLoginInformationPaged', - 'ClusterPaged', + 'WorkspacePaged', + 'ExperimentPaged', 'JobPaged', 'FilePaged', + 'RemoteLoginInformationPaged', 'FileServerPaged', + 'ClusterPaged', + 'UsageUnit', 'CachingType', 'StorageAccountType', - 'FileServerType', 'FileServerProvisioningState', 'VmPriority', 'DeallocationOption', 'ProvisioningState', 'AllocationState', - 'OutputType', + 'JobPriority', 'ToolType', 'ExecutionState', + 'FileType', ] diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/batch_ai_error.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/batch_ai_error.py index a039ffe05739..6848ef698eb8 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/batch_ai_error.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/batch_ai_error.py @@ -15,16 +15,25 @@ class BatchAIError(Model): """An error response from the Batch AI service. - :param code: An identifier for the error. Codes are invariant and are + Variables are only populated by the server, and will be ignored when + sending a request. + + :ivar 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: str - :param details: A list of additional details about the error. - :type details: list[~azure.mgmt.batchai.models.NameValuePair] + :vartype code: str + :ivar message: A message describing the error, intended to be suitable for + display in a user interface. + :vartype message: str + :ivar details: A list of additional details about the error. + :vartype details: list[~azure.mgmt.batchai.models.NameValuePair] """ + _validation = { + 'code': {'readonly': True}, + 'message': {'readonly': True}, + 'details': {'readonly': True}, + } + _attribute_map = { 'code': {'key': 'code', 'type': 'str'}, 'message': {'key': 'message', 'type': 'str'}, @@ -33,6 +42,6 @@ class BatchAIError(Model): def __init__(self, **kwargs): super(BatchAIError, self).__init__(**kwargs) - self.code = kwargs.get('code', None) - self.message = kwargs.get('message', None) - self.details = kwargs.get('details', None) + self.code = None + self.message = None + self.details = None diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/batch_ai_error_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/batch_ai_error_py3.py index 445ab3a8c083..9b2fff26d7de 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/batch_ai_error_py3.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/batch_ai_error_py3.py @@ -15,24 +15,33 @@ class BatchAIError(Model): """An error response from the Batch AI service. - :param code: An identifier for the error. Codes are invariant and are + Variables are only populated by the server, and will be ignored when + sending a request. + + :ivar 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: str - :param details: A list of additional details about the error. - :type details: list[~azure.mgmt.batchai.models.NameValuePair] + :vartype code: str + :ivar message: A message describing the error, intended to be suitable for + display in a user interface. + :vartype message: str + :ivar details: A list of additional details about the error. + :vartype details: list[~azure.mgmt.batchai.models.NameValuePair] """ + _validation = { + 'code': {'readonly': True}, + 'message': {'readonly': True}, + 'details': {'readonly': True}, + } + _attribute_map = { 'code': {'key': 'code', 'type': 'str'}, 'message': {'key': 'message', 'type': 'str'}, 'details': {'key': 'details', 'type': '[NameValuePair]'}, } - def __init__(self, *, code: str=None, message: str=None, details=None, **kwargs) -> None: + def __init__(self, **kwargs) -> None: super(BatchAIError, self).__init__(**kwargs) - self.code = code - self.message = message - self.details = details + self.code = None + self.message = None + self.details = None diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/batch_ai_management_client_enums.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/batch_ai_management_client_enums.py index 07172747786a..5eb2b6a67bfe 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/batch_ai_management_client_enums.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/batch_ai_management_client_enums.py @@ -12,6 +12,11 @@ from enum import Enum +class UsageUnit(str, Enum): + + count = "Count" + + class CachingType(str, Enum): none = "none" @@ -25,12 +30,6 @@ class StorageAccountType(str, Enum): premium_lrs = "Premium_LRS" -class FileServerType(str, Enum): - - nfs = "nfs" - glusterfs = "glusterfs" - - class FileServerProvisioningState(str, Enum): creating = "creating" @@ -51,7 +50,6 @@ class DeallocationOption(str, Enum): requeue = "requeue" terminate = "terminate" waitforjobcompletion = "waitforjobcompletion" - unknown = "unknown" class ProvisioningState(str, Enum): @@ -68,12 +66,11 @@ class AllocationState(str, Enum): resizing = "resizing" -class OutputType(str, Enum): +class JobPriority(str, Enum): - model = "model" - logs = "logs" - summary = "summary" - custom = "custom" + low = "low" + normal = "normal" + high = "high" class ToolType(str, Enum): @@ -83,6 +80,8 @@ class ToolType(str, Enum): caffe = "caffe" caffe2 = "caffe2" chainer = "chainer" + horovod = "horovod" + mpi = "mpi" custom = "custom" @@ -93,3 +92,9 @@ class ExecutionState(str, Enum): terminating = "terminating" succeeded = "succeeded" failed = "failed" + + +class FileType(str, Enum): + + file = "file" + directory = "directory" diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/cluster.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/cluster.py index fed384116b6d..8a039c006742 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/cluster.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/cluster.py @@ -9,25 +9,21 @@ # regenerated. # -------------------------------------------------------------------------- -from .resource import Resource +from .proxy_resource import ProxyResource -class Cluster(Resource): +class Cluster(ProxyResource): """Contains information about a Cluster. Variables are only populated by the server, and will be ignored when sending a request. - :ivar id: The ID of the resource + :ivar id: The ID of the resource. :vartype id: str - :ivar name: The name of the resource + :ivar name: The name of the resource. :vartype name: str - :ivar type: The type of the resource + :ivar type: The type of the resource. :vartype type: str - :ivar location: The location of the resource - :vartype location: str - :ivar tags: The tags of the resource - :vartype tags: dict[str, str] :param vm_size: The size of the virtual machines in the cluster. All virtual machines in a cluster are the same size. For information about available VM sizes for clusters using images from the Virtual Machines @@ -81,10 +77,10 @@ class Cluster(Resource): :ivar allocation_state_transition_time: The time at which the cluster entered its current allocation state. :vartype allocation_state_transition_time: datetime - :param errors: Contains details of various errors on the cluster including + :ivar errors: Contains details of various errors on the cluster including resize and node setup task. This element contains all the errors encountered by various compute nodes during node setup. - :type errors: list[~azure.mgmt.batchai.models.BatchAIError] + :vartype errors: list[~azure.mgmt.batchai.models.BatchAIError] :ivar current_node_count: The number of compute nodes currently assigned to the cluster. :vartype current_node_count: int @@ -96,13 +92,12 @@ class Cluster(Resource): 'id': {'readonly': True}, 'name': {'readonly': True}, 'type': {'readonly': True}, - 'location': {'readonly': True}, - 'tags': {'readonly': True}, 'creation_time': {'readonly': True}, 'provisioning_state': {'readonly': True}, 'provisioning_state_transition_time': {'readonly': True}, 'allocation_state': {'readonly': True}, 'allocation_state_transition_time': {'readonly': True}, + 'errors': {'readonly': True}, 'current_node_count': {'readonly': True}, 'node_state_counts': {'readonly': True}, } @@ -111,8 +106,6 @@ class Cluster(Resource): 'id': {'key': 'id', 'type': 'str'}, 'name': {'key': 'name', 'type': 'str'}, 'type': {'key': 'type', 'type': 'str'}, - 'location': {'key': 'location', 'type': 'str'}, - 'tags': {'key': 'tags', 'type': '{str}'}, 'vm_size': {'key': 'properties.vmSize', 'type': 'str'}, 'vm_priority': {'key': 'properties.vmPriority', 'type': 'VmPriority'}, 'scale_settings': {'key': 'properties.scaleSettings', 'type': 'ScaleSettings'}, @@ -121,9 +114,9 @@ class Cluster(Resource): 'user_account_settings': {'key': 'properties.userAccountSettings', 'type': 'UserAccountSettings'}, 'subnet': {'key': 'properties.subnet', 'type': 'ResourceId'}, 'creation_time': {'key': 'properties.creationTime', 'type': 'iso-8601'}, - 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'ProvisioningState'}, + 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, 'provisioning_state_transition_time': {'key': 'properties.provisioningStateTransitionTime', 'type': 'iso-8601'}, - 'allocation_state': {'key': 'properties.allocationState', 'type': 'AllocationState'}, + 'allocation_state': {'key': 'properties.allocationState', 'type': 'str'}, 'allocation_state_transition_time': {'key': 'properties.allocationStateTransitionTime', 'type': 'iso-8601'}, 'errors': {'key': 'properties.errors', 'type': '[BatchAIError]'}, 'current_node_count': {'key': 'properties.currentNodeCount', 'type': 'int'}, @@ -144,6 +137,6 @@ def __init__(self, **kwargs): self.provisioning_state_transition_time = None self.allocation_state = None self.allocation_state_transition_time = None - self.errors = kwargs.get('errors', None) + self.errors = None self.current_node_count = None self.node_state_counts = None diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/cluster_create_parameters.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/cluster_create_parameters.py index 9954521acc6c..ccc1a26333de 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/cluster_create_parameters.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/cluster_create_parameters.py @@ -17,10 +17,6 @@ class ClusterCreateParameters(Model): All required parameters must be populated in order to send to Azure. - :param location: Required. The region in which to create the cluster. - :type location: str - :param tags: The user specified tags associated with the Cluster. - :type tags: dict[str, str] :param vm_size: Required. The size of the virtual machines in the cluster. All virtual machines in a cluster are the same size. For information about available VM sizes for clusters using images from the Virtual Machines @@ -50,14 +46,11 @@ class ClusterCreateParameters(Model): """ _validation = { - 'location': {'required': True}, 'vm_size': {'required': True}, 'user_account_settings': {'required': True}, } _attribute_map = { - 'location': {'key': 'location', 'type': 'str'}, - 'tags': {'key': 'tags', 'type': '{str}'}, 'vm_size': {'key': 'properties.vmSize', 'type': 'str'}, 'vm_priority': {'key': 'properties.vmPriority', 'type': 'VmPriority'}, 'scale_settings': {'key': 'properties.scaleSettings', 'type': 'ScaleSettings'}, @@ -69,8 +62,6 @@ class ClusterCreateParameters(Model): def __init__(self, **kwargs): super(ClusterCreateParameters, self).__init__(**kwargs) - self.location = kwargs.get('location', None) - self.tags = kwargs.get('tags', None) self.vm_size = kwargs.get('vm_size', None) self.vm_priority = kwargs.get('vm_priority', "dedicated") self.scale_settings = kwargs.get('scale_settings', None) diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/cluster_create_parameters_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/cluster_create_parameters_py3.py index 78cdba0ab6ef..306d1cda5c84 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/cluster_create_parameters_py3.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/cluster_create_parameters_py3.py @@ -17,10 +17,6 @@ class ClusterCreateParameters(Model): All required parameters must be populated in order to send to Azure. - :param location: Required. The region in which to create the cluster. - :type location: str - :param tags: The user specified tags associated with the Cluster. - :type tags: dict[str, str] :param vm_size: Required. The size of the virtual machines in the cluster. All virtual machines in a cluster are the same size. For information about available VM sizes for clusters using images from the Virtual Machines @@ -50,14 +46,11 @@ class ClusterCreateParameters(Model): """ _validation = { - 'location': {'required': True}, 'vm_size': {'required': True}, 'user_account_settings': {'required': True}, } _attribute_map = { - 'location': {'key': 'location', 'type': 'str'}, - 'tags': {'key': 'tags', 'type': '{str}'}, 'vm_size': {'key': 'properties.vmSize', 'type': 'str'}, 'vm_priority': {'key': 'properties.vmPriority', 'type': 'VmPriority'}, 'scale_settings': {'key': 'properties.scaleSettings', 'type': 'ScaleSettings'}, @@ -67,10 +60,8 @@ class ClusterCreateParameters(Model): 'subnet': {'key': 'properties.subnet', 'type': 'ResourceId'}, } - def __init__(self, *, location: str, vm_size: str, user_account_settings, tags=None, vm_priority="dedicated", scale_settings=None, virtual_machine_configuration=None, node_setup=None, subnet=None, **kwargs) -> None: + def __init__(self, *, vm_size: str, user_account_settings, vm_priority="dedicated", scale_settings=None, virtual_machine_configuration=None, node_setup=None, subnet=None, **kwargs) -> None: super(ClusterCreateParameters, self).__init__(**kwargs) - self.location = location - self.tags = tags self.vm_size = vm_size self.vm_priority = vm_priority self.scale_settings = scale_settings diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/cluster_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/cluster_py3.py index 1bfa5e556405..40bb1fd619d0 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/cluster_py3.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/cluster_py3.py @@ -9,25 +9,21 @@ # regenerated. # -------------------------------------------------------------------------- -from .resource import Resource +from .proxy_resource_py3 import ProxyResource -class Cluster(Resource): +class Cluster(ProxyResource): """Contains information about a Cluster. Variables are only populated by the server, and will be ignored when sending a request. - :ivar id: The ID of the resource + :ivar id: The ID of the resource. :vartype id: str - :ivar name: The name of the resource + :ivar name: The name of the resource. :vartype name: str - :ivar type: The type of the resource + :ivar type: The type of the resource. :vartype type: str - :ivar location: The location of the resource - :vartype location: str - :ivar tags: The tags of the resource - :vartype tags: dict[str, str] :param vm_size: The size of the virtual machines in the cluster. All virtual machines in a cluster are the same size. For information about available VM sizes for clusters using images from the Virtual Machines @@ -81,10 +77,10 @@ class Cluster(Resource): :ivar allocation_state_transition_time: The time at which the cluster entered its current allocation state. :vartype allocation_state_transition_time: datetime - :param errors: Contains details of various errors on the cluster including + :ivar errors: Contains details of various errors on the cluster including resize and node setup task. This element contains all the errors encountered by various compute nodes during node setup. - :type errors: list[~azure.mgmt.batchai.models.BatchAIError] + :vartype errors: list[~azure.mgmt.batchai.models.BatchAIError] :ivar current_node_count: The number of compute nodes currently assigned to the cluster. :vartype current_node_count: int @@ -96,13 +92,12 @@ class Cluster(Resource): 'id': {'readonly': True}, 'name': {'readonly': True}, 'type': {'readonly': True}, - 'location': {'readonly': True}, - 'tags': {'readonly': True}, 'creation_time': {'readonly': True}, 'provisioning_state': {'readonly': True}, 'provisioning_state_transition_time': {'readonly': True}, 'allocation_state': {'readonly': True}, 'allocation_state_transition_time': {'readonly': True}, + 'errors': {'readonly': True}, 'current_node_count': {'readonly': True}, 'node_state_counts': {'readonly': True}, } @@ -111,8 +106,6 @@ class Cluster(Resource): 'id': {'key': 'id', 'type': 'str'}, 'name': {'key': 'name', 'type': 'str'}, 'type': {'key': 'type', 'type': 'str'}, - 'location': {'key': 'location', 'type': 'str'}, - 'tags': {'key': 'tags', 'type': '{str}'}, 'vm_size': {'key': 'properties.vmSize', 'type': 'str'}, 'vm_priority': {'key': 'properties.vmPriority', 'type': 'VmPriority'}, 'scale_settings': {'key': 'properties.scaleSettings', 'type': 'ScaleSettings'}, @@ -121,16 +114,16 @@ class Cluster(Resource): 'user_account_settings': {'key': 'properties.userAccountSettings', 'type': 'UserAccountSettings'}, 'subnet': {'key': 'properties.subnet', 'type': 'ResourceId'}, 'creation_time': {'key': 'properties.creationTime', 'type': 'iso-8601'}, - 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'ProvisioningState'}, + 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, 'provisioning_state_transition_time': {'key': 'properties.provisioningStateTransitionTime', 'type': 'iso-8601'}, - 'allocation_state': {'key': 'properties.allocationState', 'type': 'AllocationState'}, + 'allocation_state': {'key': 'properties.allocationState', 'type': 'str'}, 'allocation_state_transition_time': {'key': 'properties.allocationStateTransitionTime', 'type': 'iso-8601'}, 'errors': {'key': 'properties.errors', 'type': '[BatchAIError]'}, 'current_node_count': {'key': 'properties.currentNodeCount', 'type': 'int'}, 'node_state_counts': {'key': 'properties.nodeStateCounts', 'type': 'NodeStateCounts'}, } - def __init__(self, *, vm_size: str=None, vm_priority="dedicated", scale_settings=None, virtual_machine_configuration=None, node_setup=None, user_account_settings=None, subnet=None, errors=None, **kwargs) -> None: + def __init__(self, *, vm_size: str=None, vm_priority="dedicated", scale_settings=None, virtual_machine_configuration=None, node_setup=None, user_account_settings=None, subnet=None, **kwargs) -> None: super(Cluster, self).__init__(**kwargs) self.vm_size = vm_size self.vm_priority = vm_priority @@ -144,6 +137,6 @@ def __init__(self, *, vm_size: str=None, vm_priority="dedicated", scale_settings self.provisioning_state_transition_time = None self.allocation_state = None self.allocation_state_transition_time = None - self.errors = errors + self.errors = None self.current_node_count = None self.node_state_counts = None diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/cluster_update_parameters.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/cluster_update_parameters.py index 5db54d509664..f83c0448955e 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/cluster_update_parameters.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/cluster_update_parameters.py @@ -15,18 +15,14 @@ class ClusterUpdateParameters(Model): """Parameters supplied to the Update operation. - :param tags: The user specified tags associated with the Cluster. - :type tags: dict[str, str] :param scale_settings: Desired scale for the cluster. :type scale_settings: ~azure.mgmt.batchai.models.ScaleSettings """ _attribute_map = { - 'tags': {'key': 'tags', 'type': '{str}'}, 'scale_settings': {'key': 'properties.scaleSettings', 'type': 'ScaleSettings'}, } def __init__(self, **kwargs): super(ClusterUpdateParameters, self).__init__(**kwargs) - self.tags = kwargs.get('tags', None) self.scale_settings = kwargs.get('scale_settings', None) diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/cluster_update_parameters_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/cluster_update_parameters_py3.py index 3f43ae3aa17b..b217f24eaafb 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/cluster_update_parameters_py3.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/cluster_update_parameters_py3.py @@ -15,18 +15,14 @@ class ClusterUpdateParameters(Model): """Parameters supplied to the Update operation. - :param tags: The user specified tags associated with the Cluster. - :type tags: dict[str, str] :param scale_settings: Desired scale for the cluster. :type scale_settings: ~azure.mgmt.batchai.models.ScaleSettings """ _attribute_map = { - 'tags': {'key': 'tags', 'type': '{str}'}, 'scale_settings': {'key': 'properties.scaleSettings', 'type': 'ScaleSettings'}, } - def __init__(self, *, tags=None, scale_settings=None, **kwargs) -> None: + def __init__(self, *, scale_settings=None, **kwargs) -> None: super(ClusterUpdateParameters, self).__init__(**kwargs) - self.tags = tags self.scale_settings = scale_settings diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/clusters_list_by_resource_group_options.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/clusters_list_by_resource_group_options.py deleted file mode 100644 index e59e4b194e75..000000000000 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/clusters_list_by_resource_group_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 ClustersListByResourceGroupOptions(Model): - """Additional parameters for list_by_resource_group operation. - - :param filter: An OData $filter clause.. Used to filter results that are - returned in the GET respnose. - :type filter: str - :param select: An OData $select clause. Used to select the properties to - be returned in the GET respnose. - :type select: 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 - """ - - _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'select': {'key': '', 'type': 'str'}, - 'max_results': {'key': '', 'type': 'int'}, - } - - def __init__(self, **kwargs): - super(ClustersListByResourceGroupOptions, self).__init__(**kwargs) - self.filter = kwargs.get('filter', None) - self.select = kwargs.get('select', None) - self.max_results = kwargs.get('max_results', 1000) diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/clusters_list_by_resource_group_options_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/clusters_list_by_resource_group_options_py3.py deleted file mode 100644 index 809941f37570..000000000000 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/clusters_list_by_resource_group_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 ClustersListByResourceGroupOptions(Model): - """Additional parameters for list_by_resource_group operation. - - :param filter: An OData $filter clause.. Used to filter results that are - returned in the GET respnose. - :type filter: str - :param select: An OData $select clause. Used to select the properties to - be returned in the GET respnose. - :type select: 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 - """ - - _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'select': {'key': '', 'type': 'str'}, - 'max_results': {'key': '', 'type': 'int'}, - } - - def __init__(self, *, filter: str=None, select: str=None, max_results: int=1000, **kwargs) -> None: - super(ClustersListByResourceGroupOptions, self).__init__(**kwargs) - self.filter = filter - self.select = select - self.max_results = max_results diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/clusters_list_options.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/clusters_list_by_workspace_options.py similarity index 59% rename from azure-mgmt-batchai/azure/mgmt/batchai/models/clusters_list_options.py rename to azure-mgmt-batchai/azure/mgmt/batchai/models/clusters_list_by_workspace_options.py index 34f107d88e20..232f29ad677e 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/clusters_list_options.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/clusters_list_by_workspace_options.py @@ -12,28 +12,18 @@ from msrest.serialization import Model -class ClustersListOptions(Model): - """Additional parameters for list operation. +class ClustersListByWorkspaceOptions(Model): + """Additional parameters for list_by_workspace operation. - :param filter: An OData $filter clause.. Used to filter results that are - returned in the GET respnose. - :type filter: str - :param select: An OData $select clause. Used to select the properties to - be returned in the GET respnose. - :type select: 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 """ _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'select': {'key': '', 'type': 'str'}, 'max_results': {'key': '', 'type': 'int'}, } def __init__(self, **kwargs): - super(ClustersListOptions, self).__init__(**kwargs) - self.filter = kwargs.get('filter', None) - self.select = kwargs.get('select', None) + super(ClustersListByWorkspaceOptions, self).__init__(**kwargs) self.max_results = kwargs.get('max_results', 1000) diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/clusters_list_options_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/clusters_list_by_workspace_options_py3.py similarity index 55% rename from azure-mgmt-batchai/azure/mgmt/batchai/models/clusters_list_options_py3.py rename to azure-mgmt-batchai/azure/mgmt/batchai/models/clusters_list_by_workspace_options_py3.py index c2d207cae1f4..12975ebb70a8 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/clusters_list_options_py3.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/clusters_list_by_workspace_options_py3.py @@ -12,28 +12,18 @@ from msrest.serialization import Model -class ClustersListOptions(Model): - """Additional parameters for list operation. +class ClustersListByWorkspaceOptions(Model): + """Additional parameters for list_by_workspace operation. - :param filter: An OData $filter clause.. Used to filter results that are - returned in the GET respnose. - :type filter: str - :param select: An OData $select clause. Used to select the properties to - be returned in the GET respnose. - :type select: 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 """ _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'select': {'key': '', 'type': 'str'}, 'max_results': {'key': '', 'type': 'int'}, } - def __init__(self, *, filter: str=None, select: str=None, max_results: int=1000, **kwargs) -> None: - super(ClustersListOptions, self).__init__(**kwargs) - self.filter = filter - self.select = select + def __init__(self, *, max_results: int=1000, **kwargs) -> None: + super(ClustersListByWorkspaceOptions, self).__init__(**kwargs) self.max_results = max_results diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/container_settings.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/container_settings.py index 21ebe4767cfb..055b812c8dd7 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/container_settings.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/container_settings.py @@ -21,6 +21,9 @@ class ContainerSettings(Model): from. :type image_source_registry: ~azure.mgmt.batchai.models.ImageSourceRegistry + :param shm_size: Size of /dev/shm. Please refer to docker documentation + for supported argument formats. + :type shm_size: str """ _validation = { @@ -29,8 +32,10 @@ class ContainerSettings(Model): _attribute_map = { 'image_source_registry': {'key': 'imageSourceRegistry', 'type': 'ImageSourceRegistry'}, + 'shm_size': {'key': 'shmSize', 'type': 'str'}, } def __init__(self, **kwargs): super(ContainerSettings, self).__init__(**kwargs) self.image_source_registry = kwargs.get('image_source_registry', None) + self.shm_size = kwargs.get('shm_size', None) diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/container_settings_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/container_settings_py3.py index 517fa8bc73d0..9d44e80ffb03 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/container_settings_py3.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/container_settings_py3.py @@ -21,6 +21,9 @@ class ContainerSettings(Model): from. :type image_source_registry: ~azure.mgmt.batchai.models.ImageSourceRegistry + :param shm_size: Size of /dev/shm. Please refer to docker documentation + for supported argument formats. + :type shm_size: str """ _validation = { @@ -29,8 +32,10 @@ class ContainerSettings(Model): _attribute_map = { 'image_source_registry': {'key': 'imageSourceRegistry', 'type': 'ImageSourceRegistry'}, + 'shm_size': {'key': 'shmSize', 'type': 'str'}, } - def __init__(self, *, image_source_registry, **kwargs) -> None: + def __init__(self, *, image_source_registry, shm_size: str=None, **kwargs) -> None: super(ContainerSettings, self).__init__(**kwargs) self.image_source_registry = image_source_registry + self.shm_size = shm_size diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/custom_mpi_settings.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/custom_mpi_settings.py new file mode 100644 index 000000000000..e69c7df270bf --- /dev/null +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/custom_mpi_settings.py @@ -0,0 +1,41 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +from msrest.serialization import Model + + +class CustomMpiSettings(Model): + """Specifies the settings for a custom MPI job. + + All required parameters must be populated in order to send to Azure. + + :param command_line: Required. The program and program command line + parameters to be executed by mpi runtime. + :type command_line: str + :param process_count: Number of processes parameter that is passed to MPI + runtime. The default value for this property is equal to nodeCount + property + :type process_count: int + """ + + _validation = { + 'command_line': {'required': True}, + } + + _attribute_map = { + 'command_line': {'key': 'commandLine', 'type': 'str'}, + 'process_count': {'key': 'processCount', 'type': 'int'}, + } + + def __init__(self, **kwargs): + super(CustomMpiSettings, self).__init__(**kwargs) + self.command_line = kwargs.get('command_line', None) + self.process_count = kwargs.get('process_count', None) diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/custom_mpi_settings_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/custom_mpi_settings_py3.py new file mode 100644 index 000000000000..d0c2c703aae8 --- /dev/null +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/custom_mpi_settings_py3.py @@ -0,0 +1,41 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +from msrest.serialization import Model + + +class CustomMpiSettings(Model): + """Specifies the settings for a custom MPI job. + + All required parameters must be populated in order to send to Azure. + + :param command_line: Required. The program and program command line + parameters to be executed by mpi runtime. + :type command_line: str + :param process_count: Number of processes parameter that is passed to MPI + runtime. The default value for this property is equal to nodeCount + property + :type process_count: int + """ + + _validation = { + 'command_line': {'required': True}, + } + + _attribute_map = { + 'command_line': {'key': 'commandLine', 'type': 'str'}, + 'process_count': {'key': 'processCount', 'type': 'int'}, + } + + def __init__(self, *, command_line: str, process_count: int=None, **kwargs) -> None: + super(CustomMpiSettings, self).__init__(**kwargs) + self.command_line = command_line + self.process_count = process_count diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/experiment.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/experiment.py new file mode 100644 index 000000000000..f0bbe532e690 --- /dev/null +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/experiment.py @@ -0,0 +1,61 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +from .proxy_resource import ProxyResource + + +class Experiment(ProxyResource): + """Contains information about the experiment. + + Variables are only populated by the server, and will be ignored when + sending a request. + + :ivar id: The ID of the resource. + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. + :vartype type: str + :ivar creation_time: Time when the Experiment was created. + :vartype creation_time: datetime + :ivar provisioning_state: The provisioned state of the experiment. + Possible values include: 'creating', 'succeeded', 'failed', 'deleting' + :vartype provisioning_state: str or + ~azure.mgmt.batchai.models.ProvisioningState + :ivar provisioning_state_transition_time: The time at which the experiment + entered its current provisioning state. The time at which the experiment + entered its current provisioning state. + :vartype provisioning_state_transition_time: datetime + """ + + _validation = { + 'id': {'readonly': True}, + 'name': {'readonly': True}, + 'type': {'readonly': True}, + 'creation_time': {'readonly': True}, + 'provisioning_state': {'readonly': True}, + 'provisioning_state_transition_time': {'readonly': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'name': {'key': 'name', 'type': 'str'}, + 'type': {'key': 'type', 'type': 'str'}, + 'creation_time': {'key': 'properties.creationTime', 'type': 'iso-8601'}, + 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, + 'provisioning_state_transition_time': {'key': 'properties.provisioningStateTransitionTime', 'type': 'iso-8601'}, + } + + def __init__(self, **kwargs): + super(Experiment, self).__init__(**kwargs) + self.creation_time = None + self.provisioning_state = None + self.provisioning_state_transition_time = None diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/experiment_paged.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/experiment_paged.py new file mode 100644 index 000000000000..3bce26bd1693 --- /dev/null +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/experiment_paged.py @@ -0,0 +1,27 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# 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 ExperimentPaged(Paged): + """ + A paging container for iterating over a list of :class:`Experiment ` object + """ + + _attribute_map = { + 'next_link': {'key': 'nextLink', 'type': 'str'}, + 'current_page': {'key': 'value', 'type': '[Experiment]'} + } + + def __init__(self, *args, **kwargs): + + super(ExperimentPaged, self).__init__(*args, **kwargs) diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/experiment_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/experiment_py3.py new file mode 100644 index 000000000000..495105a0cb91 --- /dev/null +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/experiment_py3.py @@ -0,0 +1,61 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +from .proxy_resource_py3 import ProxyResource + + +class Experiment(ProxyResource): + """Contains information about the experiment. + + Variables are only populated by the server, and will be ignored when + sending a request. + + :ivar id: The ID of the resource. + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. + :vartype type: str + :ivar creation_time: Time when the Experiment was created. + :vartype creation_time: datetime + :ivar provisioning_state: The provisioned state of the experiment. + Possible values include: 'creating', 'succeeded', 'failed', 'deleting' + :vartype provisioning_state: str or + ~azure.mgmt.batchai.models.ProvisioningState + :ivar provisioning_state_transition_time: The time at which the experiment + entered its current provisioning state. The time at which the experiment + entered its current provisioning state. + :vartype provisioning_state_transition_time: datetime + """ + + _validation = { + 'id': {'readonly': True}, + 'name': {'readonly': True}, + 'type': {'readonly': True}, + 'creation_time': {'readonly': True}, + 'provisioning_state': {'readonly': True}, + 'provisioning_state_transition_time': {'readonly': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'name': {'key': 'name', 'type': 'str'}, + 'type': {'key': 'type', 'type': 'str'}, + 'creation_time': {'key': 'properties.creationTime', 'type': 'iso-8601'}, + 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, + 'provisioning_state_transition_time': {'key': 'properties.provisioningStateTransitionTime', 'type': 'iso-8601'}, + } + + def __init__(self, **kwargs) -> None: + super(Experiment, self).__init__(**kwargs) + self.creation_time = None + self.provisioning_state = None + self.provisioning_state_transition_time = None diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/file_servers_list_options.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/experiments_list_by_workspace_options.py similarity index 58% rename from azure-mgmt-batchai/azure/mgmt/batchai/models/file_servers_list_options.py rename to azure-mgmt-batchai/azure/mgmt/batchai/models/experiments_list_by_workspace_options.py index c321c859568e..bc252206fcdb 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/file_servers_list_options.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/experiments_list_by_workspace_options.py @@ -12,28 +12,18 @@ from msrest.serialization import Model -class FileServersListOptions(Model): - """Additional parameters for list operation. +class ExperimentsListByWorkspaceOptions(Model): + """Additional parameters for list_by_workspace operation. - :param filter: An OData $filter clause.. Used to filter results that are - returned in the GET respnose. - :type filter: str - :param select: An OData $select clause. Used to select the properties to - be returned in the GET respnose. - :type select: 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 """ _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'select': {'key': '', 'type': 'str'}, 'max_results': {'key': '', 'type': 'int'}, } def __init__(self, **kwargs): - super(FileServersListOptions, self).__init__(**kwargs) - self.filter = kwargs.get('filter', None) - self.select = kwargs.get('select', None) + super(ExperimentsListByWorkspaceOptions, self).__init__(**kwargs) self.max_results = kwargs.get('max_results', 1000) diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/file_servers_list_options_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/experiments_list_by_workspace_options_py3.py similarity index 54% rename from azure-mgmt-batchai/azure/mgmt/batchai/models/file_servers_list_options_py3.py rename to azure-mgmt-batchai/azure/mgmt/batchai/models/experiments_list_by_workspace_options_py3.py index 8a12532636cf..02aa5e0fce9c 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/file_servers_list_options_py3.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/experiments_list_by_workspace_options_py3.py @@ -12,28 +12,18 @@ from msrest.serialization import Model -class FileServersListOptions(Model): - """Additional parameters for list operation. +class ExperimentsListByWorkspaceOptions(Model): + """Additional parameters for list_by_workspace operation. - :param filter: An OData $filter clause.. Used to filter results that are - returned in the GET respnose. - :type filter: str - :param select: An OData $select clause. Used to select the properties to - be returned in the GET respnose. - :type select: 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 """ _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'select': {'key': '', 'type': 'str'}, 'max_results': {'key': '', 'type': 'int'}, } - def __init__(self, *, filter: str=None, select: str=None, max_results: int=1000, **kwargs) -> None: - super(FileServersListOptions, self).__init__(**kwargs) - self.filter = filter - self.select = select + def __init__(self, *, max_results: int=1000, **kwargs) -> None: + super(ExperimentsListByWorkspaceOptions, self).__init__(**kwargs) self.max_results = max_results diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/file.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/file.py index b6068ecf0d07..09bdaf9fa0a6 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/file.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/file.py @@ -15,30 +15,35 @@ class File(Model): """Properties of the file or directory. - All required parameters must be populated in order to send to Azure. - - :param name: Required. Name of the file. - :type name: str - :param is_directory: Required. Indicates if the file is a directory. - :type is_directory: bool - :param download_url: Will contain an URL to download the corresponding + Variables are only populated by the server, and will be ignored when + sending a request. + + :ivar name: Name of the file. + :vartype name: str + :ivar file_type: Contains information about file type. Possible values + include: 'file', 'directory' + :vartype file_type: str or ~azure.mgmt.batchai.models.FileType + :ivar download_url: Will contain an URL to download the corresponding file. The downloadUrl is not returned for directories. - :type download_url: str - :param last_modified: The time at which the file was last modified. The + :vartype download_url: str + :ivar last_modified: The time at which the file was last modified. The time at which the file was last modified. - :type last_modified: datetime - :param content_length: The file size. The file size. - :type content_length: long + :vartype last_modified: datetime + :ivar content_length: The file size. The file size. + :vartype content_length: long """ _validation = { - 'name': {'required': True}, - 'is_directory': {'required': True}, + 'name': {'readonly': True}, + 'file_type': {'readonly': True}, + 'download_url': {'readonly': True}, + 'last_modified': {'readonly': True}, + 'content_length': {'readonly': True}, } _attribute_map = { 'name': {'key': 'name', 'type': 'str'}, - 'is_directory': {'key': 'isDirectory', 'type': 'bool'}, + 'file_type': {'key': 'fileType', 'type': 'str'}, 'download_url': {'key': 'downloadUrl', 'type': 'str'}, 'last_modified': {'key': 'properties.lastModified', 'type': 'iso-8601'}, 'content_length': {'key': 'properties.contentLength', 'type': 'long'}, @@ -46,8 +51,8 @@ class File(Model): def __init__(self, **kwargs): super(File, self).__init__(**kwargs) - self.name = kwargs.get('name', None) - self.is_directory = kwargs.get('is_directory', None) - self.download_url = kwargs.get('download_url', None) - self.last_modified = kwargs.get('last_modified', None) - self.content_length = kwargs.get('content_length', None) + self.name = None + self.file_type = None + self.download_url = None + self.last_modified = None + self.content_length = None diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/file_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/file_py3.py index 898c80e2ab1f..c23264138a90 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/file_py3.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/file_py3.py @@ -15,39 +15,44 @@ class File(Model): """Properties of the file or directory. - All required parameters must be populated in order to send to Azure. - - :param name: Required. Name of the file. - :type name: str - :param is_directory: Required. Indicates if the file is a directory. - :type is_directory: bool - :param download_url: Will contain an URL to download the corresponding + Variables are only populated by the server, and will be ignored when + sending a request. + + :ivar name: Name of the file. + :vartype name: str + :ivar file_type: Contains information about file type. Possible values + include: 'file', 'directory' + :vartype file_type: str or ~azure.mgmt.batchai.models.FileType + :ivar download_url: Will contain an URL to download the corresponding file. The downloadUrl is not returned for directories. - :type download_url: str - :param last_modified: The time at which the file was last modified. The + :vartype download_url: str + :ivar last_modified: The time at which the file was last modified. The time at which the file was last modified. - :type last_modified: datetime - :param content_length: The file size. The file size. - :type content_length: long + :vartype last_modified: datetime + :ivar content_length: The file size. The file size. + :vartype content_length: long """ _validation = { - 'name': {'required': True}, - 'is_directory': {'required': True}, + 'name': {'readonly': True}, + 'file_type': {'readonly': True}, + 'download_url': {'readonly': True}, + 'last_modified': {'readonly': True}, + 'content_length': {'readonly': True}, } _attribute_map = { 'name': {'key': 'name', 'type': 'str'}, - 'is_directory': {'key': 'isDirectory', 'type': 'bool'}, + 'file_type': {'key': 'fileType', 'type': 'str'}, 'download_url': {'key': 'downloadUrl', 'type': 'str'}, 'last_modified': {'key': 'properties.lastModified', 'type': 'iso-8601'}, 'content_length': {'key': 'properties.contentLength', 'type': 'long'}, } - def __init__(self, *, name: str, is_directory: bool, download_url: str=None, last_modified=None, content_length: int=None, **kwargs) -> None: + def __init__(self, **kwargs) -> None: super(File, self).__init__(**kwargs) - self.name = name - self.is_directory = is_directory - self.download_url = download_url - self.last_modified = last_modified - self.content_length = content_length + self.name = None + self.file_type = None + self.download_url = None + self.last_modified = None + self.content_length = None diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/file_server.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/file_server.py index a78ae04fcab9..fe1170dab71f 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/file_server.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/file_server.py @@ -9,25 +9,21 @@ # regenerated. # -------------------------------------------------------------------------- -from .resource import Resource +from .proxy_resource import ProxyResource -class FileServer(Resource): +class FileServer(ProxyResource): """Contains information about the File Server. Variables are only populated by the server, and will be ignored when sending a request. - :ivar id: The ID of the resource + :ivar id: The ID of the resource. :vartype id: str - :ivar name: The name of the resource + :ivar name: The name of the resource. :vartype name: str - :ivar type: The type of the resource + :ivar type: The type of the resource. :vartype type: str - :ivar location: The location of the resource - :vartype location: str - :ivar tags: The tags of the resource - :vartype tags: dict[str, str] :param vm_size: The size of the virtual machine of the File Server. For information about available VM sizes for File Server from the Virtual Machines Marketplace, see Sizes for Virtual Machines (Linux). @@ -63,8 +59,6 @@ class FileServer(Resource): 'id': {'readonly': True}, 'name': {'readonly': True}, 'type': {'readonly': True}, - 'location': {'readonly': True}, - 'tags': {'readonly': True}, 'mount_settings': {'readonly': True}, 'provisioning_state_transition_time': {'readonly': True}, 'creation_time': {'readonly': True}, @@ -75,8 +69,6 @@ class FileServer(Resource): 'id': {'key': 'id', 'type': 'str'}, 'name': {'key': 'name', 'type': 'str'}, 'type': {'key': 'type', 'type': 'str'}, - 'location': {'key': 'location', 'type': 'str'}, - 'tags': {'key': 'tags', 'type': '{str}'}, 'vm_size': {'key': 'properties.vmSize', 'type': 'str'}, 'ssh_configuration': {'key': 'properties.sshConfiguration', 'type': 'SshConfiguration'}, 'data_disks': {'key': 'properties.dataDisks', 'type': 'DataDisks'}, @@ -84,7 +76,7 @@ class FileServer(Resource): 'mount_settings': {'key': 'properties.mountSettings', 'type': 'MountSettings'}, 'provisioning_state_transition_time': {'key': 'properties.provisioningStateTransitionTime', 'type': 'iso-8601'}, 'creation_time': {'key': 'properties.creationTime', 'type': 'iso-8601'}, - 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'FileServerProvisioningState'}, + 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, } def __init__(self, **kwargs): diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/file_server_create_parameters.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/file_server_create_parameters.py index 430fa788a6d8..59b300e307e6 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/file_server_create_parameters.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/file_server_create_parameters.py @@ -17,10 +17,6 @@ class FileServerCreateParameters(Model): All required parameters must be populated in order to send to Azure. - :param location: Required. The region in which to create the File Server. - :type location: str - :param tags: The user specified tags associated with the File Server. - :type tags: dict[str, str] :param vm_size: Required. The size of the virtual machine of the file server. For information about available VM sizes for fileservers from the Virtual Machines Marketplace, see Sizes for Virtual Machines (Linux). @@ -35,15 +31,12 @@ class FileServerCreateParameters(Model): """ _validation = { - 'location': {'required': True}, 'vm_size': {'required': True}, 'ssh_configuration': {'required': True}, 'data_disks': {'required': True}, } _attribute_map = { - 'location': {'key': 'location', 'type': 'str'}, - 'tags': {'key': 'tags', 'type': '{str}'}, 'vm_size': {'key': 'properties.vmSize', 'type': 'str'}, 'ssh_configuration': {'key': 'properties.sshConfiguration', 'type': 'SshConfiguration'}, 'data_disks': {'key': 'properties.dataDisks', 'type': 'DataDisks'}, @@ -52,8 +45,6 @@ class FileServerCreateParameters(Model): def __init__(self, **kwargs): super(FileServerCreateParameters, self).__init__(**kwargs) - self.location = kwargs.get('location', None) - self.tags = kwargs.get('tags', None) self.vm_size = kwargs.get('vm_size', None) self.ssh_configuration = kwargs.get('ssh_configuration', None) self.data_disks = kwargs.get('data_disks', None) diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/file_server_create_parameters_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/file_server_create_parameters_py3.py index 28e7bc94953d..751a24069e92 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/file_server_create_parameters_py3.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/file_server_create_parameters_py3.py @@ -17,10 +17,6 @@ class FileServerCreateParameters(Model): All required parameters must be populated in order to send to Azure. - :param location: Required. The region in which to create the File Server. - :type location: str - :param tags: The user specified tags associated with the File Server. - :type tags: dict[str, str] :param vm_size: Required. The size of the virtual machine of the file server. For information about available VM sizes for fileservers from the Virtual Machines Marketplace, see Sizes for Virtual Machines (Linux). @@ -35,25 +31,20 @@ class FileServerCreateParameters(Model): """ _validation = { - 'location': {'required': True}, 'vm_size': {'required': True}, 'ssh_configuration': {'required': True}, 'data_disks': {'required': True}, } _attribute_map = { - 'location': {'key': 'location', 'type': 'str'}, - 'tags': {'key': 'tags', 'type': '{str}'}, 'vm_size': {'key': 'properties.vmSize', 'type': 'str'}, 'ssh_configuration': {'key': 'properties.sshConfiguration', 'type': 'SshConfiguration'}, 'data_disks': {'key': 'properties.dataDisks', 'type': 'DataDisks'}, 'subnet': {'key': 'properties.subnet', 'type': 'ResourceId'}, } - def __init__(self, *, location: str, vm_size: str, ssh_configuration, data_disks, tags=None, subnet=None, **kwargs) -> None: + def __init__(self, *, vm_size: str, ssh_configuration, data_disks, subnet=None, **kwargs) -> None: super(FileServerCreateParameters, self).__init__(**kwargs) - self.location = location - self.tags = tags self.vm_size = vm_size self.ssh_configuration = ssh_configuration self.data_disks = data_disks diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/file_server_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/file_server_py3.py index 6aae42ce1e25..d7d7b999339f 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/file_server_py3.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/file_server_py3.py @@ -9,25 +9,21 @@ # regenerated. # -------------------------------------------------------------------------- -from .resource import Resource +from .proxy_resource_py3 import ProxyResource -class FileServer(Resource): +class FileServer(ProxyResource): """Contains information about the File Server. Variables are only populated by the server, and will be ignored when sending a request. - :ivar id: The ID of the resource + :ivar id: The ID of the resource. :vartype id: str - :ivar name: The name of the resource + :ivar name: The name of the resource. :vartype name: str - :ivar type: The type of the resource + :ivar type: The type of the resource. :vartype type: str - :ivar location: The location of the resource - :vartype location: str - :ivar tags: The tags of the resource - :vartype tags: dict[str, str] :param vm_size: The size of the virtual machine of the File Server. For information about available VM sizes for File Server from the Virtual Machines Marketplace, see Sizes for Virtual Machines (Linux). @@ -63,8 +59,6 @@ class FileServer(Resource): 'id': {'readonly': True}, 'name': {'readonly': True}, 'type': {'readonly': True}, - 'location': {'readonly': True}, - 'tags': {'readonly': True}, 'mount_settings': {'readonly': True}, 'provisioning_state_transition_time': {'readonly': True}, 'creation_time': {'readonly': True}, @@ -75,8 +69,6 @@ class FileServer(Resource): 'id': {'key': 'id', 'type': 'str'}, 'name': {'key': 'name', 'type': 'str'}, 'type': {'key': 'type', 'type': 'str'}, - 'location': {'key': 'location', 'type': 'str'}, - 'tags': {'key': 'tags', 'type': '{str}'}, 'vm_size': {'key': 'properties.vmSize', 'type': 'str'}, 'ssh_configuration': {'key': 'properties.sshConfiguration', 'type': 'SshConfiguration'}, 'data_disks': {'key': 'properties.dataDisks', 'type': 'DataDisks'}, @@ -84,7 +76,7 @@ class FileServer(Resource): 'mount_settings': {'key': 'properties.mountSettings', 'type': 'MountSettings'}, 'provisioning_state_transition_time': {'key': 'properties.provisioningStateTransitionTime', 'type': 'iso-8601'}, 'creation_time': {'key': 'properties.creationTime', 'type': 'iso-8601'}, - 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'FileServerProvisioningState'}, + 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, } def __init__(self, *, vm_size: str=None, ssh_configuration=None, data_disks=None, subnet=None, **kwargs) -> None: diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/file_servers_list_by_resource_group_options.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/file_servers_list_by_resource_group_options.py deleted file mode 100644 index dc9da22b86a3..000000000000 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/file_servers_list_by_resource_group_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 FileServersListByResourceGroupOptions(Model): - """Additional parameters for list_by_resource_group operation. - - :param filter: An OData $filter clause.. Used to filter results that are - returned in the GET respnose. - :type filter: str - :param select: An OData $select clause. Used to select the properties to - be returned in the GET respnose. - :type select: 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 - """ - - _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'select': {'key': '', 'type': 'str'}, - 'max_results': {'key': '', 'type': 'int'}, - } - - def __init__(self, **kwargs): - super(FileServersListByResourceGroupOptions, self).__init__(**kwargs) - self.filter = kwargs.get('filter', None) - self.select = kwargs.get('select', None) - self.max_results = kwargs.get('max_results', 1000) diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/file_servers_list_by_resource_group_options_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/file_servers_list_by_resource_group_options_py3.py deleted file mode 100644 index fc1946f7b61d..000000000000 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/file_servers_list_by_resource_group_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 FileServersListByResourceGroupOptions(Model): - """Additional parameters for list_by_resource_group operation. - - :param filter: An OData $filter clause.. Used to filter results that are - returned in the GET respnose. - :type filter: str - :param select: An OData $select clause. Used to select the properties to - be returned in the GET respnose. - :type select: 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 - """ - - _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'select': {'key': '', 'type': 'str'}, - 'max_results': {'key': '', 'type': 'int'}, - } - - def __init__(self, *, filter: str=None, select: str=None, max_results: int=1000, **kwargs) -> None: - super(FileServersListByResourceGroupOptions, self).__init__(**kwargs) - self.filter = filter - self.select = select - self.max_results = max_results diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/file_servers_list_by_workspace_options.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/file_servers_list_by_workspace_options.py new file mode 100644 index 000000000000..05a9a42951bf --- /dev/null +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/file_servers_list_by_workspace_options.py @@ -0,0 +1,29 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +from msrest.serialization import Model + + +class FileServersListByWorkspaceOptions(Model): + """Additional parameters for list_by_workspace operation. + + :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 + """ + + _attribute_map = { + 'max_results': {'key': '', 'type': 'int'}, + } + + def __init__(self, **kwargs): + super(FileServersListByWorkspaceOptions, self).__init__(**kwargs) + self.max_results = kwargs.get('max_results', 1000) diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/file_servers_list_by_workspace_options_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/file_servers_list_by_workspace_options_py3.py new file mode 100644 index 000000000000..34a80387a94f --- /dev/null +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/file_servers_list_by_workspace_options_py3.py @@ -0,0 +1,29 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +from msrest.serialization import Model + + +class FileServersListByWorkspaceOptions(Model): + """Additional parameters for list_by_workspace operation. + + :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 + """ + + _attribute_map = { + 'max_results': {'key': '', 'type': 'int'}, + } + + def __init__(self, *, max_results: int=1000, **kwargs) -> None: + super(FileServersListByWorkspaceOptions, self).__init__(**kwargs) + self.max_results = max_results diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/horovod_settings.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/horovod_settings.py new file mode 100644 index 000000000000..43e5029b69fe --- /dev/null +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/horovod_settings.py @@ -0,0 +1,50 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +from msrest.serialization import Model + + +class HorovodSettings(Model): + """Specifies the settings for Horovod job. + + All required parameters must be populated in order to send to Azure. + + :param python_script_file_path: Required. The path and file name of the + python script to execute the job. + :type python_script_file_path: str + :param python_interpreter_path: The path to python interpreter. + :type python_interpreter_path: str + :param command_line_args: Command line arguments that needs to be passed + to the python script. + :type command_line_args: str + :param process_count: Number of processes parameter that is passed to MPI + runtime. The default value for this property is equal to nodeCount + property + :type process_count: int + """ + + _validation = { + 'python_script_file_path': {'required': True}, + } + + _attribute_map = { + 'python_script_file_path': {'key': 'pythonScriptFilePath', 'type': 'str'}, + 'python_interpreter_path': {'key': 'pythonInterpreterPath', 'type': 'str'}, + 'command_line_args': {'key': 'commandLineArgs', 'type': 'str'}, + 'process_count': {'key': 'processCount', 'type': 'int'}, + } + + def __init__(self, **kwargs): + super(HorovodSettings, self).__init__(**kwargs) + self.python_script_file_path = kwargs.get('python_script_file_path', None) + self.python_interpreter_path = kwargs.get('python_interpreter_path', None) + self.command_line_args = kwargs.get('command_line_args', None) + self.process_count = kwargs.get('process_count', None) diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/horovod_settings_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/horovod_settings_py3.py new file mode 100644 index 000000000000..886962d70ee7 --- /dev/null +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/horovod_settings_py3.py @@ -0,0 +1,50 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +from msrest.serialization import Model + + +class HorovodSettings(Model): + """Specifies the settings for Horovod job. + + All required parameters must be populated in order to send to Azure. + + :param python_script_file_path: Required. The path and file name of the + python script to execute the job. + :type python_script_file_path: str + :param python_interpreter_path: The path to python interpreter. + :type python_interpreter_path: str + :param command_line_args: Command line arguments that needs to be passed + to the python script. + :type command_line_args: str + :param process_count: Number of processes parameter that is passed to MPI + runtime. The default value for this property is equal to nodeCount + property + :type process_count: int + """ + + _validation = { + 'python_script_file_path': {'required': True}, + } + + _attribute_map = { + 'python_script_file_path': {'key': 'pythonScriptFilePath', 'type': 'str'}, + 'python_interpreter_path': {'key': 'pythonInterpreterPath', 'type': 'str'}, + 'command_line_args': {'key': 'commandLineArgs', 'type': 'str'}, + 'process_count': {'key': 'processCount', 'type': 'int'}, + } + + def __init__(self, *, python_script_file_path: str, python_interpreter_path: str=None, command_line_args: str=None, process_count: int=None, **kwargs) -> None: + super(HorovodSettings, self).__init__(**kwargs) + self.python_script_file_path = python_script_file_path + self.python_interpreter_path = python_interpreter_path + self.command_line_args = command_line_args + self.process_count = process_count diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/job.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/job.py index 6be2033e14a0..f6e7f4fbefa6 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/job.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/job.py @@ -9,32 +9,25 @@ # regenerated. # -------------------------------------------------------------------------- -from .resource import Resource +from .proxy_resource import ProxyResource -class Job(Resource): - """Contains information about the job. +class Job(ProxyResource): + """Contains information about a Job. Variables are only populated by the server, and will be ignored when sending a request. - :ivar id: The ID of the resource + :ivar id: The ID of the resource. :vartype id: str - :ivar name: The name of the resource + :ivar name: The name of the resource. :vartype name: str - :ivar type: The type of the resource + :ivar type: The type of the resource. :vartype type: str - :ivar location: The location of the resource - :vartype location: str - :ivar tags: The tags of the resource - :vartype tags: dict[str, str] - :param experiment_name: Describe the experiment information of the job - :type experiment_name: str - :param priority: Priority associated with the job. Priority associated - with 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. Default value: 0 . - :type priority: int + :param scheduling_priority: Scheduling priority associated with the job. + Scheduling priority associated with the job. Possible values include: + 'low', 'normal', 'high'. Default value: "normal" . + :type scheduling_priority: str or ~azure.mgmt.batchai.models.JobPriority :param cluster: Specifies the Id of the cluster on which this job will run. :type cluster: ~azure.mgmt.batchai.models.ResourceId @@ -43,13 +36,13 @@ class Job(Resource): unmouted after the job completion. The volumes will be mounted at location specified by $AZ_BATCHAI_JOB_MOUNT_ROOT environment variable. :type mount_volumes: ~azure.mgmt.batchai.models.MountVolumes - :param job_output_directory_path_segment: A segment of job's output + :ivar job_output_directory_path_segment: A segment of job's output directories path created by BatchAI. Batch AI creates job's output directories under an unique path to avoid conflicts between jobs. This value contains a path segment generated by Batch AI to make the path unique and can be used to find the output directory on the node or mounted filesystem. - :type job_output_directory_path_segment: str + :vartype job_output_directory_path_segment: str :param node_count: Number of compute nodes to run the job on. The job will be gang scheduled on that many compute nodes :type node_count: int @@ -59,8 +52,9 @@ class Job(Resource): on the VM. :type container_settings: ~azure.mgmt.batchai.models.ContainerSettings :param tool_type: The toolkit type of this job. Possible values are: cntk, - tensorflow, caffe, caffe2, chainer, pytorch, custom. Possible values - include: 'cntk', 'tensorflow', 'caffe', 'caffe2', 'chainer', 'custom' + tensorflow, caffe, caffe2, chainer, pytorch, custom, mpi, horovod. + Possible values include: 'cntk', 'tensorflow', 'caffe', 'caffe2', + 'chainer', 'horovod', 'mpi', 'custom' :type tool_type: str or ~azure.mgmt.batchai.models.ToolType :param cntk_settings: Specifies the settings for CNTK (aka Microsoft Cognitive Toolkit) job. @@ -71,12 +65,18 @@ class Job(Resource): :type tensor_flow_settings: ~azure.mgmt.batchai.models.TensorFlowSettings :param caffe_settings: Specifies the settings for Caffe job. :type caffe_settings: ~azure.mgmt.batchai.models.CaffeSettings + :param caffe2_settings: Specifies the settings for Caffe2 job. + :type caffe2_settings: ~azure.mgmt.batchai.models.Caffe2Settings :param chainer_settings: Specifies the settings for Chainer job. :type chainer_settings: ~azure.mgmt.batchai.models.ChainerSettings :param custom_toolkit_settings: Specifies the settings for custom tool kit job. :type custom_toolkit_settings: ~azure.mgmt.batchai.models.CustomToolkitSettings + :param custom_mpi_settings: Specifies the settings for custom MPI job. + :type custom_mpi_settings: ~azure.mgmt.batchai.models.CustomMpiSettings + :param horovod_settings: Specifies the settings for Horovod job. + :type horovod_settings: ~azure.mgmt.batchai.models.HorovodSettings :param job_preparation: Specifies the actions to be performed before tool kit is launched. The specified actions will run on all the nodes that are part of the job @@ -112,7 +112,7 @@ class Job(Resource): entered its current provisioning state. The time at which the job entered its current provisioning state. :vartype provisioning_state_transition_time: datetime - :param execution_state: The current state of the job. The current state of + :ivar execution_state: The current state of the job. The current state of the job. Possible values are: queued - The job is queued and able to run. A job enters this state when it is created, or when it is awaiting a retry after a failed run. running - The job is running on a compute cluster. @@ -125,7 +125,7 @@ class Job(Resource): code) and has exhausted its retry limit. A job is also marked as failed if an error occurred launching the job. Possible values include: 'queued', 'running', 'terminating', 'succeeded', 'failed' - :type execution_state: str or ~azure.mgmt.batchai.models.ExecutionState + :vartype execution_state: str or ~azure.mgmt.batchai.models.ExecutionState :ivar execution_state_transition_time: The time at which the job entered its current execution state. The time at which the job entered its current execution state. @@ -140,11 +140,11 @@ class Job(Resource): 'id': {'readonly': True}, 'name': {'readonly': True}, 'type': {'readonly': True}, - 'location': {'readonly': True}, - 'tags': {'readonly': True}, + 'job_output_directory_path_segment': {'readonly': True}, 'creation_time': {'readonly': True}, 'provisioning_state': {'readonly': True}, 'provisioning_state_transition_time': {'readonly': True}, + 'execution_state': {'readonly': True}, 'execution_state_transition_time': {'readonly': True}, } @@ -152,10 +152,7 @@ class Job(Resource): 'id': {'key': 'id', 'type': 'str'}, 'name': {'key': 'name', 'type': 'str'}, 'type': {'key': 'type', 'type': 'str'}, - 'location': {'key': 'location', 'type': 'str'}, - 'tags': {'key': 'tags', 'type': '{str}'}, - 'experiment_name': {'key': 'properties.experimentName', 'type': 'str'}, - 'priority': {'key': 'properties.priority', 'type': 'int'}, + 'scheduling_priority': {'key': 'properties.schedulingPriority', 'type': 'str'}, 'cluster': {'key': 'properties.cluster', 'type': 'ResourceId'}, 'mount_volumes': {'key': 'properties.mountVolumes', 'type': 'MountVolumes'}, 'job_output_directory_path_segment': {'key': 'properties.jobOutputDirectoryPathSegment', 'type': 'str'}, @@ -166,8 +163,11 @@ class Job(Resource): 'py_torch_settings': {'key': 'properties.pyTorchSettings', 'type': 'PyTorchSettings'}, 'tensor_flow_settings': {'key': 'properties.tensorFlowSettings', 'type': 'TensorFlowSettings'}, 'caffe_settings': {'key': 'properties.caffeSettings', 'type': 'CaffeSettings'}, + 'caffe2_settings': {'key': 'properties.caffe2Settings', 'type': 'Caffe2Settings'}, 'chainer_settings': {'key': 'properties.chainerSettings', 'type': 'ChainerSettings'}, 'custom_toolkit_settings': {'key': 'properties.customToolkitSettings', 'type': 'CustomToolkitSettings'}, + 'custom_mpi_settings': {'key': 'properties.customMpiSettings', 'type': 'CustomMpiSettings'}, + 'horovod_settings': {'key': 'properties.horovodSettings', 'type': 'HorovodSettings'}, 'job_preparation': {'key': 'properties.jobPreparation', 'type': 'JobPreparation'}, 'std_out_err_path_prefix': {'key': 'properties.stdOutErrPathPrefix', 'type': 'str'}, 'input_directories': {'key': 'properties.inputDirectories', 'type': '[InputDirectory]'}, @@ -176,20 +176,19 @@ class Job(Resource): 'secrets': {'key': 'properties.secrets', 'type': '[EnvironmentVariableWithSecretValue]'}, 'constraints': {'key': 'properties.constraints', 'type': 'JobPropertiesConstraints'}, 'creation_time': {'key': 'properties.creationTime', 'type': 'iso-8601'}, - 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'ProvisioningState'}, + 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, 'provisioning_state_transition_time': {'key': 'properties.provisioningStateTransitionTime', 'type': 'iso-8601'}, - 'execution_state': {'key': 'properties.executionState', 'type': 'ExecutionState'}, + 'execution_state': {'key': 'properties.executionState', 'type': 'str'}, 'execution_state_transition_time': {'key': 'properties.executionStateTransitionTime', 'type': 'iso-8601'}, 'execution_info': {'key': 'properties.executionInfo', 'type': 'JobPropertiesExecutionInfo'}, } def __init__(self, **kwargs): super(Job, self).__init__(**kwargs) - self.experiment_name = kwargs.get('experiment_name', None) - self.priority = kwargs.get('priority', 0) + self.scheduling_priority = kwargs.get('scheduling_priority', "normal") self.cluster = kwargs.get('cluster', None) self.mount_volumes = kwargs.get('mount_volumes', None) - self.job_output_directory_path_segment = kwargs.get('job_output_directory_path_segment', None) + self.job_output_directory_path_segment = None self.node_count = kwargs.get('node_count', None) self.container_settings = kwargs.get('container_settings', None) self.tool_type = kwargs.get('tool_type', None) @@ -197,8 +196,11 @@ def __init__(self, **kwargs): self.py_torch_settings = kwargs.get('py_torch_settings', None) self.tensor_flow_settings = kwargs.get('tensor_flow_settings', None) self.caffe_settings = kwargs.get('caffe_settings', None) + self.caffe2_settings = kwargs.get('caffe2_settings', None) self.chainer_settings = kwargs.get('chainer_settings', None) self.custom_toolkit_settings = kwargs.get('custom_toolkit_settings', None) + self.custom_mpi_settings = kwargs.get('custom_mpi_settings', None) + self.horovod_settings = kwargs.get('horovod_settings', None) self.job_preparation = kwargs.get('job_preparation', None) self.std_out_err_path_prefix = kwargs.get('std_out_err_path_prefix', None) self.input_directories = kwargs.get('input_directories', None) @@ -209,6 +211,6 @@ def __init__(self, **kwargs): self.creation_time = None self.provisioning_state = None self.provisioning_state_transition_time = None - self.execution_state = kwargs.get('execution_state', None) + self.execution_state = None self.execution_state_transition_time = None self.execution_info = kwargs.get('execution_info', None) diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/job_create_parameters.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/job_create_parameters.py index a82ebadf606f..812e1dc98b2c 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/job_create_parameters.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/job_create_parameters.py @@ -17,17 +17,10 @@ class JobCreateParameters(Model): All required parameters must be populated in order to send to Azure. - :param location: Required. The region in which to create the job. - :type location: str - :param tags: The user specified tags associated with the job. - :type tags: dict[str, str] - :param experiment_name: Describe the experiment information of the job - :type experiment_name: str - :param priority: Priority associated with the job. Priority associated - with 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. Default value: 0 . - :type priority: int + :param scheduling_priority: Scheduling priority associated with the job. + Scheduling priority associated with the job. Possible values include: + 'low', 'normal', 'high'. Default value: "normal" . + :type scheduling_priority: str or ~azure.mgmt.batchai.models.JobPriority :param cluster: Required. Specifies the Id of the cluster on which this job will run. :type cluster: ~azure.mgmt.batchai.models.ResourceId @@ -61,6 +54,10 @@ class JobCreateParameters(Model): job. :type custom_toolkit_settings: ~azure.mgmt.batchai.models.CustomToolkitSettings + :param custom_mpi_settings: Specifies the settings for custom MPI job. + :type custom_mpi_settings: ~azure.mgmt.batchai.models.CustomMpiSettings + :param horovod_settings: Specifies the settings for Horovod job. + :type horovod_settings: ~azure.mgmt.batchai.models.HorovodSettings :param job_preparation: Specifies the command line to be executed before tool kit is launched. The specified actions will run on all the nodes that are part of the job @@ -88,17 +85,13 @@ class JobCreateParameters(Model): """ _validation = { - 'location': {'required': True}, 'cluster': {'required': True}, 'node_count': {'required': True}, 'std_out_err_path_prefix': {'required': True}, } _attribute_map = { - 'location': {'key': 'location', 'type': 'str'}, - 'tags': {'key': 'tags', 'type': '{str}'}, - 'experiment_name': {'key': 'properties.experimentName', 'type': 'str'}, - 'priority': {'key': 'properties.priority', 'type': 'int'}, + 'scheduling_priority': {'key': 'properties.schedulingPriority', 'type': 'str'}, 'cluster': {'key': 'properties.cluster', 'type': 'ResourceId'}, 'mount_volumes': {'key': 'properties.mountVolumes', 'type': 'MountVolumes'}, 'node_count': {'key': 'properties.nodeCount', 'type': 'int'}, @@ -110,6 +103,8 @@ class JobCreateParameters(Model): 'caffe2_settings': {'key': 'properties.caffe2Settings', 'type': 'Caffe2Settings'}, 'chainer_settings': {'key': 'properties.chainerSettings', 'type': 'ChainerSettings'}, 'custom_toolkit_settings': {'key': 'properties.customToolkitSettings', 'type': 'CustomToolkitSettings'}, + 'custom_mpi_settings': {'key': 'properties.customMpiSettings', 'type': 'CustomMpiSettings'}, + 'horovod_settings': {'key': 'properties.horovodSettings', 'type': 'HorovodSettings'}, 'job_preparation': {'key': 'properties.jobPreparation', 'type': 'JobPreparation'}, 'std_out_err_path_prefix': {'key': 'properties.stdOutErrPathPrefix', 'type': 'str'}, 'input_directories': {'key': 'properties.inputDirectories', 'type': '[InputDirectory]'}, @@ -121,10 +116,7 @@ class JobCreateParameters(Model): def __init__(self, **kwargs): super(JobCreateParameters, self).__init__(**kwargs) - self.location = kwargs.get('location', None) - self.tags = kwargs.get('tags', None) - self.experiment_name = kwargs.get('experiment_name', None) - self.priority = kwargs.get('priority', 0) + self.scheduling_priority = kwargs.get('scheduling_priority', "normal") self.cluster = kwargs.get('cluster', None) self.mount_volumes = kwargs.get('mount_volumes', None) self.node_count = kwargs.get('node_count', None) @@ -136,6 +128,8 @@ def __init__(self, **kwargs): self.caffe2_settings = kwargs.get('caffe2_settings', None) self.chainer_settings = kwargs.get('chainer_settings', None) self.custom_toolkit_settings = kwargs.get('custom_toolkit_settings', None) + self.custom_mpi_settings = kwargs.get('custom_mpi_settings', None) + self.horovod_settings = kwargs.get('horovod_settings', None) self.job_preparation = kwargs.get('job_preparation', None) self.std_out_err_path_prefix = kwargs.get('std_out_err_path_prefix', None) self.input_directories = kwargs.get('input_directories', None) diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/job_create_parameters_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/job_create_parameters_py3.py index bd2e5d19b5a1..423b976ed4cf 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/job_create_parameters_py3.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/job_create_parameters_py3.py @@ -17,17 +17,10 @@ class JobCreateParameters(Model): All required parameters must be populated in order to send to Azure. - :param location: Required. The region in which to create the job. - :type location: str - :param tags: The user specified tags associated with the job. - :type tags: dict[str, str] - :param experiment_name: Describe the experiment information of the job - :type experiment_name: str - :param priority: Priority associated with the job. Priority associated - with 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. Default value: 0 . - :type priority: int + :param scheduling_priority: Scheduling priority associated with the job. + Scheduling priority associated with the job. Possible values include: + 'low', 'normal', 'high'. Default value: "normal" . + :type scheduling_priority: str or ~azure.mgmt.batchai.models.JobPriority :param cluster: Required. Specifies the Id of the cluster on which this job will run. :type cluster: ~azure.mgmt.batchai.models.ResourceId @@ -61,6 +54,10 @@ class JobCreateParameters(Model): job. :type custom_toolkit_settings: ~azure.mgmt.batchai.models.CustomToolkitSettings + :param custom_mpi_settings: Specifies the settings for custom MPI job. + :type custom_mpi_settings: ~azure.mgmt.batchai.models.CustomMpiSettings + :param horovod_settings: Specifies the settings for Horovod job. + :type horovod_settings: ~azure.mgmt.batchai.models.HorovodSettings :param job_preparation: Specifies the command line to be executed before tool kit is launched. The specified actions will run on all the nodes that are part of the job @@ -88,17 +85,13 @@ class JobCreateParameters(Model): """ _validation = { - 'location': {'required': True}, 'cluster': {'required': True}, 'node_count': {'required': True}, 'std_out_err_path_prefix': {'required': True}, } _attribute_map = { - 'location': {'key': 'location', 'type': 'str'}, - 'tags': {'key': 'tags', 'type': '{str}'}, - 'experiment_name': {'key': 'properties.experimentName', 'type': 'str'}, - 'priority': {'key': 'properties.priority', 'type': 'int'}, + 'scheduling_priority': {'key': 'properties.schedulingPriority', 'type': 'str'}, 'cluster': {'key': 'properties.cluster', 'type': 'ResourceId'}, 'mount_volumes': {'key': 'properties.mountVolumes', 'type': 'MountVolumes'}, 'node_count': {'key': 'properties.nodeCount', 'type': 'int'}, @@ -110,6 +103,8 @@ class JobCreateParameters(Model): 'caffe2_settings': {'key': 'properties.caffe2Settings', 'type': 'Caffe2Settings'}, 'chainer_settings': {'key': 'properties.chainerSettings', 'type': 'ChainerSettings'}, 'custom_toolkit_settings': {'key': 'properties.customToolkitSettings', 'type': 'CustomToolkitSettings'}, + 'custom_mpi_settings': {'key': 'properties.customMpiSettings', 'type': 'CustomMpiSettings'}, + 'horovod_settings': {'key': 'properties.horovodSettings', 'type': 'HorovodSettings'}, 'job_preparation': {'key': 'properties.jobPreparation', 'type': 'JobPreparation'}, 'std_out_err_path_prefix': {'key': 'properties.stdOutErrPathPrefix', 'type': 'str'}, 'input_directories': {'key': 'properties.inputDirectories', 'type': '[InputDirectory]'}, @@ -119,12 +114,9 @@ class JobCreateParameters(Model): 'constraints': {'key': 'properties.constraints', 'type': 'JobBasePropertiesConstraints'}, } - def __init__(self, *, location: str, cluster, node_count: int, std_out_err_path_prefix: str, tags=None, experiment_name: str=None, priority: int=0, mount_volumes=None, container_settings=None, cntk_settings=None, py_torch_settings=None, tensor_flow_settings=None, caffe_settings=None, caffe2_settings=None, chainer_settings=None, custom_toolkit_settings=None, job_preparation=None, input_directories=None, output_directories=None, environment_variables=None, secrets=None, constraints=None, **kwargs) -> None: + def __init__(self, *, cluster, node_count: int, std_out_err_path_prefix: str, scheduling_priority="normal", mount_volumes=None, container_settings=None, cntk_settings=None, py_torch_settings=None, tensor_flow_settings=None, caffe_settings=None, caffe2_settings=None, chainer_settings=None, custom_toolkit_settings=None, custom_mpi_settings=None, horovod_settings=None, job_preparation=None, input_directories=None, output_directories=None, environment_variables=None, secrets=None, constraints=None, **kwargs) -> None: super(JobCreateParameters, self).__init__(**kwargs) - self.location = location - self.tags = tags - self.experiment_name = experiment_name - self.priority = priority + self.scheduling_priority = scheduling_priority self.cluster = cluster self.mount_volumes = mount_volumes self.node_count = node_count @@ -136,6 +128,8 @@ def __init__(self, *, location: str, cluster, node_count: int, std_out_err_path_ self.caffe2_settings = caffe2_settings self.chainer_settings = chainer_settings self.custom_toolkit_settings = custom_toolkit_settings + self.custom_mpi_settings = custom_mpi_settings + self.horovod_settings = horovod_settings self.job_preparation = job_preparation self.std_out_err_path_prefix = std_out_err_path_prefix self.input_directories = input_directories diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/job_properties_execution_info.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/job_properties_execution_info.py index 26a69dec8c3c..87e6c51d7b3e 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/job_properties_execution_info.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/job_properties_execution_info.py @@ -16,27 +16,31 @@ class JobPropertiesExecutionInfo(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. + Variables are only populated by the server, and will be ignored when + sending a request. - :param start_time: Required. The time at which the job started running. - 'Running' corresponds to the running state. If the job has been restarted - or retried, this is the most recent time at which the job started running. + :ivar start_time: The time at which the job started running. 'Running' + corresponds to the running state. If the job has been restarted or + retried, this is the most recent time at which the job started running. This property is present only for job that are in the running or completed state. - :type start_time: datetime - :param end_time: The time at which the job completed. This property is - only returned if the job is in completed state. - :type end_time: datetime - :param exit_code: The exit code of the job. This property is only returned + :vartype start_time: datetime + :ivar end_time: The time at which the job completed. This property is only + returned if the job is in completed state. + :vartype end_time: datetime + :ivar exit_code: The exit code of the job. This property is only returned if the job is in completed state. - :type exit_code: int - :param errors: Contains details of various errors encountered by the + :vartype exit_code: int + :ivar errors: Contains details of various errors encountered by the service during job execution. - :type errors: list[~azure.mgmt.batchai.models.BatchAIError] + :vartype errors: list[~azure.mgmt.batchai.models.BatchAIError] """ _validation = { - 'start_time': {'required': True}, + 'start_time': {'readonly': True}, + 'end_time': {'readonly': True}, + 'exit_code': {'readonly': True}, + 'errors': {'readonly': True}, } _attribute_map = { @@ -48,7 +52,7 @@ class JobPropertiesExecutionInfo(Model): def __init__(self, **kwargs): super(JobPropertiesExecutionInfo, 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.errors = kwargs.get('errors', None) + self.start_time = None + self.end_time = None + self.exit_code = None + self.errors = None diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/job_properties_execution_info_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/job_properties_execution_info_py3.py index 4f2299253c71..b11d1316f534 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/job_properties_execution_info_py3.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/job_properties_execution_info_py3.py @@ -16,27 +16,31 @@ class JobPropertiesExecutionInfo(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. + Variables are only populated by the server, and will be ignored when + sending a request. - :param start_time: Required. The time at which the job started running. - 'Running' corresponds to the running state. If the job has been restarted - or retried, this is the most recent time at which the job started running. + :ivar start_time: The time at which the job started running. 'Running' + corresponds to the running state. If the job has been restarted or + retried, this is the most recent time at which the job started running. This property is present only for job that are in the running or completed state. - :type start_time: datetime - :param end_time: The time at which the job completed. This property is - only returned if the job is in completed state. - :type end_time: datetime - :param exit_code: The exit code of the job. This property is only returned + :vartype start_time: datetime + :ivar end_time: The time at which the job completed. This property is only + returned if the job is in completed state. + :vartype end_time: datetime + :ivar exit_code: The exit code of the job. This property is only returned if the job is in completed state. - :type exit_code: int - :param errors: Contains details of various errors encountered by the + :vartype exit_code: int + :ivar errors: Contains details of various errors encountered by the service during job execution. - :type errors: list[~azure.mgmt.batchai.models.BatchAIError] + :vartype errors: list[~azure.mgmt.batchai.models.BatchAIError] """ _validation = { - 'start_time': {'required': True}, + 'start_time': {'readonly': True}, + 'end_time': {'readonly': True}, + 'exit_code': {'readonly': True}, + 'errors': {'readonly': True}, } _attribute_map = { @@ -46,9 +50,9 @@ class JobPropertiesExecutionInfo(Model): 'errors': {'key': 'errors', 'type': '[BatchAIError]'}, } - def __init__(self, *, start_time, end_time=None, exit_code: int=None, errors=None, **kwargs) -> None: + def __init__(self, **kwargs) -> None: super(JobPropertiesExecutionInfo, self).__init__(**kwargs) - self.start_time = start_time - self.end_time = end_time - self.exit_code = exit_code - self.errors = errors + self.start_time = None + self.end_time = None + self.exit_code = None + self.errors = None diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/job_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/job_py3.py index b6ffa318f5ef..16f9e294de6a 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/job_py3.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/job_py3.py @@ -9,32 +9,25 @@ # regenerated. # -------------------------------------------------------------------------- -from .resource import Resource +from .proxy_resource_py3 import ProxyResource -class Job(Resource): - """Contains information about the job. +class Job(ProxyResource): + """Contains information about a Job. Variables are only populated by the server, and will be ignored when sending a request. - :ivar id: The ID of the resource + :ivar id: The ID of the resource. :vartype id: str - :ivar name: The name of the resource + :ivar name: The name of the resource. :vartype name: str - :ivar type: The type of the resource + :ivar type: The type of the resource. :vartype type: str - :ivar location: The location of the resource - :vartype location: str - :ivar tags: The tags of the resource - :vartype tags: dict[str, str] - :param experiment_name: Describe the experiment information of the job - :type experiment_name: str - :param priority: Priority associated with the job. Priority associated - with 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. Default value: 0 . - :type priority: int + :param scheduling_priority: Scheduling priority associated with the job. + Scheduling priority associated with the job. Possible values include: + 'low', 'normal', 'high'. Default value: "normal" . + :type scheduling_priority: str or ~azure.mgmt.batchai.models.JobPriority :param cluster: Specifies the Id of the cluster on which this job will run. :type cluster: ~azure.mgmt.batchai.models.ResourceId @@ -43,13 +36,13 @@ class Job(Resource): unmouted after the job completion. The volumes will be mounted at location specified by $AZ_BATCHAI_JOB_MOUNT_ROOT environment variable. :type mount_volumes: ~azure.mgmt.batchai.models.MountVolumes - :param job_output_directory_path_segment: A segment of job's output + :ivar job_output_directory_path_segment: A segment of job's output directories path created by BatchAI. Batch AI creates job's output directories under an unique path to avoid conflicts between jobs. This value contains a path segment generated by Batch AI to make the path unique and can be used to find the output directory on the node or mounted filesystem. - :type job_output_directory_path_segment: str + :vartype job_output_directory_path_segment: str :param node_count: Number of compute nodes to run the job on. The job will be gang scheduled on that many compute nodes :type node_count: int @@ -59,8 +52,9 @@ class Job(Resource): on the VM. :type container_settings: ~azure.mgmt.batchai.models.ContainerSettings :param tool_type: The toolkit type of this job. Possible values are: cntk, - tensorflow, caffe, caffe2, chainer, pytorch, custom. Possible values - include: 'cntk', 'tensorflow', 'caffe', 'caffe2', 'chainer', 'custom' + tensorflow, caffe, caffe2, chainer, pytorch, custom, mpi, horovod. + Possible values include: 'cntk', 'tensorflow', 'caffe', 'caffe2', + 'chainer', 'horovod', 'mpi', 'custom' :type tool_type: str or ~azure.mgmt.batchai.models.ToolType :param cntk_settings: Specifies the settings for CNTK (aka Microsoft Cognitive Toolkit) job. @@ -71,12 +65,18 @@ class Job(Resource): :type tensor_flow_settings: ~azure.mgmt.batchai.models.TensorFlowSettings :param caffe_settings: Specifies the settings for Caffe job. :type caffe_settings: ~azure.mgmt.batchai.models.CaffeSettings + :param caffe2_settings: Specifies the settings for Caffe2 job. + :type caffe2_settings: ~azure.mgmt.batchai.models.Caffe2Settings :param chainer_settings: Specifies the settings for Chainer job. :type chainer_settings: ~azure.mgmt.batchai.models.ChainerSettings :param custom_toolkit_settings: Specifies the settings for custom tool kit job. :type custom_toolkit_settings: ~azure.mgmt.batchai.models.CustomToolkitSettings + :param custom_mpi_settings: Specifies the settings for custom MPI job. + :type custom_mpi_settings: ~azure.mgmt.batchai.models.CustomMpiSettings + :param horovod_settings: Specifies the settings for Horovod job. + :type horovod_settings: ~azure.mgmt.batchai.models.HorovodSettings :param job_preparation: Specifies the actions to be performed before tool kit is launched. The specified actions will run on all the nodes that are part of the job @@ -112,7 +112,7 @@ class Job(Resource): entered its current provisioning state. The time at which the job entered its current provisioning state. :vartype provisioning_state_transition_time: datetime - :param execution_state: The current state of the job. The current state of + :ivar execution_state: The current state of the job. The current state of the job. Possible values are: queued - The job is queued and able to run. A job enters this state when it is created, or when it is awaiting a retry after a failed run. running - The job is running on a compute cluster. @@ -125,7 +125,7 @@ class Job(Resource): code) and has exhausted its retry limit. A job is also marked as failed if an error occurred launching the job. Possible values include: 'queued', 'running', 'terminating', 'succeeded', 'failed' - :type execution_state: str or ~azure.mgmt.batchai.models.ExecutionState + :vartype execution_state: str or ~azure.mgmt.batchai.models.ExecutionState :ivar execution_state_transition_time: The time at which the job entered its current execution state. The time at which the job entered its current execution state. @@ -140,11 +140,11 @@ class Job(Resource): 'id': {'readonly': True}, 'name': {'readonly': True}, 'type': {'readonly': True}, - 'location': {'readonly': True}, - 'tags': {'readonly': True}, + 'job_output_directory_path_segment': {'readonly': True}, 'creation_time': {'readonly': True}, 'provisioning_state': {'readonly': True}, 'provisioning_state_transition_time': {'readonly': True}, + 'execution_state': {'readonly': True}, 'execution_state_transition_time': {'readonly': True}, } @@ -152,10 +152,7 @@ class Job(Resource): 'id': {'key': 'id', 'type': 'str'}, 'name': {'key': 'name', 'type': 'str'}, 'type': {'key': 'type', 'type': 'str'}, - 'location': {'key': 'location', 'type': 'str'}, - 'tags': {'key': 'tags', 'type': '{str}'}, - 'experiment_name': {'key': 'properties.experimentName', 'type': 'str'}, - 'priority': {'key': 'properties.priority', 'type': 'int'}, + 'scheduling_priority': {'key': 'properties.schedulingPriority', 'type': 'str'}, 'cluster': {'key': 'properties.cluster', 'type': 'ResourceId'}, 'mount_volumes': {'key': 'properties.mountVolumes', 'type': 'MountVolumes'}, 'job_output_directory_path_segment': {'key': 'properties.jobOutputDirectoryPathSegment', 'type': 'str'}, @@ -166,8 +163,11 @@ class Job(Resource): 'py_torch_settings': {'key': 'properties.pyTorchSettings', 'type': 'PyTorchSettings'}, 'tensor_flow_settings': {'key': 'properties.tensorFlowSettings', 'type': 'TensorFlowSettings'}, 'caffe_settings': {'key': 'properties.caffeSettings', 'type': 'CaffeSettings'}, + 'caffe2_settings': {'key': 'properties.caffe2Settings', 'type': 'Caffe2Settings'}, 'chainer_settings': {'key': 'properties.chainerSettings', 'type': 'ChainerSettings'}, 'custom_toolkit_settings': {'key': 'properties.customToolkitSettings', 'type': 'CustomToolkitSettings'}, + 'custom_mpi_settings': {'key': 'properties.customMpiSettings', 'type': 'CustomMpiSettings'}, + 'horovod_settings': {'key': 'properties.horovodSettings', 'type': 'HorovodSettings'}, 'job_preparation': {'key': 'properties.jobPreparation', 'type': 'JobPreparation'}, 'std_out_err_path_prefix': {'key': 'properties.stdOutErrPathPrefix', 'type': 'str'}, 'input_directories': {'key': 'properties.inputDirectories', 'type': '[InputDirectory]'}, @@ -176,20 +176,19 @@ class Job(Resource): 'secrets': {'key': 'properties.secrets', 'type': '[EnvironmentVariableWithSecretValue]'}, 'constraints': {'key': 'properties.constraints', 'type': 'JobPropertiesConstraints'}, 'creation_time': {'key': 'properties.creationTime', 'type': 'iso-8601'}, - 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'ProvisioningState'}, + 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, 'provisioning_state_transition_time': {'key': 'properties.provisioningStateTransitionTime', 'type': 'iso-8601'}, - 'execution_state': {'key': 'properties.executionState', 'type': 'ExecutionState'}, + 'execution_state': {'key': 'properties.executionState', 'type': 'str'}, 'execution_state_transition_time': {'key': 'properties.executionStateTransitionTime', 'type': 'iso-8601'}, 'execution_info': {'key': 'properties.executionInfo', 'type': 'JobPropertiesExecutionInfo'}, } - def __init__(self, *, experiment_name: str=None, priority: int=0, cluster=None, mount_volumes=None, job_output_directory_path_segment: str=None, node_count: int=None, container_settings=None, tool_type=None, cntk_settings=None, py_torch_settings=None, tensor_flow_settings=None, caffe_settings=None, chainer_settings=None, custom_toolkit_settings=None, job_preparation=None, std_out_err_path_prefix: str=None, input_directories=None, output_directories=None, environment_variables=None, secrets=None, constraints=None, execution_state=None, execution_info=None, **kwargs) -> None: + def __init__(self, *, scheduling_priority="normal", cluster=None, mount_volumes=None, node_count: int=None, container_settings=None, tool_type=None, cntk_settings=None, py_torch_settings=None, tensor_flow_settings=None, caffe_settings=None, caffe2_settings=None, chainer_settings=None, custom_toolkit_settings=None, custom_mpi_settings=None, horovod_settings=None, job_preparation=None, std_out_err_path_prefix: str=None, input_directories=None, output_directories=None, environment_variables=None, secrets=None, constraints=None, execution_info=None, **kwargs) -> None: super(Job, self).__init__(**kwargs) - self.experiment_name = experiment_name - self.priority = priority + self.scheduling_priority = scheduling_priority self.cluster = cluster self.mount_volumes = mount_volumes - self.job_output_directory_path_segment = job_output_directory_path_segment + self.job_output_directory_path_segment = None self.node_count = node_count self.container_settings = container_settings self.tool_type = tool_type @@ -197,8 +196,11 @@ def __init__(self, *, experiment_name: str=None, priority: int=0, cluster=None, self.py_torch_settings = py_torch_settings self.tensor_flow_settings = tensor_flow_settings self.caffe_settings = caffe_settings + self.caffe2_settings = caffe2_settings self.chainer_settings = chainer_settings self.custom_toolkit_settings = custom_toolkit_settings + self.custom_mpi_settings = custom_mpi_settings + self.horovod_settings = horovod_settings self.job_preparation = job_preparation self.std_out_err_path_prefix = std_out_err_path_prefix self.input_directories = input_directories @@ -209,6 +211,6 @@ def __init__(self, *, experiment_name: str=None, priority: int=0, cluster=None, self.creation_time = None self.provisioning_state = None self.provisioning_state_transition_time = None - self.execution_state = execution_state + self.execution_state = None self.execution_state_transition_time = None self.execution_info = execution_info diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/jobs_list_by_experiment_options.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/jobs_list_by_experiment_options.py new file mode 100644 index 000000000000..42b33b199219 --- /dev/null +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/jobs_list_by_experiment_options.py @@ -0,0 +1,29 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +from msrest.serialization import Model + + +class JobsListByExperimentOptions(Model): + """Additional parameters for list_by_experiment operation. + + :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 + """ + + _attribute_map = { + 'max_results': {'key': '', 'type': 'int'}, + } + + def __init__(self, **kwargs): + super(JobsListByExperimentOptions, self).__init__(**kwargs) + self.max_results = kwargs.get('max_results', 1000) diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/jobs_list_by_experiment_options_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/jobs_list_by_experiment_options_py3.py new file mode 100644 index 000000000000..f34e5483254f --- /dev/null +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/jobs_list_by_experiment_options_py3.py @@ -0,0 +1,29 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +from msrest.serialization import Model + + +class JobsListByExperimentOptions(Model): + """Additional parameters for list_by_experiment operation. + + :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 + """ + + _attribute_map = { + 'max_results': {'key': '', 'type': 'int'}, + } + + def __init__(self, *, max_results: int=1000, **kwargs) -> None: + super(JobsListByExperimentOptions, self).__init__(**kwargs) + self.max_results = max_results diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/key_vault_key_reference.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/key_vault_key_reference.py deleted file mode 100644 index 65410770db47..000000000000 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/key_vault_key_reference.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 KeyVaultKeyReference(Model): - """Describes a reference to Key Vault Key. - - All required parameters must be populated in order to send to Azure. - - :param source_vault: Required. Fully qualified resource Id for the Key - Vault. - :type source_vault: ~azure.mgmt.batchai.models.ResourceId - :param key_url: Required. The URL referencing a key in a Key Vault. - :type key_url: str - """ - - _validation = { - 'source_vault': {'required': True}, - 'key_url': {'required': True}, - } - - _attribute_map = { - 'source_vault': {'key': 'sourceVault', 'type': 'ResourceId'}, - 'key_url': {'key': 'keyUrl', 'type': 'str'}, - } - - def __init__(self, **kwargs): - super(KeyVaultKeyReference, self).__init__(**kwargs) - self.source_vault = kwargs.get('source_vault', None) - self.key_url = kwargs.get('key_url', None) diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/key_vault_key_reference_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/key_vault_key_reference_py3.py deleted file mode 100644 index 73c4f73c1067..000000000000 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/key_vault_key_reference_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 KeyVaultKeyReference(Model): - """Describes a reference to Key Vault Key. - - All required parameters must be populated in order to send to Azure. - - :param source_vault: Required. Fully qualified resource Id for the Key - Vault. - :type source_vault: ~azure.mgmt.batchai.models.ResourceId - :param key_url: Required. The URL referencing a key in a Key Vault. - :type key_url: str - """ - - _validation = { - 'source_vault': {'required': True}, - 'key_url': {'required': True}, - } - - _attribute_map = { - 'source_vault': {'key': 'sourceVault', 'type': 'ResourceId'}, - 'key_url': {'key': 'keyUrl', 'type': 'str'}, - } - - def __init__(self, *, source_vault, key_url: str, **kwargs) -> None: - super(KeyVaultKeyReference, self).__init__(**kwargs) - self.source_vault = source_vault - self.key_url = key_url diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/local_data_volume.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/local_data_volume.py deleted file mode 100644 index ce2dbd9b6c04..000000000000 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/local_data_volume.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 LocalDataVolume(Model): - """Represents mapping of host directories to directories in the container. - - All required parameters must be populated in order to send to Azure. - - :param host_path: Required. The path on the host that is to be mounted as - a directory in the container. - :type host_path: str - :param local_path: Required. The container local path where the host - directory is mounted. - :type local_path: str - """ - - _validation = { - 'host_path': {'required': True}, - 'local_path': {'required': True}, - } - - _attribute_map = { - 'host_path': {'key': 'hostPath', 'type': 'str'}, - 'local_path': {'key': 'localPath', 'type': 'str'}, - } - - def __init__(self, **kwargs): - super(LocalDataVolume, self).__init__(**kwargs) - self.host_path = kwargs.get('host_path', None) - self.local_path = kwargs.get('local_path', None) diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/local_data_volume_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/local_data_volume_py3.py deleted file mode 100644 index ab954dd286e1..000000000000 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/local_data_volume_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 LocalDataVolume(Model): - """Represents mapping of host directories to directories in the container. - - All required parameters must be populated in order to send to Azure. - - :param host_path: Required. The path on the host that is to be mounted as - a directory in the container. - :type host_path: str - :param local_path: Required. The container local path where the host - directory is mounted. - :type local_path: str - """ - - _validation = { - 'host_path': {'required': True}, - 'local_path': {'required': True}, - } - - _attribute_map = { - 'host_path': {'key': 'hostPath', 'type': 'str'}, - 'local_path': {'key': 'localPath', 'type': 'str'}, - } - - def __init__(self, *, host_path: str, local_path: str, **kwargs) -> None: - super(LocalDataVolume, self).__init__(**kwargs) - self.host_path = host_path - self.local_path = local_path diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/manual_scale_settings.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/manual_scale_settings.py index 77f749b732c4..c5323a0e37a9 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/manual_scale_settings.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/manual_scale_settings.py @@ -24,7 +24,7 @@ class ManualScaleSettings(Model): :param node_deallocation_option: Determines what to do with the job(s) running on compute node if the Cluster size is decreasing. The default value is requeue. Possible values include: 'requeue', 'terminate', - 'waitforjobcompletion', 'unknown'. Default value: "requeue" . + 'waitforjobcompletion'. Default value: "requeue" . :type node_deallocation_option: str or ~azure.mgmt.batchai.models.DeallocationOption """ @@ -35,7 +35,7 @@ class ManualScaleSettings(Model): _attribute_map = { 'target_node_count': {'key': 'targetNodeCount', 'type': 'int'}, - 'node_deallocation_option': {'key': 'nodeDeallocationOption', 'type': 'DeallocationOption'}, + 'node_deallocation_option': {'key': 'nodeDeallocationOption', 'type': 'str'}, } def __init__(self, **kwargs): diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/manual_scale_settings_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/manual_scale_settings_py3.py index 1920de3c57a7..c5d0475eadde 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/manual_scale_settings_py3.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/manual_scale_settings_py3.py @@ -24,7 +24,7 @@ class ManualScaleSettings(Model): :param node_deallocation_option: Determines what to do with the job(s) running on compute node if the Cluster size is decreasing. The default value is requeue. Possible values include: 'requeue', 'terminate', - 'waitforjobcompletion', 'unknown'. Default value: "requeue" . + 'waitforjobcompletion'. Default value: "requeue" . :type node_deallocation_option: str or ~azure.mgmt.batchai.models.DeallocationOption """ @@ -35,7 +35,7 @@ class ManualScaleSettings(Model): _attribute_map = { 'target_node_count': {'key': 'targetNodeCount', 'type': 'int'}, - 'node_deallocation_option': {'key': 'nodeDeallocationOption', 'type': 'DeallocationOption'}, + 'node_deallocation_option': {'key': 'nodeDeallocationOption', 'type': 'str'}, } def __init__(self, *, target_node_count: int=0, node_deallocation_option="requeue", **kwargs) -> None: diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/mount_settings.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/mount_settings.py index bdb4f004c9eb..aa645ca963e1 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/mount_settings.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/mount_settings.py @@ -22,16 +22,12 @@ class MountSettings(Model): :param file_server_internal_ip: Internal subnet IP which can be used to access the file Server from within the subnet. :type file_server_internal_ip: str - :param file_server_type: Type of the fileserver e.g. nfs, glusterfs etc. - Possible values include: 'nfs', 'glusterfs' - :type file_server_type: str or ~azure.mgmt.batchai.models.FileServerType """ _attribute_map = { 'mount_point': {'key': 'mountPoint', 'type': 'str'}, 'file_server_public_ip': {'key': 'fileServerPublicIP', 'type': 'str'}, 'file_server_internal_ip': {'key': 'fileServerInternalIP', 'type': 'str'}, - 'file_server_type': {'key': 'fileServerType', 'type': 'str'}, } def __init__(self, **kwargs): @@ -39,4 +35,3 @@ def __init__(self, **kwargs): self.mount_point = kwargs.get('mount_point', None) self.file_server_public_ip = kwargs.get('file_server_public_ip', None) self.file_server_internal_ip = kwargs.get('file_server_internal_ip', None) - self.file_server_type = kwargs.get('file_server_type', None) diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/mount_settings_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/mount_settings_py3.py index 434a158332d1..0829aa2d51da 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/mount_settings_py3.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/mount_settings_py3.py @@ -22,21 +22,16 @@ class MountSettings(Model): :param file_server_internal_ip: Internal subnet IP which can be used to access the file Server from within the subnet. :type file_server_internal_ip: str - :param file_server_type: Type of the fileserver e.g. nfs, glusterfs etc. - Possible values include: 'nfs', 'glusterfs' - :type file_server_type: str or ~azure.mgmt.batchai.models.FileServerType """ _attribute_map = { 'mount_point': {'key': 'mountPoint', 'type': 'str'}, 'file_server_public_ip': {'key': 'fileServerPublicIP', 'type': 'str'}, 'file_server_internal_ip': {'key': 'fileServerInternalIP', 'type': 'str'}, - 'file_server_type': {'key': 'fileServerType', 'type': 'str'}, } - def __init__(self, *, mount_point: str=None, file_server_public_ip: str=None, file_server_internal_ip: str=None, file_server_type=None, **kwargs) -> None: + def __init__(self, *, mount_point: str=None, file_server_public_ip: str=None, file_server_internal_ip: str=None, **kwargs) -> None: super(MountSettings, self).__init__(**kwargs) self.mount_point = mount_point self.file_server_public_ip = file_server_public_ip self.file_server_internal_ip = file_server_internal_ip - self.file_server_type = file_server_type diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/node_state_counts.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/node_state_counts.py index 015cc1a96ba1..6e9b199c5deb 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/node_state_counts.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/node_state_counts.py @@ -15,30 +15,29 @@ class NodeStateCounts(Model): """Counts of various compute node states on the cluster. - All required parameters must be populated in order to send to Azure. - - :param idle_node_count: Required. Number of compute nodes in idle state. - :type idle_node_count: int - :param running_node_count: Required. Number of compute nodes which are - running jobs. - :type running_node_count: int - :param preparing_node_count: Required. Number of compute nodes which are - being prepared. - :type preparing_node_count: int - :param unusable_node_count: Required. Number of compute nodes which are - unusable. - :type unusable_node_count: int - :param leaving_node_count: Required. Number of compute nodes which are - leaving the cluster. - :type leaving_node_count: int + Variables are only populated by the server, and will be ignored when + sending a request. + + :ivar idle_node_count: Number of compute nodes in idle state. + :vartype idle_node_count: int + :ivar running_node_count: Number of compute nodes which are running jobs. + :vartype running_node_count: int + :ivar preparing_node_count: Number of compute nodes which are being + prepared. + :vartype preparing_node_count: int + :ivar unusable_node_count: Number of compute nodes which are unusable. + :vartype unusable_node_count: int + :ivar leaving_node_count: Number of compute nodes which are leaving the + cluster. + :vartype leaving_node_count: int """ _validation = { - 'idle_node_count': {'required': True}, - 'running_node_count': {'required': True}, - 'preparing_node_count': {'required': True}, - 'unusable_node_count': {'required': True}, - 'leaving_node_count': {'required': True}, + 'idle_node_count': {'readonly': True}, + 'running_node_count': {'readonly': True}, + 'preparing_node_count': {'readonly': True}, + 'unusable_node_count': {'readonly': True}, + 'leaving_node_count': {'readonly': True}, } _attribute_map = { @@ -51,8 +50,8 @@ class NodeStateCounts(Model): def __init__(self, **kwargs): super(NodeStateCounts, self).__init__(**kwargs) - self.idle_node_count = kwargs.get('idle_node_count', None) - self.running_node_count = kwargs.get('running_node_count', None) - self.preparing_node_count = kwargs.get('preparing_node_count', None) - self.unusable_node_count = kwargs.get('unusable_node_count', None) - self.leaving_node_count = kwargs.get('leaving_node_count', None) + self.idle_node_count = None + self.running_node_count = None + self.preparing_node_count = None + self.unusable_node_count = None + self.leaving_node_count = None diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/node_state_counts_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/node_state_counts_py3.py index beec9a6692d5..8618a9195cda 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/node_state_counts_py3.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/node_state_counts_py3.py @@ -15,30 +15,29 @@ class NodeStateCounts(Model): """Counts of various compute node states on the cluster. - All required parameters must be populated in order to send to Azure. - - :param idle_node_count: Required. Number of compute nodes in idle state. - :type idle_node_count: int - :param running_node_count: Required. Number of compute nodes which are - running jobs. - :type running_node_count: int - :param preparing_node_count: Required. Number of compute nodes which are - being prepared. - :type preparing_node_count: int - :param unusable_node_count: Required. Number of compute nodes which are - unusable. - :type unusable_node_count: int - :param leaving_node_count: Required. Number of compute nodes which are - leaving the cluster. - :type leaving_node_count: int + Variables are only populated by the server, and will be ignored when + sending a request. + + :ivar idle_node_count: Number of compute nodes in idle state. + :vartype idle_node_count: int + :ivar running_node_count: Number of compute nodes which are running jobs. + :vartype running_node_count: int + :ivar preparing_node_count: Number of compute nodes which are being + prepared. + :vartype preparing_node_count: int + :ivar unusable_node_count: Number of compute nodes which are unusable. + :vartype unusable_node_count: int + :ivar leaving_node_count: Number of compute nodes which are leaving the + cluster. + :vartype leaving_node_count: int """ _validation = { - 'idle_node_count': {'required': True}, - 'running_node_count': {'required': True}, - 'preparing_node_count': {'required': True}, - 'unusable_node_count': {'required': True}, - 'leaving_node_count': {'required': True}, + 'idle_node_count': {'readonly': True}, + 'running_node_count': {'readonly': True}, + 'preparing_node_count': {'readonly': True}, + 'unusable_node_count': {'readonly': True}, + 'leaving_node_count': {'readonly': True}, } _attribute_map = { @@ -49,10 +48,10 @@ class NodeStateCounts(Model): 'leaving_node_count': {'key': 'leavingNodeCount', 'type': 'int'}, } - def __init__(self, *, idle_node_count: int, running_node_count: int, preparing_node_count: int, unusable_node_count: int, leaving_node_count: int, **kwargs) -> None: + def __init__(self, **kwargs) -> None: super(NodeStateCounts, self).__init__(**kwargs) - self.idle_node_count = idle_node_count - self.running_node_count = running_node_count - self.preparing_node_count = preparing_node_count - self.unusable_node_count = unusable_node_count - self.leaving_node_count = leaving_node_count + self.idle_node_count = None + self.running_node_count = None + self.preparing_node_count = None + self.unusable_node_count = None + self.leaving_node_count = None diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/operation.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/operation.py index c297919824f1..aed48b3beb11 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/operation.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/operation.py @@ -17,17 +17,25 @@ class Operation(Model): Details of a REST API operation. - :param name: The operation name. This is of the format + Variables are only populated by the server, and will be ignored when + sending a request. + + :ivar name: The operation name. This is of the format {provider}/{resource}/{operation} - :type name: str + :vartype name: str :param display: The object that describes the operation. :type display: ~azure.mgmt.batchai.models.OperationDisplay - :param origin: The intended executor of the operation. - :type origin: str + :ivar origin: The intended executor of the operation. + :vartype origin: str :param properties: Properties of the operation. :type properties: object """ + _validation = { + 'name': {'readonly': True}, + 'origin': {'readonly': True}, + } + _attribute_map = { 'name': {'key': 'name', 'type': 'str'}, 'display': {'key': 'display', 'type': 'OperationDisplay'}, @@ -37,7 +45,7 @@ class Operation(Model): def __init__(self, **kwargs): super(Operation, self).__init__(**kwargs) - self.name = kwargs.get('name', None) + self.name = None self.display = kwargs.get('display', None) - self.origin = kwargs.get('origin', None) + self.origin = None self.properties = kwargs.get('properties', None) diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/operation_display.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/operation_display.py index 99487e3cb825..37f8ff623cfb 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/operation_display.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/operation_display.py @@ -15,17 +15,27 @@ class OperationDisplay(Model): """The object that describes the operation. - :param provider: Friendly name of the resource provider. - :type provider: str - :param operation: The operation type. For example: read, write, delete, or + Variables are only populated by the server, and will be ignored when + sending a request. + + :ivar provider: Friendly name of the resource provider. + :vartype provider: str + :ivar operation: The operation type. For example: read, write, delete, or listKeys/action - :type operation: str - :param resource: The resource type on which the operation is performed. - :type resource: str - :param description: The friendly name of the operation. - :type description: str + :vartype operation: str + :ivar resource: The resource type on which the operation is performed. + :vartype resource: str + :ivar description: The friendly name of the operation. + :vartype description: str """ + _validation = { + 'provider': {'readonly': True}, + 'operation': {'readonly': True}, + 'resource': {'readonly': True}, + 'description': {'readonly': True}, + } + _attribute_map = { 'provider': {'key': 'provider', 'type': 'str'}, 'operation': {'key': 'operation', 'type': 'str'}, @@ -35,7 +45,7 @@ class OperationDisplay(Model): def __init__(self, **kwargs): super(OperationDisplay, self).__init__(**kwargs) - self.provider = kwargs.get('provider', None) - self.operation = kwargs.get('operation', None) - self.resource = kwargs.get('resource', None) - self.description = kwargs.get('description', None) + self.provider = None + self.operation = None + self.resource = None + self.description = None diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/operation_display_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/operation_display_py3.py index ce54ece35d47..2b1860159812 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/operation_display_py3.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/operation_display_py3.py @@ -15,17 +15,27 @@ class OperationDisplay(Model): """The object that describes the operation. - :param provider: Friendly name of the resource provider. - :type provider: str - :param operation: The operation type. For example: read, write, delete, or + Variables are only populated by the server, and will be ignored when + sending a request. + + :ivar provider: Friendly name of the resource provider. + :vartype provider: str + :ivar operation: The operation type. For example: read, write, delete, or listKeys/action - :type operation: str - :param resource: The resource type on which the operation is performed. - :type resource: str - :param description: The friendly name of the operation. - :type description: str + :vartype operation: str + :ivar resource: The resource type on which the operation is performed. + :vartype resource: str + :ivar description: The friendly name of the operation. + :vartype description: str """ + _validation = { + 'provider': {'readonly': True}, + 'operation': {'readonly': True}, + 'resource': {'readonly': True}, + 'description': {'readonly': True}, + } + _attribute_map = { 'provider': {'key': 'provider', 'type': 'str'}, 'operation': {'key': 'operation', 'type': 'str'}, @@ -33,9 +43,9 @@ class OperationDisplay(Model): 'description': {'key': 'description', 'type': 'str'}, } - def __init__(self, *, provider: str=None, operation: str=None, resource: str=None, description: str=None, **kwargs) -> None: + def __init__(self, **kwargs) -> None: super(OperationDisplay, self).__init__(**kwargs) - self.provider = provider - self.operation = operation - self.resource = resource - self.description = description + self.provider = None + self.operation = None + self.resource = None + self.description = None diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/operation_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/operation_py3.py index 55c875691feb..5ed40c6d7d51 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/operation_py3.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/operation_py3.py @@ -17,17 +17,25 @@ class Operation(Model): Details of a REST API operation. - :param name: The operation name. This is of the format + Variables are only populated by the server, and will be ignored when + sending a request. + + :ivar name: The operation name. This is of the format {provider}/{resource}/{operation} - :type name: str + :vartype name: str :param display: The object that describes the operation. :type display: ~azure.mgmt.batchai.models.OperationDisplay - :param origin: The intended executor of the operation. - :type origin: str + :ivar origin: The intended executor of the operation. + :vartype origin: str :param properties: Properties of the operation. :type properties: object """ + _validation = { + 'name': {'readonly': True}, + 'origin': {'readonly': True}, + } + _attribute_map = { 'name': {'key': 'name', 'type': 'str'}, 'display': {'key': 'display', 'type': 'OperationDisplay'}, @@ -35,9 +43,9 @@ class Operation(Model): 'properties': {'key': 'properties', 'type': 'object'}, } - def __init__(self, *, name: str=None, display=None, origin: str=None, properties=None, **kwargs) -> None: + def __init__(self, *, display=None, properties=None, **kwargs) -> None: super(Operation, self).__init__(**kwargs) - self.name = name + self.name = None self.display = display - self.origin = origin + self.origin = None self.properties = properties diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/output_directory.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/output_directory.py index e09a503280d6..15f7b35aa30a 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/output_directory.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/output_directory.py @@ -33,16 +33,6 @@ class OutputDirectory(Model): pathPrefix, jobOutputDirectoryPathSegment (reported by get job) and pathSuffix. :type path_suffix: str - :param type: An enumeration, which specifies the type of job output - directory. Default value is Custom. The possible values are Model, Logs, - Summary, and Custom. Users can use multiple enums for a single directory. - Eg. outPutType='Model,Logs, Summary'. Possible values include: 'model', - 'logs', 'summary', 'custom'. Default value: "custom" . - :type type: str or ~azure.mgmt.batchai.models.OutputType - :param create_new: True to create new directory. Default is true. If - false, then the directory is not created and can be any directory path - that the user specifies. Default value: True . - :type create_new: bool """ _validation = { @@ -54,8 +44,6 @@ class OutputDirectory(Model): 'id': {'key': 'id', 'type': 'str'}, 'path_prefix': {'key': 'pathPrefix', 'type': 'str'}, 'path_suffix': {'key': 'pathSuffix', 'type': 'str'}, - 'type': {'key': 'type', 'type': 'str'}, - 'create_new': {'key': 'createNew', 'type': 'bool'}, } def __init__(self, **kwargs): @@ -63,5 +51,3 @@ def __init__(self, **kwargs): self.id = kwargs.get('id', None) self.path_prefix = kwargs.get('path_prefix', None) self.path_suffix = kwargs.get('path_suffix', None) - self.type = kwargs.get('type', "custom") - self.create_new = kwargs.get('create_new', True) diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/output_directory_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/output_directory_py3.py index f5327d45d4a4..78d37348e91a 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/output_directory_py3.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/output_directory_py3.py @@ -33,16 +33,6 @@ class OutputDirectory(Model): pathPrefix, jobOutputDirectoryPathSegment (reported by get job) and pathSuffix. :type path_suffix: str - :param type: An enumeration, which specifies the type of job output - directory. Default value is Custom. The possible values are Model, Logs, - Summary, and Custom. Users can use multiple enums for a single directory. - Eg. outPutType='Model,Logs, Summary'. Possible values include: 'model', - 'logs', 'summary', 'custom'. Default value: "custom" . - :type type: str or ~azure.mgmt.batchai.models.OutputType - :param create_new: True to create new directory. Default is true. If - false, then the directory is not created and can be any directory path - that the user specifies. Default value: True . - :type create_new: bool """ _validation = { @@ -54,14 +44,10 @@ class OutputDirectory(Model): 'id': {'key': 'id', 'type': 'str'}, 'path_prefix': {'key': 'pathPrefix', 'type': 'str'}, 'path_suffix': {'key': 'pathSuffix', 'type': 'str'}, - 'type': {'key': 'type', 'type': 'str'}, - 'create_new': {'key': 'createNew', 'type': 'bool'}, } - def __init__(self, *, id: str, path_prefix: str, path_suffix: str=None, type="custom", create_new: bool=True, **kwargs) -> None: + def __init__(self, *, id: str, path_prefix: str, path_suffix: str=None, **kwargs) -> None: super(OutputDirectory, self).__init__(**kwargs) self.id = id self.path_prefix = path_prefix self.path_suffix = path_suffix - self.type = type - self.create_new = create_new diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/proxy_resource.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/proxy_resource.py new file mode 100644 index 000000000000..092275331f85 --- /dev/null +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/proxy_resource.py @@ -0,0 +1,45 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +from msrest.serialization import Model + + +class ProxyResource(Model): + """A definition of an Azure proxy resource. + + Variables are only populated by the server, and will be ignored when + sending a request. + + :ivar id: The ID of the resource. + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. + :vartype type: str + """ + + _validation = { + 'id': {'readonly': True}, + 'name': {'readonly': True}, + 'type': {'readonly': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'name': {'key': 'name', 'type': 'str'}, + 'type': {'key': 'type', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(ProxyResource, self).__init__(**kwargs) + self.id = None + self.name = None + self.type = None diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/proxy_resource_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/proxy_resource_py3.py new file mode 100644 index 000000000000..ea4abf445f82 --- /dev/null +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/proxy_resource_py3.py @@ -0,0 +1,45 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +from msrest.serialization import Model + + +class ProxyResource(Model): + """A definition of an Azure proxy resource. + + Variables are only populated by the server, and will be ignored when + sending a request. + + :ivar id: The ID of the resource. + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. + :vartype type: str + """ + + _validation = { + 'id': {'readonly': True}, + 'name': {'readonly': True}, + 'type': {'readonly': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'name': {'key': 'name', 'type': 'str'}, + 'type': {'key': 'type', 'type': 'str'}, + } + + def __init__(self, **kwargs) -> None: + super(ProxyResource, self).__init__(**kwargs) + self.id = None + self.name = None + self.type = None diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/remote_login_information.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/remote_login_information.py index 91fab4aeb0b6..3a44f20ef1c8 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/remote_login_information.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/remote_login_information.py @@ -15,20 +15,21 @@ class RemoteLoginInformation(Model): """Contains remote login details to SSH/RDP to a compute node in cluster. - All required parameters must be populated in order to send to Azure. - - :param node_id: Required. Id of the compute node - :type node_id: str - :param ip_address: Required. ip address - :type ip_address: str - :param port: Required. port number. - :type port: float + Variables are only populated by the server, and will be ignored when + sending a request. + + :ivar node_id: Id of the compute node + :vartype node_id: str + :ivar ip_address: ip address + :vartype ip_address: str + :ivar port: port number. + :vartype port: float """ _validation = { - 'node_id': {'required': True}, - 'ip_address': {'required': True}, - 'port': {'required': True}, + 'node_id': {'readonly': True}, + 'ip_address': {'readonly': True}, + 'port': {'readonly': True}, } _attribute_map = { @@ -39,6 +40,6 @@ class RemoteLoginInformation(Model): def __init__(self, **kwargs): super(RemoteLoginInformation, self).__init__(**kwargs) - self.node_id = kwargs.get('node_id', None) - self.ip_address = kwargs.get('ip_address', None) - self.port = kwargs.get('port', None) + self.node_id = None + self.ip_address = None + self.port = None diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/remote_login_information_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/remote_login_information_py3.py index 6007e5e7fcfc..19344ab20dea 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/remote_login_information_py3.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/remote_login_information_py3.py @@ -15,20 +15,21 @@ class RemoteLoginInformation(Model): """Contains remote login details to SSH/RDP to a compute node in cluster. - All required parameters must be populated in order to send to Azure. - - :param node_id: Required. Id of the compute node - :type node_id: str - :param ip_address: Required. ip address - :type ip_address: str - :param port: Required. port number. - :type port: float + Variables are only populated by the server, and will be ignored when + sending a request. + + :ivar node_id: Id of the compute node + :vartype node_id: str + :ivar ip_address: ip address + :vartype ip_address: str + :ivar port: port number. + :vartype port: float """ _validation = { - 'node_id': {'required': True}, - 'ip_address': {'required': True}, - 'port': {'required': True}, + 'node_id': {'readonly': True}, + 'ip_address': {'readonly': True}, + 'port': {'readonly': True}, } _attribute_map = { @@ -37,8 +38,8 @@ class RemoteLoginInformation(Model): 'port': {'key': 'port', 'type': 'float'}, } - def __init__(self, *, node_id: str, ip_address: str, port: float, **kwargs) -> None: + def __init__(self, **kwargs) -> None: super(RemoteLoginInformation, self).__init__(**kwargs) - self.node_id = node_id - self.ip_address = ip_address - self.port = port + self.node_id = None + self.ip_address = None + self.port = None diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/setup_task.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/setup_task.py index 1a6e3eb13f8e..d06c898584c6 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/setup_task.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/setup_task.py @@ -21,7 +21,10 @@ class SetupTask(Model): All required parameters must be populated in order to send to Azure. - :param command_line: Required. Command Line to start Setup process. + :param command_line: Required. Command line to be executed on each + cluster's node after it being allocated or rebooted. Command line to be + executed on each cluster's node after it being allocated or rebooted. The + command is executed in a bash subshell as a root. :type command_line: str :param environment_variables: Collection of environment variables to be set for setup task. @@ -32,11 +35,6 @@ class SetupTask(Model): back. :type secrets: list[~azure.mgmt.batchai.models.EnvironmentVariableWithSecretValue] - :param run_elevated: Specifies whether to run the setup task under root - account. The default value is false. Note. Non-elevated tasks are run - under an account added into sudoer list and can perform sudo when - required. Default value: False . - :type run_elevated: bool :param std_out_err_path_prefix: Required. The prefix of a path where the Batch AI service will upload the stdout and stderr of the setup task. :type std_out_err_path_prefix: str @@ -59,7 +57,6 @@ class SetupTask(Model): 'command_line': {'key': 'commandLine', 'type': 'str'}, 'environment_variables': {'key': 'environmentVariables', 'type': '[EnvironmentVariable]'}, 'secrets': {'key': 'secrets', 'type': '[EnvironmentVariableWithSecretValue]'}, - 'run_elevated': {'key': 'runElevated', 'type': 'bool'}, 'std_out_err_path_prefix': {'key': 'stdOutErrPathPrefix', 'type': 'str'}, 'std_out_err_path_suffix': {'key': 'stdOutErrPathSuffix', 'type': 'str'}, } @@ -69,6 +66,5 @@ def __init__(self, **kwargs): self.command_line = kwargs.get('command_line', None) self.environment_variables = kwargs.get('environment_variables', None) self.secrets = kwargs.get('secrets', None) - self.run_elevated = kwargs.get('run_elevated', False) self.std_out_err_path_prefix = kwargs.get('std_out_err_path_prefix', None) self.std_out_err_path_suffix = None diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/setup_task_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/setup_task_py3.py index 74a53144a6c5..53a5d517a0df 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/setup_task_py3.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/setup_task_py3.py @@ -21,7 +21,10 @@ class SetupTask(Model): All required parameters must be populated in order to send to Azure. - :param command_line: Required. Command Line to start Setup process. + :param command_line: Required. Command line to be executed on each + cluster's node after it being allocated or rebooted. Command line to be + executed on each cluster's node after it being allocated or rebooted. The + command is executed in a bash subshell as a root. :type command_line: str :param environment_variables: Collection of environment variables to be set for setup task. @@ -32,11 +35,6 @@ class SetupTask(Model): back. :type secrets: list[~azure.mgmt.batchai.models.EnvironmentVariableWithSecretValue] - :param run_elevated: Specifies whether to run the setup task under root - account. The default value is false. Note. Non-elevated tasks are run - under an account added into sudoer list and can perform sudo when - required. Default value: False . - :type run_elevated: bool :param std_out_err_path_prefix: Required. The prefix of a path where the Batch AI service will upload the stdout and stderr of the setup task. :type std_out_err_path_prefix: str @@ -59,16 +57,14 @@ class SetupTask(Model): 'command_line': {'key': 'commandLine', 'type': 'str'}, 'environment_variables': {'key': 'environmentVariables', 'type': '[EnvironmentVariable]'}, 'secrets': {'key': 'secrets', 'type': '[EnvironmentVariableWithSecretValue]'}, - 'run_elevated': {'key': 'runElevated', 'type': 'bool'}, 'std_out_err_path_prefix': {'key': 'stdOutErrPathPrefix', 'type': 'str'}, 'std_out_err_path_suffix': {'key': 'stdOutErrPathSuffix', 'type': 'str'}, } - def __init__(self, *, command_line: str, std_out_err_path_prefix: str, environment_variables=None, secrets=None, run_elevated: bool=False, **kwargs) -> None: + def __init__(self, *, command_line: str, std_out_err_path_prefix: str, environment_variables=None, secrets=None, **kwargs) -> None: super(SetupTask, self).__init__(**kwargs) self.command_line = command_line self.environment_variables = environment_variables self.secrets = secrets - self.run_elevated = run_elevated self.std_out_err_path_prefix = std_out_err_path_prefix self.std_out_err_path_suffix = None diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/usage.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/usage.py index fa677eb86082..8d83baaff718 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/usage.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/usage.py @@ -18,24 +18,22 @@ class Usage(Model): 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 unit: Required. An enum describing the unit of usage measurement. - Default value: "Count" . - :vartype unit: str - :param current_value: Required. The current usage of the resource. - :type current_value: int - :param limit: Required. The maximum permitted usage of the resource. - :type limit: long - :param name: Required. The name of the type of usage. - :type name: ~azure.mgmt.batchai.models.UsageName + :ivar unit: An enum describing the unit of usage measurement. Possible + values include: 'Count' + :vartype unit: str or ~azure.mgmt.batchai.models.UsageUnit + :ivar current_value: The current usage of the resource. + :vartype current_value: int + :ivar limit: The maximum permitted usage of the resource. + :vartype limit: long + :ivar name: The name of the type of usage. + :vartype name: ~azure.mgmt.batchai.models.UsageName """ _validation = { - 'unit': {'required': True, 'constant': True}, - 'current_value': {'required': True}, - 'limit': {'required': True}, - 'name': {'required': True}, + 'unit': {'readonly': True}, + 'current_value': {'readonly': True}, + 'limit': {'readonly': True}, + 'name': {'readonly': True}, } _attribute_map = { @@ -45,10 +43,9 @@ class Usage(Model): 'name': {'key': 'name', 'type': 'UsageName'}, } - unit = "Count" - def __init__(self, **kwargs): super(Usage, self).__init__(**kwargs) - self.current_value = kwargs.get('current_value', None) - self.limit = kwargs.get('limit', None) - self.name = kwargs.get('name', None) + self.unit = None + self.current_value = None + self.limit = None + self.name = None diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/usage_name.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/usage_name.py index e2560936493e..9140d61b9b98 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/usage_name.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/usage_name.py @@ -15,12 +15,20 @@ class UsageName(Model): """The Usage Names. - :param value: The name of the resource. - :type value: str - :param localized_value: The localized name of the resource. - :type localized_value: str + Variables are only populated by the server, and will be ignored when + sending a request. + + :ivar value: The name of the resource. + :vartype value: str + :ivar localized_value: The localized name of the resource. + :vartype localized_value: str """ + _validation = { + 'value': {'readonly': True}, + 'localized_value': {'readonly': True}, + } + _attribute_map = { 'value': {'key': 'value', 'type': 'str'}, 'localized_value': {'key': 'localizedValue', 'type': 'str'}, @@ -28,5 +36,5 @@ class UsageName(Model): def __init__(self, **kwargs): super(UsageName, self).__init__(**kwargs) - self.value = kwargs.get('value', None) - self.localized_value = kwargs.get('localized_value', None) + self.value = None + self.localized_value = None diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/usage_name_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/usage_name_py3.py index ad0b77459f75..5b6c039f8a9a 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/usage_name_py3.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/usage_name_py3.py @@ -15,18 +15,26 @@ class UsageName(Model): """The Usage Names. - :param value: The name of the resource. - :type value: str - :param localized_value: The localized name of the resource. - :type localized_value: str + Variables are only populated by the server, and will be ignored when + sending a request. + + :ivar value: The name of the resource. + :vartype value: str + :ivar localized_value: The localized name of the resource. + :vartype localized_value: str """ + _validation = { + 'value': {'readonly': True}, + 'localized_value': {'readonly': True}, + } + _attribute_map = { 'value': {'key': 'value', 'type': 'str'}, 'localized_value': {'key': 'localizedValue', 'type': 'str'}, } - def __init__(self, *, value: str=None, localized_value: str=None, **kwargs) -> None: + def __init__(self, **kwargs) -> None: super(UsageName, self).__init__(**kwargs) - self.value = value - self.localized_value = localized_value + self.value = None + self.localized_value = None diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/usage_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/usage_py3.py index 7a352c5fdb7b..b8914604b443 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/usage_py3.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/usage_py3.py @@ -18,24 +18,22 @@ class Usage(Model): 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 unit: Required. An enum describing the unit of usage measurement. - Default value: "Count" . - :vartype unit: str - :param current_value: Required. The current usage of the resource. - :type current_value: int - :param limit: Required. The maximum permitted usage of the resource. - :type limit: long - :param name: Required. The name of the type of usage. - :type name: ~azure.mgmt.batchai.models.UsageName + :ivar unit: An enum describing the unit of usage measurement. Possible + values include: 'Count' + :vartype unit: str or ~azure.mgmt.batchai.models.UsageUnit + :ivar current_value: The current usage of the resource. + :vartype current_value: int + :ivar limit: The maximum permitted usage of the resource. + :vartype limit: long + :ivar name: The name of the type of usage. + :vartype name: ~azure.mgmt.batchai.models.UsageName """ _validation = { - 'unit': {'required': True, 'constant': True}, - 'current_value': {'required': True}, - 'limit': {'required': True}, - 'name': {'required': True}, + 'unit': {'readonly': True}, + 'current_value': {'readonly': True}, + 'limit': {'readonly': True}, + 'name': {'readonly': True}, } _attribute_map = { @@ -45,10 +43,9 @@ class Usage(Model): 'name': {'key': 'name', 'type': 'UsageName'}, } - unit = "Count" - - def __init__(self, *, current_value: int, limit: int, name, **kwargs) -> None: + def __init__(self, **kwargs) -> None: super(Usage, self).__init__(**kwargs) - self.current_value = current_value - self.limit = limit - self.name = name + self.unit = None + self.current_value = None + self.limit = None + self.name = None diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/workspace.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/workspace.py new file mode 100644 index 000000000000..cba6f8832213 --- /dev/null +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/workspace.py @@ -0,0 +1,69 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +from .resource import Resource + + +class Workspace(Resource): + """Describes Batch AI Workspace. + + Variables are only populated by the server, and will be ignored when + sending a request. + + :ivar id: The ID of the resource + :vartype id: str + :ivar name: The name of the resource + :vartype name: str + :ivar type: The type of the resource + :vartype type: str + :ivar location: The location of the resource + :vartype location: str + :ivar tags: The tags of the resource + :vartype tags: dict[str, str] + :ivar creation_time: Time when the Workspace was created. + :vartype creation_time: datetime + :ivar provisioning_state: The provisioned state of the workspace. Possible + values include: 'creating', 'succeeded', 'failed', 'deleting' + :vartype provisioning_state: str or + ~azure.mgmt.batchai.models.ProvisioningState + :ivar provisioning_state_transition_time: The time at which the workspace + entered its current provisioning state. The time at which the workspace + entered its current provisioning state. + :vartype provisioning_state_transition_time: datetime + """ + + _validation = { + 'id': {'readonly': True}, + 'name': {'readonly': True}, + 'type': {'readonly': True}, + 'location': {'readonly': True}, + 'tags': {'readonly': True}, + 'creation_time': {'readonly': True}, + 'provisioning_state': {'readonly': True}, + 'provisioning_state_transition_time': {'readonly': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'name': {'key': 'name', 'type': 'str'}, + 'type': {'key': 'type', 'type': 'str'}, + 'location': {'key': 'location', 'type': 'str'}, + 'tags': {'key': 'tags', 'type': '{str}'}, + 'creation_time': {'key': 'properties.creationTime', 'type': 'iso-8601'}, + 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, + 'provisioning_state_transition_time': {'key': 'properties.provisioningStateTransitionTime', 'type': 'iso-8601'}, + } + + def __init__(self, **kwargs): + super(Workspace, self).__init__(**kwargs) + self.creation_time = None + self.provisioning_state = None + self.provisioning_state_transition_time = None diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/workspace_create_parameters.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/workspace_create_parameters.py new file mode 100644 index 000000000000..22ef22f6330b --- /dev/null +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/workspace_create_parameters.py @@ -0,0 +1,38 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +from msrest.serialization import Model + + +class WorkspaceCreateParameters(Model): + """Parameters supplied to the Create operation. + + All required parameters must be populated in order to send to Azure. + + :param location: Required. The region in which to create the Workspace. + :type location: str + :param tags: The user specified tags associated with the Workspace. + :type tags: dict[str, str] + """ + + _validation = { + 'location': {'required': True}, + } + + _attribute_map = { + 'location': {'key': 'location', 'type': 'str'}, + 'tags': {'key': 'tags', 'type': '{str}'}, + } + + def __init__(self, **kwargs): + super(WorkspaceCreateParameters, self).__init__(**kwargs) + self.location = kwargs.get('location', None) + self.tags = kwargs.get('tags', None) diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/workspace_create_parameters_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/workspace_create_parameters_py3.py new file mode 100644 index 000000000000..9af28f600055 --- /dev/null +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/workspace_create_parameters_py3.py @@ -0,0 +1,38 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +from msrest.serialization import Model + + +class WorkspaceCreateParameters(Model): + """Parameters supplied to the Create operation. + + All required parameters must be populated in order to send to Azure. + + :param location: Required. The region in which to create the Workspace. + :type location: str + :param tags: The user specified tags associated with the Workspace. + :type tags: dict[str, str] + """ + + _validation = { + 'location': {'required': True}, + } + + _attribute_map = { + 'location': {'key': 'location', 'type': 'str'}, + 'tags': {'key': 'tags', 'type': '{str}'}, + } + + def __init__(self, *, location: str, tags=None, **kwargs) -> None: + super(WorkspaceCreateParameters, self).__init__(**kwargs) + self.location = location + self.tags = tags diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/workspace_paged.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/workspace_paged.py new file mode 100644 index 000000000000..d264cf41ecc9 --- /dev/null +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/workspace_paged.py @@ -0,0 +1,27 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# 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 WorkspacePaged(Paged): + """ + A paging container for iterating over a list of :class:`Workspace ` object + """ + + _attribute_map = { + 'next_link': {'key': 'nextLink', 'type': 'str'}, + 'current_page': {'key': 'value', 'type': '[Workspace]'} + } + + def __init__(self, *args, **kwargs): + + super(WorkspacePaged, self).__init__(*args, **kwargs) diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/workspace_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/workspace_py3.py new file mode 100644 index 000000000000..2c7968542158 --- /dev/null +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/workspace_py3.py @@ -0,0 +1,69 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +from .resource_py3 import Resource + + +class Workspace(Resource): + """Describes Batch AI Workspace. + + Variables are only populated by the server, and will be ignored when + sending a request. + + :ivar id: The ID of the resource + :vartype id: str + :ivar name: The name of the resource + :vartype name: str + :ivar type: The type of the resource + :vartype type: str + :ivar location: The location of the resource + :vartype location: str + :ivar tags: The tags of the resource + :vartype tags: dict[str, str] + :ivar creation_time: Time when the Workspace was created. + :vartype creation_time: datetime + :ivar provisioning_state: The provisioned state of the workspace. Possible + values include: 'creating', 'succeeded', 'failed', 'deleting' + :vartype provisioning_state: str or + ~azure.mgmt.batchai.models.ProvisioningState + :ivar provisioning_state_transition_time: The time at which the workspace + entered its current provisioning state. The time at which the workspace + entered its current provisioning state. + :vartype provisioning_state_transition_time: datetime + """ + + _validation = { + 'id': {'readonly': True}, + 'name': {'readonly': True}, + 'type': {'readonly': True}, + 'location': {'readonly': True}, + 'tags': {'readonly': True}, + 'creation_time': {'readonly': True}, + 'provisioning_state': {'readonly': True}, + 'provisioning_state_transition_time': {'readonly': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'name': {'key': 'name', 'type': 'str'}, + 'type': {'key': 'type', 'type': 'str'}, + 'location': {'key': 'location', 'type': 'str'}, + 'tags': {'key': 'tags', 'type': '{str}'}, + 'creation_time': {'key': 'properties.creationTime', 'type': 'iso-8601'}, + 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, + 'provisioning_state_transition_time': {'key': 'properties.provisioningStateTransitionTime', 'type': 'iso-8601'}, + } + + def __init__(self, **kwargs) -> None: + super(Workspace, self).__init__(**kwargs) + self.creation_time = None + self.provisioning_state = None + self.provisioning_state_transition_time = None diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/workspace_update_parameters.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/workspace_update_parameters.py new file mode 100644 index 000000000000..cdbe744db965 --- /dev/null +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/workspace_update_parameters.py @@ -0,0 +1,28 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +from msrest.serialization import Model + + +class WorkspaceUpdateParameters(Model): + """Parameters supplied to the Update operation. + + :param tags: The user specified tags associated with the Workspace. + :type tags: dict[str, str] + """ + + _attribute_map = { + 'tags': {'key': 'tags', 'type': '{str}'}, + } + + def __init__(self, **kwargs): + super(WorkspaceUpdateParameters, self).__init__(**kwargs) + self.tags = kwargs.get('tags', None) diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/workspace_update_parameters_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/workspace_update_parameters_py3.py new file mode 100644 index 000000000000..4a68f927b572 --- /dev/null +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/workspace_update_parameters_py3.py @@ -0,0 +1,28 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +from msrest.serialization import Model + + +class WorkspaceUpdateParameters(Model): + """Parameters supplied to the Update operation. + + :param tags: The user specified tags associated with the Workspace. + :type tags: dict[str, str] + """ + + _attribute_map = { + 'tags': {'key': 'tags', 'type': '{str}'}, + } + + def __init__(self, *, tags=None, **kwargs) -> None: + super(WorkspaceUpdateParameters, self).__init__(**kwargs) + self.tags = tags diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/jobs_list_by_resource_group_options.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/workspaces_list_by_resource_group_options.py similarity index 61% rename from azure-mgmt-batchai/azure/mgmt/batchai/models/jobs_list_by_resource_group_options.py rename to azure-mgmt-batchai/azure/mgmt/batchai/models/workspaces_list_by_resource_group_options.py index ab272232d23d..8dcfd0f583e6 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/jobs_list_by_resource_group_options.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/workspaces_list_by_resource_group_options.py @@ -12,28 +12,18 @@ from msrest.serialization import Model -class JobsListByResourceGroupOptions(Model): +class WorkspacesListByResourceGroupOptions(Model): """Additional parameters for list_by_resource_group operation. - :param filter: An OData $filter clause.. Used to filter results that are - returned in the GET respnose. - :type filter: str - :param select: An OData $select clause. Used to select the properties to - be returned in the GET respnose. - :type select: 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 """ _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'select': {'key': '', 'type': 'str'}, 'max_results': {'key': '', 'type': 'int'}, } def __init__(self, **kwargs): - super(JobsListByResourceGroupOptions, self).__init__(**kwargs) - self.filter = kwargs.get('filter', None) - self.select = kwargs.get('select', None) + super(WorkspacesListByResourceGroupOptions, self).__init__(**kwargs) self.max_results = kwargs.get('max_results', 1000) diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/jobs_list_by_resource_group_options_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/workspaces_list_by_resource_group_options_py3.py similarity index 58% rename from azure-mgmt-batchai/azure/mgmt/batchai/models/jobs_list_by_resource_group_options_py3.py rename to azure-mgmt-batchai/azure/mgmt/batchai/models/workspaces_list_by_resource_group_options_py3.py index befaa301bc38..b95c2456339d 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/jobs_list_by_resource_group_options_py3.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/workspaces_list_by_resource_group_options_py3.py @@ -12,28 +12,18 @@ from msrest.serialization import Model -class JobsListByResourceGroupOptions(Model): +class WorkspacesListByResourceGroupOptions(Model): """Additional parameters for list_by_resource_group operation. - :param filter: An OData $filter clause.. Used to filter results that are - returned in the GET respnose. - :type filter: str - :param select: An OData $select clause. Used to select the properties to - be returned in the GET respnose. - :type select: 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 """ _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'select': {'key': '', 'type': 'str'}, 'max_results': {'key': '', 'type': 'int'}, } - def __init__(self, *, filter: str=None, select: str=None, max_results: int=1000, **kwargs) -> None: - super(JobsListByResourceGroupOptions, self).__init__(**kwargs) - self.filter = filter - self.select = select + def __init__(self, *, max_results: int=1000, **kwargs) -> None: + super(WorkspacesListByResourceGroupOptions, self).__init__(**kwargs) self.max_results = max_results diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/jobs_list_options.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/workspaces_list_options.py similarity index 62% rename from azure-mgmt-batchai/azure/mgmt/batchai/models/jobs_list_options.py rename to azure-mgmt-batchai/azure/mgmt/batchai/models/workspaces_list_options.py index d1dee3e5e427..0b47be0e4869 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/jobs_list_options.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/workspaces_list_options.py @@ -12,28 +12,18 @@ from msrest.serialization import Model -class JobsListOptions(Model): +class WorkspacesListOptions(Model): """Additional parameters for list operation. - :param filter: An OData $filter clause.. Used to filter results that are - returned in the GET respnose. - :type filter: str - :param select: An OData $select clause. Used to select the properties to - be returned in the GET respnose. - :type select: 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 """ _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'select': {'key': '', 'type': 'str'}, 'max_results': {'key': '', 'type': 'int'}, } def __init__(self, **kwargs): - super(JobsListOptions, self).__init__(**kwargs) - self.filter = kwargs.get('filter', None) - self.select = kwargs.get('select', None) + super(WorkspacesListOptions, self).__init__(**kwargs) self.max_results = kwargs.get('max_results', 1000) diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/models/jobs_list_options_py3.py b/azure-mgmt-batchai/azure/mgmt/batchai/models/workspaces_list_options_py3.py similarity index 58% rename from azure-mgmt-batchai/azure/mgmt/batchai/models/jobs_list_options_py3.py rename to azure-mgmt-batchai/azure/mgmt/batchai/models/workspaces_list_options_py3.py index 6fe87f9b90bc..f0fbdeb3c558 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/models/jobs_list_options_py3.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/models/workspaces_list_options_py3.py @@ -12,28 +12,18 @@ from msrest.serialization import Model -class JobsListOptions(Model): +class WorkspacesListOptions(Model): """Additional parameters for list operation. - :param filter: An OData $filter clause.. Used to filter results that are - returned in the GET respnose. - :type filter: str - :param select: An OData $select clause. Used to select the properties to - be returned in the GET respnose. - :type select: 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 """ _attribute_map = { - 'filter': {'key': '', 'type': 'str'}, - 'select': {'key': '', 'type': 'str'}, 'max_results': {'key': '', 'type': 'int'}, } - def __init__(self, *, filter: str=None, select: str=None, max_results: int=1000, **kwargs) -> None: - super(JobsListOptions, self).__init__(**kwargs) - self.filter = filter - self.select = select + def __init__(self, *, max_results: int=1000, **kwargs) -> None: + super(WorkspacesListOptions, self).__init__(**kwargs) self.max_results = max_results diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/operations/__init__.py b/azure-mgmt-batchai/azure/mgmt/batchai/operations/__init__.py index 0e0603fd6608..389103fb5e8c 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/operations/__init__.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/operations/__init__.py @@ -10,15 +10,19 @@ # -------------------------------------------------------------------------- from .operations import Operations -from .usage_operations import UsageOperations -from .clusters_operations import ClustersOperations +from .usages_operations import UsagesOperations +from .workspaces_operations import WorkspacesOperations +from .experiments_operations import ExperimentsOperations from .jobs_operations import JobsOperations from .file_servers_operations import FileServersOperations +from .clusters_operations import ClustersOperations __all__ = [ 'Operations', - 'UsageOperations', - 'ClustersOperations', + 'UsagesOperations', + 'WorkspacesOperations', + 'ExperimentsOperations', 'JobsOperations', 'FileServersOperations', + 'ClustersOperations', ] diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/operations/clusters_operations.py b/azure-mgmt-batchai/azure/mgmt/batchai/operations/clusters_operations.py index 45ceda8bf1e3..d57d8b7c7bec 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/operations/clusters_operations.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/operations/clusters_operations.py @@ -25,7 +25,7 @@ class ClustersOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Specifies the version of API used for this request. Constant value: "2018-03-01". + :ivar api_version: Specifies the version of API used for this request. Constant value: "2018-05-01". """ models = models @@ -35,18 +35,19 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-03-01" + self.api_version = "2018-05-01" self.config = config def _create_initial( - self, resource_group_name, cluster_name, parameters, custom_headers=None, raw=False, **operation_config): + self, resource_group_name, workspace_name, cluster_name, parameters, custom_headers=None, raw=False, **operation_config): # Construct URL url = self.create.metadata['url'] path_format_arguments = { 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', pattern=r'^[-\w\._]+$'), - 'clusterName': self._serialize.url("cluster_name", cluster_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w\._]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'clusterName': self._serialize.url("cluster_name", cluster_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -90,19 +91,23 @@ def _create_initial( return deserialized def create( - self, resource_group_name, cluster_name, parameters, custom_headers=None, raw=False, polling=True, **operation_config): - """Adds a cluster. A cluster is a collection of compute nodes. Multiple - jobs can be run on the same cluster. + self, resource_group_name, workspace_name, cluster_name, parameters, custom_headers=None, raw=False, polling=True, **operation_config): + """Creates a Cluster in the given Workspace. :param resource_group_name: Name of the resource group to which the resource belongs. :type resource_group_name: str + :param workspace_name: The name of the workspace. Workspace names can + only contain a combination of alphanumeric characters along with dash + (-) and underscore (_). The name must be from 1 through 64 characters + long. + :type workspace_name: str :param cluster_name: The name of the cluster within the specified resource group. Cluster names can only contain a combination of alphanumeric characters along with dash (-) and underscore (_). The name must be from 1 through 64 characters long. :type cluster_name: str - :param parameters: The parameters to provide for cluster creation. + :param parameters: The parameters to provide for the Cluster creation. :type parameters: ~azure.mgmt.batchai.models.ClusterCreateParameters :param dict custom_headers: headers that will be added to the request :param bool raw: The poller return type is ClientRawResponse, the @@ -119,6 +124,7 @@ def create( """ raw_result = self._create_initial( resource_group_name=resource_group_name, + workspace_name=workspace_name, cluster_name=cluster_name, parameters=parameters, custom_headers=custom_headers, @@ -142,22 +148,25 @@ def get_long_running_output(response): elif polling is False: polling_method = NoPolling() else: polling_method = polling return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - create.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/clusters/{clusterName}'} + create.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/clusters/{clusterName}'} def update( - self, resource_group_name, cluster_name, tags=None, scale_settings=None, custom_headers=None, raw=False, **operation_config): - """Update the properties of a given cluster. + self, resource_group_name, workspace_name, cluster_name, scale_settings=None, custom_headers=None, raw=False, **operation_config): + """Updates properties of a Cluster. :param resource_group_name: Name of the resource group to which the resource belongs. :type resource_group_name: str + :param workspace_name: The name of the workspace. Workspace names can + only contain a combination of alphanumeric characters along with dash + (-) and underscore (_). The name must be from 1 through 64 characters + long. + :type workspace_name: str :param cluster_name: The name of the cluster within the specified resource group. Cluster names can only contain a combination of alphanumeric characters along with dash (-) and underscore (_). The name must be from 1 through 64 characters long. :type cluster_name: str - :param tags: The user specified tags associated with the Cluster. - :type tags: dict[str, str] :param scale_settings: Desired scale for the cluster :type scale_settings: ~azure.mgmt.batchai.models.ScaleSettings :param dict custom_headers: headers that will be added to the request @@ -170,13 +179,14 @@ def update( ~msrest.pipeline.ClientRawResponse :raises: :class:`CloudError` """ - parameters = models.ClusterUpdateParameters(tags=tags, scale_settings=scale_settings) + parameters = models.ClusterUpdateParameters(scale_settings=scale_settings) # Construct URL url = self.update.metadata['url'] path_format_arguments = { 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', pattern=r'^[-\w\._]+$'), - 'clusterName': self._serialize.url("cluster_name", cluster_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w\._]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'clusterName': self._serialize.url("cluster_name", cluster_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -218,16 +228,17 @@ def update( return client_raw_response return deserialized - update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/clusters/{clusterName}'} + update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/clusters/{clusterName}'} def _delete_initial( - self, resource_group_name, cluster_name, custom_headers=None, raw=False, **operation_config): + self, resource_group_name, workspace_name, cluster_name, custom_headers=None, raw=False, **operation_config): # Construct URL url = self.delete.metadata['url'] path_format_arguments = { 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', pattern=r'^[-\w\._]+$'), - 'clusterName': self._serialize.url("cluster_name", cluster_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w\._]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'clusterName': self._serialize.url("cluster_name", cluster_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -260,12 +271,17 @@ def _delete_initial( return client_raw_response def delete( - self, resource_group_name, cluster_name, custom_headers=None, raw=False, polling=True, **operation_config): + self, resource_group_name, workspace_name, cluster_name, custom_headers=None, raw=False, polling=True, **operation_config): """Deletes a Cluster. :param resource_group_name: Name of the resource group to which the resource belongs. :type resource_group_name: str + :param workspace_name: The name of the workspace. Workspace names can + only contain a combination of alphanumeric characters along with dash + (-) and underscore (_). The name must be from 1 through 64 characters + long. + :type workspace_name: str :param cluster_name: The name of the cluster within the specified resource group. Cluster names can only contain a combination of alphanumeric characters along with dash (-) and underscore (_). The @@ -284,6 +300,7 @@ def delete( """ raw_result = self._delete_initial( resource_group_name=resource_group_name, + workspace_name=workspace_name, cluster_name=cluster_name, custom_headers=custom_headers, raw=True, @@ -302,15 +319,20 @@ def get_long_running_output(response): elif polling is False: polling_method = NoPolling() else: polling_method = polling return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/clusters/{clusterName}'} + delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/clusters/{clusterName}'} def get( - self, resource_group_name, cluster_name, custom_headers=None, raw=False, **operation_config): - """Gets information about the specified Cluster. + self, resource_group_name, workspace_name, cluster_name, custom_headers=None, raw=False, **operation_config): + """Gets information about a Cluster. :param resource_group_name: Name of the resource group to which the resource belongs. :type resource_group_name: str + :param workspace_name: The name of the workspace. Workspace names can + only contain a combination of alphanumeric characters along with dash + (-) and underscore (_). The name must be from 1 through 64 characters + long. + :type workspace_name: str :param cluster_name: The name of the cluster within the specified resource group. Cluster names can only contain a combination of alphanumeric characters along with dash (-) and underscore (_). The @@ -330,7 +352,8 @@ def get( url = self.get.metadata['url'] path_format_arguments = { 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', pattern=r'^[-\w\._]+$'), - 'clusterName': self._serialize.url("cluster_name", cluster_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w\._]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'clusterName': self._serialize.url("cluster_name", cluster_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -368,15 +391,20 @@ def get( return client_raw_response return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/clusters/{clusterName}'} + get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/clusters/{clusterName}'} def list_remote_login_information( - self, resource_group_name, cluster_name, custom_headers=None, raw=False, **operation_config): - """Get the IP address, port of all the compute nodes in the cluster. + self, resource_group_name, workspace_name, cluster_name, custom_headers=None, raw=False, **operation_config): + """Get the IP address, port of all the compute nodes in the Cluster. :param resource_group_name: Name of the resource group to which the resource belongs. :type resource_group_name: str + :param workspace_name: The name of the workspace. Workspace names can + only contain a combination of alphanumeric characters along with dash + (-) and underscore (_). The name must be from 1 through 64 characters + long. + :type workspace_name: str :param cluster_name: The name of the cluster within the specified resource group. Cluster names can only contain a combination of alphanumeric characters along with dash (-) and underscore (_). The @@ -399,7 +427,8 @@ def internal_paging(next_link=None, raw=False): url = self.list_remote_login_information.metadata['url'] path_format_arguments = { 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', pattern=r'^[-\w\._]+$'), - 'clusterName': self._serialize.url("cluster_name", cluster_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w\._]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'clusterName': self._serialize.url("cluster_name", cluster_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -443,104 +472,24 @@ def internal_paging(next_link=None, raw=False): return client_raw_response return deserialized - list_remote_login_information.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/clusters/{clusterName}/listRemoteLoginInformation'} + list_remote_login_information.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/clusters/{clusterName}/listRemoteLoginInformation'} - def list( - self, clusters_list_options=None, custom_headers=None, raw=False, **operation_config): - """Gets information about the Clusters associated with the subscription. - - :param clusters_list_options: Additional parameters for the operation - :type clusters_list_options: - ~azure.mgmt.batchai.models.ClustersListOptions - :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: An iterator like instance of Cluster - :rtype: - ~azure.mgmt.batchai.models.ClusterPaged[~azure.mgmt.batchai.models.Cluster] - :raises: :class:`CloudError` - """ - filter = None - if clusters_list_options is not None: - filter = clusters_list_options.filter - select = None - if clusters_list_options is not None: - select = clusters_list_options.select - max_results = None - if clusters_list_options is not None: - max_results = clusters_list_options.max_results - - def internal_paging(next_link=None, raw=False): - - if not next_link: - # Construct URL - url = self.list.metadata['url'] - path_format_arguments = { - 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_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 filter is not None: - query_parameters['$filter'] = self._serialize.query("filter", filter, 'str') - if select is not None: - query_parameters['$select'] = self._serialize.query("select", select, 'str') - if max_results is not None: - query_parameters['maxresults'] = self._serialize.query("max_results", max_results, 'int', maximum=1000, minimum=1) - - else: - url = next_link - query_parameters = {} - - # Construct headers - header_parameters = {} - header_parameters['Content-Type'] = 'application/json; charset=utf-8' - if self.config.generate_client_request_id: - header_parameters['x-ms-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') - - # Construct and send request - request = self._client.get(url, query_parameters) - response = self._client.send( - request, header_parameters, stream=False, **operation_config) - - if response.status_code not in [200]: - exp = CloudError(response) - exp.request_id = response.headers.get('x-ms-request-id') - raise exp - - return response - - # Deserialize response - deserialized = models.ClusterPaged(internal_paging, self._deserialize.dependencies) - - if raw: - header_dict = {} - client_raw_response = models.ClusterPaged(internal_paging, self._deserialize.dependencies, header_dict) - return client_raw_response - - return deserialized - list.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.BatchAI/clusters'} - - def list_by_resource_group( - self, resource_group_name, clusters_list_by_resource_group_options=None, custom_headers=None, raw=False, **operation_config): - """Gets information about the Clusters associated within the specified - resource group. + def list_by_workspace( + self, resource_group_name, workspace_name, clusters_list_by_workspace_options=None, custom_headers=None, raw=False, **operation_config): + """Gets information about Clusters associated with the given Workspace. :param resource_group_name: Name of the resource group to which the resource belongs. :type resource_group_name: str - :param clusters_list_by_resource_group_options: Additional parameters - for the operation - :type clusters_list_by_resource_group_options: - ~azure.mgmt.batchai.models.ClustersListByResourceGroupOptions + :param workspace_name: The name of the workspace. Workspace names can + only contain a combination of alphanumeric characters along with dash + (-) and underscore (_). The name must be from 1 through 64 characters + long. + :type workspace_name: str + :param clusters_list_by_workspace_options: Additional parameters for + the operation + :type clusters_list_by_workspace_options: + ~azure.mgmt.batchai.models.ClustersListByWorkspaceOptions :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the deserialized response @@ -551,23 +500,18 @@ def list_by_resource_group( ~azure.mgmt.batchai.models.ClusterPaged[~azure.mgmt.batchai.models.Cluster] :raises: :class:`CloudError` """ - filter = None - if clusters_list_by_resource_group_options is not None: - filter = clusters_list_by_resource_group_options.filter - select = None - if clusters_list_by_resource_group_options is not None: - select = clusters_list_by_resource_group_options.select max_results = None - if clusters_list_by_resource_group_options is not None: - max_results = clusters_list_by_resource_group_options.max_results + if clusters_list_by_workspace_options is not None: + max_results = clusters_list_by_workspace_options.max_results def internal_paging(next_link=None, raw=False): if not next_link: # Construct URL - url = self.list_by_resource_group.metadata['url'] + url = self.list_by_workspace.metadata['url'] path_format_arguments = { 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', pattern=r'^[-\w\._]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -575,10 +519,6 @@ def internal_paging(next_link=None, raw=False): # Construct parameters query_parameters = {} query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') - if filter is not None: - query_parameters['$filter'] = self._serialize.query("filter", filter, 'str') - if select is not None: - query_parameters['$select'] = self._serialize.query("select", select, 'str') if max_results is not None: query_parameters['maxresults'] = self._serialize.query("max_results", max_results, 'int', maximum=1000, minimum=1) @@ -617,4 +557,4 @@ def internal_paging(next_link=None, raw=False): return client_raw_response return deserialized - list_by_resource_group.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/clusters'} + list_by_workspace.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/clusters'} diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/operations/experiments_operations.py b/azure-mgmt-batchai/azure/mgmt/batchai/operations/experiments_operations.py new file mode 100644 index 000000000000..135919711e70 --- /dev/null +++ b/azure-mgmt-batchai/azure/mgmt/batchai/operations/experiments_operations.py @@ -0,0 +1,392 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +import uuid +from msrest.pipeline import ClientRawResponse +from msrestazure.azure_exceptions import CloudError +from msrest.polling import LROPoller, NoPolling +from msrestazure.polling.arm_polling import ARMPolling + +from .. import models + + +class ExperimentsOperations(object): + """ExperimentsOperations operations. + + :param client: Client for service requests. + :param config: Configuration of service client. + :param serializer: An object model serializer. + :param deserializer: An object model deserializer. + :ivar api_version: Specifies the version of API used for this request. Constant value: "2018-05-01". + """ + + models = models + + def __init__(self, client, config, serializer, deserializer): + + self._client = client + self._serialize = serializer + self._deserialize = deserializer + self.api_version = "2018-05-01" + + self.config = config + + def list_by_workspace( + self, resource_group_name, workspace_name, experiments_list_by_workspace_options=None, custom_headers=None, raw=False, **operation_config): + """Gets a list of Experiments within the specified Workspace. + + :param resource_group_name: Name of the resource group to which the + resource belongs. + :type resource_group_name: str + :param workspace_name: The name of the workspace. Workspace names can + only contain a combination of alphanumeric characters along with dash + (-) and underscore (_). The name must be from 1 through 64 characters + long. + :type workspace_name: str + :param experiments_list_by_workspace_options: Additional parameters + for the operation + :type experiments_list_by_workspace_options: + ~azure.mgmt.batchai.models.ExperimentsListByWorkspaceOptions + :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: An iterator like instance of Experiment + :rtype: + ~azure.mgmt.batchai.models.ExperimentPaged[~azure.mgmt.batchai.models.Experiment] + :raises: :class:`CloudError` + """ + max_results = None + if experiments_list_by_workspace_options is not None: + max_results = experiments_list_by_workspace_options.max_results + + def internal_paging(next_link=None, raw=False): + + if not next_link: + # Construct URL + url = self.list_by_workspace.metadata['url'] + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', pattern=r'^[-\w\._]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_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 max_results is not None: + query_parameters['maxresults'] = self._serialize.query("max_results", max_results, 'int', maximum=1000, minimum=1) + + else: + url = next_link + query_parameters = {} + + # Construct headers + header_parameters = {} + header_parameters['Content-Type'] = 'application/json; charset=utf-8' + if self.config.generate_client_request_id: + header_parameters['x-ms-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') + + # Construct and send request + request = self._client.get(url, query_parameters) + response = self._client.send( + request, header_parameters, stream=False, **operation_config) + + if response.status_code not in [200]: + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp + + return response + + # Deserialize response + deserialized = models.ExperimentPaged(internal_paging, self._deserialize.dependencies) + + if raw: + header_dict = {} + client_raw_response = models.ExperimentPaged(internal_paging, self._deserialize.dependencies, header_dict) + return client_raw_response + + return deserialized + list_by_workspace.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/experiments'} + + + def _create_initial( + self, resource_group_name, workspace_name, experiment_name, custom_headers=None, raw=False, **operation_config): + # Construct URL + url = self.create.metadata['url'] + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', pattern=r'^[-\w\._]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'experimentName': self._serialize.url("experiment_name", experiment_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_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') + + # Construct headers + header_parameters = {} + header_parameters['Content-Type'] = 'application/json; charset=utf-8' + if self.config.generate_client_request_id: + header_parameters['x-ms-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') + + # Construct and send request + request = self._client.put(url, query_parameters) + response = self._client.send(request, header_parameters, stream=False, **operation_config) + + if response.status_code not in [200, 202]: + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp + + deserialized = None + + if response.status_code == 200: + deserialized = self._deserialize('Experiment', response) + + if raw: + client_raw_response = ClientRawResponse(deserialized, response) + return client_raw_response + + return deserialized + + def create( + self, resource_group_name, workspace_name, experiment_name, custom_headers=None, raw=False, polling=True, **operation_config): + """Creates an Experiment. + + :param resource_group_name: Name of the resource group to which the + resource belongs. + :type resource_group_name: str + :param workspace_name: The name of the workspace. Workspace names can + only contain a combination of alphanumeric characters along with dash + (-) and underscore (_). The name must be from 1 through 64 characters + long. + :type workspace_name: str + :param experiment_name: The name of the experiment. Experiment names + can only contain a combination of alphanumeric characters along with + dash (-) and underscore (_). The name must be from 1 through 64 + characters long. + :type experiment_name: str + :param dict custom_headers: headers that will be added to the request + :param bool raw: The poller return type is ClientRawResponse, the + direct response alongside the deserialized response + :param polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :return: An instance of LROPoller that returns Experiment or + ClientRawResponse if raw==True + :rtype: + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.batchai.models.Experiment] + or + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.batchai.models.Experiment]] + :raises: :class:`CloudError` + """ + raw_result = self._create_initial( + resource_group_name=resource_group_name, + workspace_name=workspace_name, + experiment_name=experiment_name, + custom_headers=custom_headers, + raw=True, + **operation_config + ) + + def get_long_running_output(response): + deserialized = self._deserialize('Experiment', response) + + if raw: + client_raw_response = ClientRawResponse(deserialized, response) + return client_raw_response + + return deserialized + + lro_delay = operation_config.get( + 'long_running_operation_timeout', + self.config.long_running_operation_timeout) + if polling is True: polling_method = ARMPolling(lro_delay, **operation_config) + elif polling is False: polling_method = NoPolling() + else: polling_method = polling + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + create.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/experiments/{experimentName}'} + + + def _delete_initial( + self, resource_group_name, workspace_name, experiment_name, custom_headers=None, raw=False, **operation_config): + # Construct URL + url = self.delete.metadata['url'] + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', pattern=r'^[-\w\._]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'experimentName': self._serialize.url("experiment_name", experiment_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_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') + + # Construct headers + header_parameters = {} + header_parameters['Content-Type'] = 'application/json; charset=utf-8' + if self.config.generate_client_request_id: + header_parameters['x-ms-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') + + # Construct and send request + request = self._client.delete(url, query_parameters) + response = self._client.send(request, header_parameters, stream=False, **operation_config) + + if response.status_code not in [200, 202, 204]: + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp + + if raw: + client_raw_response = ClientRawResponse(None, response) + return client_raw_response + + def delete( + self, resource_group_name, workspace_name, experiment_name, custom_headers=None, raw=False, polling=True, **operation_config): + """Deletes an Experiment. + + :param resource_group_name: Name of the resource group to which the + resource belongs. + :type resource_group_name: str + :param workspace_name: The name of the workspace. Workspace names can + only contain a combination of alphanumeric characters along with dash + (-) and underscore (_). The name must be from 1 through 64 characters + long. + :type workspace_name: str + :param experiment_name: The name of the experiment. Experiment names + can only contain a combination of alphanumeric characters along with + dash (-) and underscore (_). The name must be from 1 through 64 + characters long. + :type experiment_name: str + :param dict custom_headers: headers that will be added to the request + :param bool raw: The poller return type is ClientRawResponse, the + direct response alongside the deserialized response + :param polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :return: An instance of LROPoller that returns None or + ClientRawResponse if raw==True + :rtype: ~msrestazure.azure_operation.AzureOperationPoller[None] or + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[None]] + :raises: :class:`CloudError` + """ + raw_result = self._delete_initial( + resource_group_name=resource_group_name, + workspace_name=workspace_name, + experiment_name=experiment_name, + custom_headers=custom_headers, + raw=True, + **operation_config + ) + + def get_long_running_output(response): + if raw: + client_raw_response = ClientRawResponse(None, response) + return client_raw_response + + lro_delay = operation_config.get( + 'long_running_operation_timeout', + self.config.long_running_operation_timeout) + if polling is True: polling_method = ARMPolling(lro_delay, **operation_config) + elif polling is False: polling_method = NoPolling() + else: polling_method = polling + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/experiments/{experimentName}'} + + def get( + self, resource_group_name, workspace_name, experiment_name, custom_headers=None, raw=False, **operation_config): + """Gets information about an Experiment. + + :param resource_group_name: Name of the resource group to which the + resource belongs. + :type resource_group_name: str + :param workspace_name: The name of the workspace. Workspace names can + only contain a combination of alphanumeric characters along with dash + (-) and underscore (_). The name must be from 1 through 64 characters + long. + :type workspace_name: str + :param experiment_name: The name of the experiment. Experiment names + can only contain a combination of alphanumeric characters along with + dash (-) and underscore (_). The name must be from 1 through 64 + characters long. + :type experiment_name: str + :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: Experiment or ClientRawResponse if raw=true + :rtype: ~azure.mgmt.batchai.models.Experiment or + ~msrest.pipeline.ClientRawResponse + :raises: :class:`CloudError` + """ + # Construct URL + url = self.get.metadata['url'] + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', pattern=r'^[-\w\._]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'experimentName': self._serialize.url("experiment_name", experiment_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_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') + + # Construct headers + header_parameters = {} + header_parameters['Content-Type'] = 'application/json; charset=utf-8' + if self.config.generate_client_request_id: + header_parameters['x-ms-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') + + # Construct and send request + request = self._client.get(url, query_parameters) + response = self._client.send(request, header_parameters, stream=False, **operation_config) + + if response.status_code not in [200]: + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp + + deserialized = None + + if response.status_code == 200: + deserialized = self._deserialize('Experiment', response) + + if raw: + client_raw_response = ClientRawResponse(deserialized, response) + return client_raw_response + + return deserialized + get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/experiments/{experimentName}'} diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/operations/file_servers_operations.py b/azure-mgmt-batchai/azure/mgmt/batchai/operations/file_servers_operations.py index 69f13c2fe274..e1e7e8db719c 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/operations/file_servers_operations.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/operations/file_servers_operations.py @@ -25,7 +25,7 @@ class FileServersOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Specifies the version of API used for this request. Constant value: "2018-03-01". + :ivar api_version: Specifies the version of API used for this request. Constant value: "2018-05-01". """ models = models @@ -35,18 +35,19 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-03-01" + self.api_version = "2018-05-01" self.config = config def _create_initial( - self, resource_group_name, file_server_name, parameters, custom_headers=None, raw=False, **operation_config): + self, resource_group_name, workspace_name, file_server_name, parameters, custom_headers=None, raw=False, **operation_config): # Construct URL url = self.create.metadata['url'] path_format_arguments = { 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', pattern=r'^[-\w\._]+$'), - 'fileServerName': self._serialize.url("file_server_name", file_server_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w\._]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'fileServerName': self._serialize.url("file_server_name", file_server_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -90,18 +91,23 @@ def _create_initial( return deserialized def create( - self, resource_group_name, file_server_name, parameters, custom_headers=None, raw=False, polling=True, **operation_config): - """Creates a file server. + self, resource_group_name, workspace_name, file_server_name, parameters, custom_headers=None, raw=False, polling=True, **operation_config): + """Creates a File Server in the given workspace. :param resource_group_name: Name of the resource group to which the resource belongs. :type resource_group_name: str + :param workspace_name: The name of the workspace. Workspace names can + only contain a combination of alphanumeric characters along with dash + (-) and underscore (_). The name must be from 1 through 64 characters + long. + :type workspace_name: str :param file_server_name: The name of the file server within the specified resource group. File server names can only contain a combination of alphanumeric characters along with dash (-) and underscore (_). The name must be from 1 through 64 characters long. :type file_server_name: str - :param parameters: The parameters to provide for file server creation. + :param parameters: The parameters to provide for File Server creation. :type parameters: ~azure.mgmt.batchai.models.FileServerCreateParameters :param dict custom_headers: headers that will be added to the request @@ -119,6 +125,7 @@ def create( """ raw_result = self._create_initial( resource_group_name=resource_group_name, + workspace_name=workspace_name, file_server_name=file_server_name, parameters=parameters, custom_headers=custom_headers, @@ -142,16 +149,17 @@ def get_long_running_output(response): elif polling is False: polling_method = NoPolling() else: polling_method = polling return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - create.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/fileServers/{fileServerName}'} + create.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/fileServers/{fileServerName}'} def _delete_initial( - self, resource_group_name, file_server_name, custom_headers=None, raw=False, **operation_config): + self, resource_group_name, workspace_name, file_server_name, custom_headers=None, raw=False, **operation_config): # Construct URL url = self.delete.metadata['url'] path_format_arguments = { 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', pattern=r'^[-\w\._]+$'), - 'fileServerName': self._serialize.url("file_server_name", file_server_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w\._]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'fileServerName': self._serialize.url("file_server_name", file_server_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -184,12 +192,17 @@ def _delete_initial( return client_raw_response def delete( - self, resource_group_name, file_server_name, custom_headers=None, raw=False, polling=True, **operation_config): - """Delete a file Server. + self, resource_group_name, workspace_name, file_server_name, custom_headers=None, raw=False, polling=True, **operation_config): + """Deletes a File Server. :param resource_group_name: Name of the resource group to which the resource belongs. :type resource_group_name: str + :param workspace_name: The name of the workspace. Workspace names can + only contain a combination of alphanumeric characters along with dash + (-) and underscore (_). The name must be from 1 through 64 characters + long. + :type workspace_name: str :param file_server_name: The name of the file server within the specified resource group. File server names can only contain a combination of alphanumeric characters along with dash (-) and @@ -208,6 +221,7 @@ def delete( """ raw_result = self._delete_initial( resource_group_name=resource_group_name, + workspace_name=workspace_name, file_server_name=file_server_name, custom_headers=custom_headers, raw=True, @@ -226,15 +240,20 @@ def get_long_running_output(response): elif polling is False: polling_method = NoPolling() else: polling_method = polling return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/fileServers/{fileServerName}'} + delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/fileServers/{fileServerName}'} def get( - self, resource_group_name, file_server_name, custom_headers=None, raw=False, **operation_config): - """Gets information about the specified Cluster. + self, resource_group_name, workspace_name, file_server_name, custom_headers=None, raw=False, **operation_config): + """Gets information about a File Server. :param resource_group_name: Name of the resource group to which the resource belongs. :type resource_group_name: str + :param workspace_name: The name of the workspace. Workspace names can + only contain a combination of alphanumeric characters along with dash + (-) and underscore (_). The name must be from 1 through 64 characters + long. + :type workspace_name: str :param file_server_name: The name of the file server within the specified resource group. File server names can only contain a combination of alphanumeric characters along with dash (-) and @@ -254,7 +273,8 @@ def get( url = self.get.metadata['url'] path_format_arguments = { 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', pattern=r'^[-\w\._]+$'), - 'fileServerName': self._serialize.url("file_server_name", file_server_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w\._]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'fileServerName': self._serialize.url("file_server_name", file_server_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -292,106 +312,24 @@ def get( return client_raw_response return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/fileServers/{fileServerName}'} + get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/fileServers/{fileServerName}'} - def list( - self, file_servers_list_options=None, custom_headers=None, raw=False, **operation_config): - """To list all the file servers available under the given subscription - (and across all resource groups within that subscription). - - :param file_servers_list_options: Additional parameters for the - operation - :type file_servers_list_options: - ~azure.mgmt.batchai.models.FileServersListOptions - :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: An iterator like instance of FileServer - :rtype: - ~azure.mgmt.batchai.models.FileServerPaged[~azure.mgmt.batchai.models.FileServer] - :raises: :class:`CloudError` - """ - filter = None - if file_servers_list_options is not None: - filter = file_servers_list_options.filter - select = None - if file_servers_list_options is not None: - select = file_servers_list_options.select - max_results = None - if file_servers_list_options is not None: - max_results = file_servers_list_options.max_results - - def internal_paging(next_link=None, raw=False): - - if not next_link: - # Construct URL - url = self.list.metadata['url'] - path_format_arguments = { - 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_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 filter is not None: - query_parameters['$filter'] = self._serialize.query("filter", filter, 'str') - if select is not None: - query_parameters['$select'] = self._serialize.query("select", select, 'str') - if max_results is not None: - query_parameters['maxresults'] = self._serialize.query("max_results", max_results, 'int', maximum=1000, minimum=1) - - else: - url = next_link - query_parameters = {} - - # Construct headers - header_parameters = {} - header_parameters['Content-Type'] = 'application/json; charset=utf-8' - if self.config.generate_client_request_id: - header_parameters['x-ms-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') - - # Construct and send request - request = self._client.get(url, query_parameters) - response = self._client.send( - request, header_parameters, stream=False, **operation_config) - - if response.status_code not in [200]: - exp = CloudError(response) - exp.request_id = response.headers.get('x-ms-request-id') - raise exp - - return response - - # Deserialize response - deserialized = models.FileServerPaged(internal_paging, self._deserialize.dependencies) - - if raw: - header_dict = {} - client_raw_response = models.FileServerPaged(internal_paging, self._deserialize.dependencies, header_dict) - return client_raw_response - - return deserialized - list.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.BatchAI/fileServers'} - - def list_by_resource_group( - self, resource_group_name, file_servers_list_by_resource_group_options=None, custom_headers=None, raw=False, **operation_config): - """Gets a formatted list of file servers and their properties associated - within the specified resource group. + def list_by_workspace( + self, resource_group_name, workspace_name, file_servers_list_by_workspace_options=None, custom_headers=None, raw=False, **operation_config): + """Gets a list of File Servers associated with the specified workspace. :param resource_group_name: Name of the resource group to which the resource belongs. :type resource_group_name: str - :param file_servers_list_by_resource_group_options: Additional - parameters for the operation - :type file_servers_list_by_resource_group_options: - ~azure.mgmt.batchai.models.FileServersListByResourceGroupOptions + :param workspace_name: The name of the workspace. Workspace names can + only contain a combination of alphanumeric characters along with dash + (-) and underscore (_). The name must be from 1 through 64 characters + long. + :type workspace_name: str + :param file_servers_list_by_workspace_options: Additional parameters + for the operation + :type file_servers_list_by_workspace_options: + ~azure.mgmt.batchai.models.FileServersListByWorkspaceOptions :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the deserialized response @@ -402,23 +340,18 @@ def list_by_resource_group( ~azure.mgmt.batchai.models.FileServerPaged[~azure.mgmt.batchai.models.FileServer] :raises: :class:`CloudError` """ - filter = None - if file_servers_list_by_resource_group_options is not None: - filter = file_servers_list_by_resource_group_options.filter - select = None - if file_servers_list_by_resource_group_options is not None: - select = file_servers_list_by_resource_group_options.select max_results = None - if file_servers_list_by_resource_group_options is not None: - max_results = file_servers_list_by_resource_group_options.max_results + if file_servers_list_by_workspace_options is not None: + max_results = file_servers_list_by_workspace_options.max_results def internal_paging(next_link=None, raw=False): if not next_link: # Construct URL - url = self.list_by_resource_group.metadata['url'] + url = self.list_by_workspace.metadata['url'] path_format_arguments = { 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', pattern=r'^[-\w\._]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -426,10 +359,6 @@ def internal_paging(next_link=None, raw=False): # Construct parameters query_parameters = {} query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') - if filter is not None: - query_parameters['$filter'] = self._serialize.query("filter", filter, 'str') - if select is not None: - query_parameters['$select'] = self._serialize.query("select", select, 'str') if max_results is not None: query_parameters['maxresults'] = self._serialize.query("max_results", max_results, 'int', maximum=1000, minimum=1) @@ -468,4 +397,4 @@ def internal_paging(next_link=None, raw=False): return client_raw_response return deserialized - list_by_resource_group.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/fileServers'} + list_by_workspace.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/fileServers'} diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/operations/jobs_operations.py b/azure-mgmt-batchai/azure/mgmt/batchai/operations/jobs_operations.py index 699f371251c6..6d29f0894fd3 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/operations/jobs_operations.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/operations/jobs_operations.py @@ -25,7 +25,7 @@ class JobsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Specifies the version of API used for this request. Constant value: "2018-03-01". + :ivar api_version: Specifies the version of API used for this request. Constant value: "2018-05-01". """ models = models @@ -35,18 +35,111 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-03-01" + self.api_version = "2018-05-01" self.config = config + def list_by_experiment( + self, resource_group_name, workspace_name, experiment_name, jobs_list_by_experiment_options=None, custom_headers=None, raw=False, **operation_config): + """Gets a list of Jobs within the specified Experiment. + + :param resource_group_name: Name of the resource group to which the + resource belongs. + :type resource_group_name: str + :param workspace_name: The name of the workspace. Workspace names can + only contain a combination of alphanumeric characters along with dash + (-) and underscore (_). The name must be from 1 through 64 characters + long. + :type workspace_name: str + :param experiment_name: The name of the experiment. Experiment names + can only contain a combination of alphanumeric characters along with + dash (-) and underscore (_). The name must be from 1 through 64 + characters long. + :type experiment_name: str + :param jobs_list_by_experiment_options: Additional parameters for the + operation + :type jobs_list_by_experiment_options: + ~azure.mgmt.batchai.models.JobsListByExperimentOptions + :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: An iterator like instance of Job + :rtype: + ~azure.mgmt.batchai.models.JobPaged[~azure.mgmt.batchai.models.Job] + :raises: :class:`CloudError` + """ + max_results = None + if jobs_list_by_experiment_options is not None: + max_results = jobs_list_by_experiment_options.max_results + + def internal_paging(next_link=None, raw=False): + + if not next_link: + # Construct URL + url = self.list_by_experiment.metadata['url'] + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', pattern=r'^[-\w\._]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'experimentName': self._serialize.url("experiment_name", experiment_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_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 max_results is not None: + query_parameters['maxresults'] = self._serialize.query("max_results", max_results, 'int', maximum=1000, minimum=1) + + else: + url = next_link + query_parameters = {} + + # Construct headers + header_parameters = {} + header_parameters['Content-Type'] = 'application/json; charset=utf-8' + if self.config.generate_client_request_id: + header_parameters['x-ms-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') + + # Construct and send request + request = self._client.get(url, query_parameters) + response = self._client.send( + request, header_parameters, stream=False, **operation_config) + + if response.status_code not in [200]: + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp + + return response + + # Deserialize response + deserialized = models.JobPaged(internal_paging, self._deserialize.dependencies) + + if raw: + header_dict = {} + client_raw_response = models.JobPaged(internal_paging, self._deserialize.dependencies, header_dict) + return client_raw_response + + return deserialized + list_by_experiment.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/experiments/{experimentName}/jobs'} + def _create_initial( - self, resource_group_name, job_name, parameters, custom_headers=None, raw=False, **operation_config): + self, resource_group_name, workspace_name, experiment_name, job_name, parameters, custom_headers=None, raw=False, **operation_config): # Construct URL url = self.create.metadata['url'] path_format_arguments = { 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', pattern=r'^[-\w\._]+$'), - 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w\._]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'experimentName': self._serialize.url("experiment_name", experiment_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -90,12 +183,22 @@ def _create_initial( return deserialized def create( - self, resource_group_name, job_name, parameters, custom_headers=None, raw=False, polling=True, **operation_config): - """Adds a Job that gets executed on a cluster. + self, resource_group_name, workspace_name, experiment_name, job_name, parameters, custom_headers=None, raw=False, polling=True, **operation_config): + """Creates a Job in the given Experiment. :param resource_group_name: Name of the resource group to which the resource belongs. :type resource_group_name: str + :param workspace_name: The name of the workspace. Workspace names can + only contain a combination of alphanumeric characters along with dash + (-) and underscore (_). The name must be from 1 through 64 characters + long. + :type workspace_name: str + :param experiment_name: The name of the experiment. Experiment names + can only contain a combination of alphanumeric characters along with + dash (-) and underscore (_). The name must be from 1 through 64 + characters long. + :type experiment_name: str :param job_name: The name of the job within the specified resource group. Job names can only contain a combination of alphanumeric characters along with dash (-) and underscore (_). The name must be @@ -118,6 +221,8 @@ def create( """ raw_result = self._create_initial( resource_group_name=resource_group_name, + workspace_name=workspace_name, + experiment_name=experiment_name, job_name=job_name, parameters=parameters, custom_headers=custom_headers, @@ -141,16 +246,18 @@ def get_long_running_output(response): elif polling is False: polling_method = NoPolling() else: polling_method = polling return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - create.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/jobs/{jobName}'} + create.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/experiments/{experimentName}/jobs/{jobName}'} def _delete_initial( - self, resource_group_name, job_name, custom_headers=None, raw=False, **operation_config): + self, resource_group_name, workspace_name, experiment_name, job_name, custom_headers=None, raw=False, **operation_config): # Construct URL url = self.delete.metadata['url'] path_format_arguments = { 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', pattern=r'^[-\w\._]+$'), - 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w\._]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'experimentName': self._serialize.url("experiment_name", experiment_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -183,12 +290,22 @@ def _delete_initial( return client_raw_response def delete( - self, resource_group_name, job_name, custom_headers=None, raw=False, polling=True, **operation_config): - """Deletes the specified Batch AI job. + self, resource_group_name, workspace_name, experiment_name, job_name, custom_headers=None, raw=False, polling=True, **operation_config): + """Deletes a Job. :param resource_group_name: Name of the resource group to which the resource belongs. :type resource_group_name: str + :param workspace_name: The name of the workspace. Workspace names can + only contain a combination of alphanumeric characters along with dash + (-) and underscore (_). The name must be from 1 through 64 characters + long. + :type workspace_name: str + :param experiment_name: The name of the experiment. Experiment names + can only contain a combination of alphanumeric characters along with + dash (-) and underscore (_). The name must be from 1 through 64 + characters long. + :type experiment_name: str :param job_name: The name of the job within the specified resource group. Job names can only contain a combination of alphanumeric characters along with dash (-) and underscore (_). The name must be @@ -207,6 +324,8 @@ def delete( """ raw_result = self._delete_initial( resource_group_name=resource_group_name, + workspace_name=workspace_name, + experiment_name=experiment_name, job_name=job_name, custom_headers=custom_headers, raw=True, @@ -225,15 +344,25 @@ def get_long_running_output(response): elif polling is False: polling_method = NoPolling() else: polling_method = polling return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/jobs/{jobName}'} + delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/experiments/{experimentName}/jobs/{jobName}'} def get( - self, resource_group_name, job_name, custom_headers=None, raw=False, **operation_config): - """Gets information about the specified Batch AI job. + self, resource_group_name, workspace_name, experiment_name, job_name, custom_headers=None, raw=False, **operation_config): + """Gets information about a Job. :param resource_group_name: Name of the resource group to which the resource belongs. :type resource_group_name: str + :param workspace_name: The name of the workspace. Workspace names can + only contain a combination of alphanumeric characters along with dash + (-) and underscore (_). The name must be from 1 through 64 characters + long. + :type workspace_name: str + :param experiment_name: The name of the experiment. Experiment names + can only contain a combination of alphanumeric characters along with + dash (-) and underscore (_). The name must be from 1 through 64 + characters long. + :type experiment_name: str :param job_name: The name of the job within the specified resource group. Job names can only contain a combination of alphanumeric characters along with dash (-) and underscore (_). The name must be @@ -253,7 +382,9 @@ def get( url = self.get.metadata['url'] path_format_arguments = { 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', pattern=r'^[-\w\._]+$'), - 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w\._]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'experimentName': self._serialize.url("experiment_name", experiment_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -291,39 +422,69 @@ def get( return client_raw_response return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/jobs/{jobName}'} + get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/experiments/{experimentName}/jobs/{jobName}'} - def list_remote_login_information( - self, resource_group_name, job_name, custom_headers=None, raw=False, **operation_config): - """Gets the IP address and port information of all the compute nodes which - are used for job execution. + def list_output_files( + self, resource_group_name, workspace_name, experiment_name, job_name, jobs_list_output_files_options, custom_headers=None, raw=False, **operation_config): + """List all directories and files inside the given directory of the Job's + output directory (if the output directory is on Azure File Share or + Azure Storage Container). :param resource_group_name: Name of the resource group to which the resource belongs. :type resource_group_name: str + :param workspace_name: The name of the workspace. Workspace names can + only contain a combination of alphanumeric characters along with dash + (-) and underscore (_). The name must be from 1 through 64 characters + long. + :type workspace_name: str + :param experiment_name: The name of the experiment. Experiment names + can only contain a combination of alphanumeric characters along with + dash (-) and underscore (_). The name must be from 1 through 64 + characters long. + :type experiment_name: str :param job_name: The name of the job within the specified resource group. Job names can only contain a combination of alphanumeric characters along with dash (-) and underscore (_). The name must be from 1 through 64 characters long. :type job_name: str + :param jobs_list_output_files_options: Additional parameters for the + operation + :type jobs_list_output_files_options: + ~azure.mgmt.batchai.models.JobsListOutputFilesOptions :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: An iterator like instance of RemoteLoginInformation + :return: An iterator like instance of File :rtype: - ~azure.mgmt.batchai.models.RemoteLoginInformationPaged[~azure.mgmt.batchai.models.RemoteLoginInformation] + ~azure.mgmt.batchai.models.FilePaged[~azure.mgmt.batchai.models.File] :raises: :class:`CloudError` """ + outputdirectoryid = None + if jobs_list_output_files_options is not None: + outputdirectoryid = jobs_list_output_files_options.outputdirectoryid + directory = None + if jobs_list_output_files_options is not None: + directory = jobs_list_output_files_options.directory + linkexpiryinminutes = None + if jobs_list_output_files_options is not None: + linkexpiryinminutes = jobs_list_output_files_options.linkexpiryinminutes + max_results = None + if jobs_list_output_files_options is not None: + max_results = jobs_list_output_files_options.max_results + def internal_paging(next_link=None, raw=False): if not next_link: # Construct URL - url = self.list_remote_login_information.metadata['url'] + url = self.list_output_files.metadata['url'] path_format_arguments = { 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', pattern=r'^[-\w\._]+$'), - 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w\._]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'experimentName': self._serialize.url("experiment_name", experiment_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -331,6 +492,13 @@ def internal_paging(next_link=None, raw=False): # Construct parameters query_parameters = {} query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') + query_parameters['outputdirectoryid'] = self._serialize.query("outputdirectoryid", outputdirectoryid, 'str') + if directory is not None: + query_parameters['directory'] = self._serialize.query("directory", directory, 'str') + if linkexpiryinminutes is not None: + query_parameters['linkexpiryinminutes'] = self._serialize.query("linkexpiryinminutes", linkexpiryinminutes, 'int', maximum=600, minimum=5) + if max_results is not None: + query_parameters['maxresults'] = self._serialize.query("max_results", max_results, 'int', maximum=1000, minimum=1) else: url = next_link @@ -359,132 +527,60 @@ def internal_paging(next_link=None, raw=False): return response # Deserialize response - deserialized = models.RemoteLoginInformationPaged(internal_paging, self._deserialize.dependencies) + deserialized = models.FilePaged(internal_paging, self._deserialize.dependencies) if raw: header_dict = {} - client_raw_response = models.RemoteLoginInformationPaged(internal_paging, self._deserialize.dependencies, header_dict) + client_raw_response = models.FilePaged(internal_paging, self._deserialize.dependencies, header_dict) return client_raw_response return deserialized - list_remote_login_information.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/jobs/{jobName}/listRemoteLoginInformation'} + list_output_files.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/experiments/{experimentName}/jobs/{jobName}/listOutputFiles'} - - def _terminate_initial( - self, resource_group_name, job_name, custom_headers=None, raw=False, **operation_config): - # Construct URL - url = self.terminate.metadata['url'] - path_format_arguments = { - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', pattern=r'^[-\w\._]+$'), - 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w\._]+$'), - 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_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') - - # Construct headers - header_parameters = {} - header_parameters['Content-Type'] = 'application/json; charset=utf-8' - if self.config.generate_client_request_id: - header_parameters['x-ms-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') - - # Construct and send request - request = self._client.post(url, query_parameters) - response = self._client.send(request, header_parameters, stream=False, **operation_config) - - if response.status_code not in [200, 202]: - exp = CloudError(response) - exp.request_id = response.headers.get('x-ms-request-id') - raise exp - - if raw: - client_raw_response = ClientRawResponse(None, response) - return client_raw_response - - def terminate( - self, resource_group_name, job_name, custom_headers=None, raw=False, polling=True, **operation_config): - """Terminates a job. + def list_remote_login_information( + self, resource_group_name, workspace_name, experiment_name, job_name, custom_headers=None, raw=False, **operation_config): + """Gets a list of currently existing nodes which were used for the Job + execution. The returned information contains the node ID, its public IP + and SSH port. :param resource_group_name: Name of the resource group to which the resource belongs. :type resource_group_name: str + :param workspace_name: The name of the workspace. Workspace names can + only contain a combination of alphanumeric characters along with dash + (-) and underscore (_). The name must be from 1 through 64 characters + long. + :type workspace_name: str + :param experiment_name: The name of the experiment. Experiment names + can only contain a combination of alphanumeric characters along with + dash (-) and underscore (_). The name must be from 1 through 64 + characters long. + :type experiment_name: str :param job_name: The name of the job within the specified resource group. Job names can only contain a combination of alphanumeric characters along with dash (-) and underscore (_). The name must be from 1 through 64 characters long. :type job_name: str :param dict custom_headers: headers that will be added to the request - :param bool raw: The poller return type is ClientRawResponse, the - direct response alongside the deserialized response - :param polling: True for ARMPolling, False for no polling, or a - polling object for personal polling strategy - :return: An instance of LROPoller that returns None or - ClientRawResponse if raw==True - :rtype: ~msrestazure.azure_operation.AzureOperationPoller[None] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[None]] - :raises: :class:`CloudError` - """ - raw_result = self._terminate_initial( - resource_group_name=resource_group_name, - job_name=job_name, - custom_headers=custom_headers, - raw=True, - **operation_config - ) - - def get_long_running_output(response): - if raw: - client_raw_response = ClientRawResponse(None, response) - return client_raw_response - - lro_delay = operation_config.get( - 'long_running_operation_timeout', - self.config.long_running_operation_timeout) - if polling is True: polling_method = ARMPolling(lro_delay, **operation_config) - elif polling is False: polling_method = NoPolling() - else: polling_method = polling - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - terminate.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/jobs/{jobName}/terminate'} - - def list( - self, jobs_list_options=None, custom_headers=None, raw=False, **operation_config): - """Gets information about the jobs associated with the subscription. - - :param jobs_list_options: Additional parameters for the operation - :type jobs_list_options: ~azure.mgmt.batchai.models.JobsListOptions - :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: An iterator like instance of Job + :return: An iterator like instance of RemoteLoginInformation :rtype: - ~azure.mgmt.batchai.models.JobPaged[~azure.mgmt.batchai.models.Job] + ~azure.mgmt.batchai.models.RemoteLoginInformationPaged[~azure.mgmt.batchai.models.RemoteLoginInformation] :raises: :class:`CloudError` """ - filter = None - if jobs_list_options is not None: - filter = jobs_list_options.filter - select = None - if jobs_list_options is not None: - select = jobs_list_options.select - max_results = None - if jobs_list_options is not None: - max_results = jobs_list_options.max_results - def internal_paging(next_link=None, raw=False): if not next_link: # Construct URL - url = self.list.metadata['url'] + url = self.list_remote_login_information.metadata['url'] path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', pattern=r'^[-\w\._]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'experimentName': self._serialize.url("experiment_name", experiment_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') } url = self._client.format_url(url, **path_format_arguments) @@ -492,12 +588,6 @@ def internal_paging(next_link=None, raw=False): # Construct parameters query_parameters = {} query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') - if filter is not None: - query_parameters['$filter'] = self._serialize.query("filter", filter, 'str') - if select is not None: - query_parameters['$select'] = self._serialize.query("select", select, 'str') - if max_results is not None: - query_parameters['maxresults'] = self._serialize.query("max_results", max_results, 'int', maximum=1000, minimum=1) else: url = next_link @@ -514,7 +604,7 @@ def internal_paging(next_link=None, raw=False): header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') # Construct and send request - request = self._client.get(url, query_parameters) + request = self._client.post(url, query_parameters) response = self._client.send( request, header_parameters, stream=False, **operation_config) @@ -526,203 +616,110 @@ def internal_paging(next_link=None, raw=False): return response # Deserialize response - deserialized = models.JobPaged(internal_paging, self._deserialize.dependencies) + deserialized = models.RemoteLoginInformationPaged(internal_paging, self._deserialize.dependencies) if raw: header_dict = {} - client_raw_response = models.JobPaged(internal_paging, self._deserialize.dependencies, header_dict) + client_raw_response = models.RemoteLoginInformationPaged(internal_paging, self._deserialize.dependencies, header_dict) return client_raw_response return deserialized - list.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.BatchAI/jobs'} + list_remote_login_information.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/experiments/{experimentName}/jobs/{jobName}/listRemoteLoginInformation'} - def list_by_resource_group( - self, resource_group_name, jobs_list_by_resource_group_options=None, custom_headers=None, raw=False, **operation_config): - """Gets information about the Batch AI jobs associated within the - specified resource group. - :param resource_group_name: Name of the resource group to which the - resource belongs. - :type resource_group_name: str - :param jobs_list_by_resource_group_options: Additional parameters for - the operation - :type jobs_list_by_resource_group_options: - ~azure.mgmt.batchai.models.JobsListByResourceGroupOptions - :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: An iterator like instance of Job - :rtype: - ~azure.mgmt.batchai.models.JobPaged[~azure.mgmt.batchai.models.Job] - :raises: :class:`CloudError` - """ - filter = None - if jobs_list_by_resource_group_options is not None: - filter = jobs_list_by_resource_group_options.filter - select = None - if jobs_list_by_resource_group_options is not None: - select = jobs_list_by_resource_group_options.select - max_results = None - if jobs_list_by_resource_group_options is not None: - max_results = jobs_list_by_resource_group_options.max_results - - def internal_paging(next_link=None, raw=False): - - if not next_link: - # Construct URL - url = self.list_by_resource_group.metadata['url'] - path_format_arguments = { - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', pattern=r'^[-\w\._]+$'), - 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_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 filter is not None: - query_parameters['$filter'] = self._serialize.query("filter", filter, 'str') - if select is not None: - query_parameters['$select'] = self._serialize.query("select", select, 'str') - if max_results is not None: - query_parameters['maxresults'] = self._serialize.query("max_results", max_results, 'int', maximum=1000, minimum=1) - - else: - url = next_link - query_parameters = {} - - # Construct headers - header_parameters = {} - header_parameters['Content-Type'] = 'application/json; charset=utf-8' - if self.config.generate_client_request_id: - header_parameters['x-ms-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') + def _terminate_initial( + self, resource_group_name, workspace_name, experiment_name, job_name, custom_headers=None, raw=False, **operation_config): + # Construct URL + url = self.terminate.metadata['url'] + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', pattern=r'^[-\w\._]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'experimentName': self._serialize.url("experiment_name", experiment_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') + } + url = self._client.format_url(url, **path_format_arguments) - # Construct and send request - request = self._client.get(url, query_parameters) - response = self._client.send( - request, header_parameters, stream=False, **operation_config) + # Construct parameters + query_parameters = {} + query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') - if response.status_code not in [200]: - exp = CloudError(response) - exp.request_id = response.headers.get('x-ms-request-id') - raise exp + # Construct headers + header_parameters = {} + header_parameters['Content-Type'] = 'application/json; charset=utf-8' + if self.config.generate_client_request_id: + header_parameters['x-ms-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') - return response + # Construct and send request + request = self._client.post(url, query_parameters) + response = self._client.send(request, header_parameters, stream=False, **operation_config) - # Deserialize response - deserialized = models.JobPaged(internal_paging, self._deserialize.dependencies) + if response.status_code not in [200, 202]: + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp if raw: - header_dict = {} - client_raw_response = models.JobPaged(internal_paging, self._deserialize.dependencies, header_dict) + client_raw_response = ClientRawResponse(None, response) return client_raw_response - return deserialized - list_by_resource_group.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/jobs'} - - def list_output_files( - self, resource_group_name, job_name, jobs_list_output_files_options, custom_headers=None, raw=False, **operation_config): - """List all directories and files inside the given directory of the output - directory (Only if the output directory is on Azure File Share or Azure - Storage container). + def terminate( + self, resource_group_name, workspace_name, experiment_name, job_name, custom_headers=None, raw=False, polling=True, **operation_config): + """Terminates a job. :param resource_group_name: Name of the resource group to which the resource belongs. :type resource_group_name: str + :param workspace_name: The name of the workspace. Workspace names can + only contain a combination of alphanumeric characters along with dash + (-) and underscore (_). The name must be from 1 through 64 characters + long. + :type workspace_name: str + :param experiment_name: The name of the experiment. Experiment names + can only contain a combination of alphanumeric characters along with + dash (-) and underscore (_). The name must be from 1 through 64 + characters long. + :type experiment_name: str :param job_name: The name of the job within the specified resource group. Job names can only contain a combination of alphanumeric characters along with dash (-) and underscore (_). The name must be from 1 through 64 characters long. :type job_name: str - :param jobs_list_output_files_options: Additional parameters for the - operation - :type jobs_list_output_files_options: - ~azure.mgmt.batchai.models.JobsListOutputFilesOptions :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: An iterator like instance of File - :rtype: - ~azure.mgmt.batchai.models.FilePaged[~azure.mgmt.batchai.models.File] + :param bool raw: The poller return type is ClientRawResponse, the + direct response alongside the deserialized response + :param polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :return: An instance of LROPoller that returns None or + ClientRawResponse if raw==True + :rtype: ~msrestazure.azure_operation.AzureOperationPoller[None] or + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[None]] :raises: :class:`CloudError` """ - outputdirectoryid = None - if jobs_list_output_files_options is not None: - outputdirectoryid = jobs_list_output_files_options.outputdirectoryid - directory = None - if jobs_list_output_files_options is not None: - directory = jobs_list_output_files_options.directory - linkexpiryinminutes = None - if jobs_list_output_files_options is not None: - linkexpiryinminutes = jobs_list_output_files_options.linkexpiryinminutes - max_results = None - if jobs_list_output_files_options is not None: - max_results = jobs_list_output_files_options.max_results - - def internal_paging(next_link=None, raw=False): - - if not next_link: - # Construct URL - url = self.list_output_files.metadata['url'] - path_format_arguments = { - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', pattern=r'^[-\w\._]+$'), - 'jobName': self._serialize.url("job_name", job_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w\._]+$'), - 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_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') - query_parameters['outputdirectoryid'] = self._serialize.query("outputdirectoryid", outputdirectoryid, 'str') - if directory is not None: - query_parameters['directory'] = self._serialize.query("directory", directory, 'str') - if linkexpiryinminutes is not None: - query_parameters['linkexpiryinminutes'] = self._serialize.query("linkexpiryinminutes", linkexpiryinminutes, 'int', maximum=600, minimum=5) - if max_results is not None: - query_parameters['maxresults'] = self._serialize.query("max_results", max_results, 'int', maximum=1000, minimum=1) - - else: - url = next_link - query_parameters = {} - - # Construct headers - header_parameters = {} - header_parameters['Content-Type'] = 'application/json; charset=utf-8' - if self.config.generate_client_request_id: - header_parameters['x-ms-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') - - # Construct and send request - request = self._client.post(url, query_parameters) - response = self._client.send( - request, header_parameters, stream=False, **operation_config) - - if response.status_code not in [200]: - exp = CloudError(response) - exp.request_id = response.headers.get('x-ms-request-id') - raise exp - - return response - - # Deserialize response - deserialized = models.FilePaged(internal_paging, self._deserialize.dependencies) + raw_result = self._terminate_initial( + resource_group_name=resource_group_name, + workspace_name=workspace_name, + experiment_name=experiment_name, + job_name=job_name, + custom_headers=custom_headers, + raw=True, + **operation_config + ) - if raw: - header_dict = {} - client_raw_response = models.FilePaged(internal_paging, self._deserialize.dependencies, header_dict) - return client_raw_response + def get_long_running_output(response): + if raw: + client_raw_response = ClientRawResponse(None, response) + return client_raw_response - return deserialized - list_output_files.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/jobs/{jobName}/listOutputFiles'} + lro_delay = operation_config.get( + 'long_running_operation_timeout', + self.config.long_running_operation_timeout) + if polling is True: polling_method = ARMPolling(lro_delay, **operation_config) + elif polling is False: polling_method = NoPolling() + else: polling_method = polling + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + terminate.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}/experiments/{experimentName}/jobs/{jobName}/terminate'} diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/operations/operations.py b/azure-mgmt-batchai/azure/mgmt/batchai/operations/operations.py index 3bca81c3fa99..6d39bdbddf1b 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/operations/operations.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/operations/operations.py @@ -23,7 +23,7 @@ class Operations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Specifies the version of API used for this request. Constant value: "2018-03-01". + :ivar api_version: Specifies the version of API used for this request. Constant value: "2018-05-01". """ models = models @@ -33,7 +33,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-03-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/operations/usage_operations.py b/azure-mgmt-batchai/azure/mgmt/batchai/operations/usages_operations.py similarity index 96% rename from azure-mgmt-batchai/azure/mgmt/batchai/operations/usage_operations.py rename to azure-mgmt-batchai/azure/mgmt/batchai/operations/usages_operations.py index f304da14cf69..d47c494e5c48 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/operations/usage_operations.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/operations/usages_operations.py @@ -16,14 +16,14 @@ from .. import models -class UsageOperations(object): - """UsageOperations operations. +class UsagesOperations(object): + """UsagesOperations operations. :param client: Client for service requests. :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Specifies the version of API used for this request. Constant value: "2018-03-01". + :ivar api_version: Specifies the version of API used for this request. Constant value: "2018-05-01". """ models = models @@ -33,7 +33,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-03-01" + self.api_version = "2018-05-01" self.config = config diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/operations/workspaces_operations.py b/azure-mgmt-batchai/azure/mgmt/batchai/operations/workspaces_operations.py new file mode 100644 index 000000000000..292739fb5567 --- /dev/null +++ b/azure-mgmt-batchai/azure/mgmt/batchai/operations/workspaces_operations.py @@ -0,0 +1,527 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +import uuid +from msrest.pipeline import ClientRawResponse +from msrestazure.azure_exceptions import CloudError +from msrest.polling import LROPoller, NoPolling +from msrestazure.polling.arm_polling import ARMPolling + +from .. import models + + +class WorkspacesOperations(object): + """WorkspacesOperations operations. + + :param client: Client for service requests. + :param config: Configuration of service client. + :param serializer: An object model serializer. + :param deserializer: An object model deserializer. + :ivar api_version: Specifies the version of API used for this request. Constant value: "2018-05-01". + """ + + models = models + + def __init__(self, client, config, serializer, deserializer): + + self._client = client + self._serialize = serializer + self._deserialize = deserializer + self.api_version = "2018-05-01" + + self.config = config + + def list( + self, workspaces_list_options=None, custom_headers=None, raw=False, **operation_config): + """Gets a list of Workspaces associated with the given subscription. + + :param workspaces_list_options: Additional parameters for the + operation + :type workspaces_list_options: + ~azure.mgmt.batchai.models.WorkspacesListOptions + :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: An iterator like instance of Workspace + :rtype: + ~azure.mgmt.batchai.models.WorkspacePaged[~azure.mgmt.batchai.models.Workspace] + :raises: :class:`CloudError` + """ + max_results = None + if workspaces_list_options is not None: + max_results = workspaces_list_options.max_results + + def internal_paging(next_link=None, raw=False): + + if not next_link: + # Construct URL + url = self.list.metadata['url'] + path_format_arguments = { + 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_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 max_results is not None: + query_parameters['maxresults'] = self._serialize.query("max_results", max_results, 'int', maximum=1000, minimum=1) + + else: + url = next_link + query_parameters = {} + + # Construct headers + header_parameters = {} + header_parameters['Content-Type'] = 'application/json; charset=utf-8' + if self.config.generate_client_request_id: + header_parameters['x-ms-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') + + # Construct and send request + request = self._client.get(url, query_parameters) + response = self._client.send( + request, header_parameters, stream=False, **operation_config) + + if response.status_code not in [200]: + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp + + return response + + # Deserialize response + deserialized = models.WorkspacePaged(internal_paging, self._deserialize.dependencies) + + if raw: + header_dict = {} + client_raw_response = models.WorkspacePaged(internal_paging, self._deserialize.dependencies, header_dict) + return client_raw_response + + return deserialized + list.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.BatchAI/workspaces'} + + def list_by_resource_group( + self, resource_group_name, workspaces_list_by_resource_group_options=None, custom_headers=None, raw=False, **operation_config): + """Gets a list of Workspaces within the specified resource group. + + :param resource_group_name: Name of the resource group to which the + resource belongs. + :type resource_group_name: str + :param workspaces_list_by_resource_group_options: Additional + parameters for the operation + :type workspaces_list_by_resource_group_options: + ~azure.mgmt.batchai.models.WorkspacesListByResourceGroupOptions + :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: An iterator like instance of Workspace + :rtype: + ~azure.mgmt.batchai.models.WorkspacePaged[~azure.mgmt.batchai.models.Workspace] + :raises: :class:`CloudError` + """ + max_results = None + if workspaces_list_by_resource_group_options is not None: + max_results = workspaces_list_by_resource_group_options.max_results + + def internal_paging(next_link=None, raw=False): + + if not next_link: + # Construct URL + url = self.list_by_resource_group.metadata['url'] + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', pattern=r'^[-\w\._]+$'), + 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_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 max_results is not None: + query_parameters['maxresults'] = self._serialize.query("max_results", max_results, 'int', maximum=1000, minimum=1) + + else: + url = next_link + query_parameters = {} + + # Construct headers + header_parameters = {} + header_parameters['Content-Type'] = 'application/json; charset=utf-8' + if self.config.generate_client_request_id: + header_parameters['x-ms-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') + + # Construct and send request + request = self._client.get(url, query_parameters) + response = self._client.send( + request, header_parameters, stream=False, **operation_config) + + if response.status_code not in [200]: + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp + + return response + + # Deserialize response + deserialized = models.WorkspacePaged(internal_paging, self._deserialize.dependencies) + + if raw: + header_dict = {} + client_raw_response = models.WorkspacePaged(internal_paging, self._deserialize.dependencies, header_dict) + return client_raw_response + + return deserialized + list_by_resource_group.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces'} + + + def _create_initial( + self, resource_group_name, workspace_name, location, tags=None, custom_headers=None, raw=False, **operation_config): + parameters = models.WorkspaceCreateParameters(location=location, tags=tags) + + # Construct URL + url = self.create.metadata['url'] + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', pattern=r'^[-\w\._]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_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') + + # Construct headers + header_parameters = {} + header_parameters['Content-Type'] = 'application/json; charset=utf-8' + if self.config.generate_client_request_id: + header_parameters['x-ms-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') + + # Construct body + body_content = self._serialize.body(parameters, 'WorkspaceCreateParameters') + + # Construct and send request + request = self._client.put(url, query_parameters) + response = self._client.send( + request, header_parameters, body_content, stream=False, **operation_config) + + if response.status_code not in [200, 202]: + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp + + deserialized = None + + if response.status_code == 200: + deserialized = self._deserialize('Workspace', response) + + if raw: + client_raw_response = ClientRawResponse(deserialized, response) + return client_raw_response + + return deserialized + + def create( + self, resource_group_name, workspace_name, location, tags=None, custom_headers=None, raw=False, polling=True, **operation_config): + """Creates a Workspace. + + :param resource_group_name: Name of the resource group to which the + resource belongs. + :type resource_group_name: str + :param workspace_name: The name of the workspace. Workspace names can + only contain a combination of alphanumeric characters along with dash + (-) and underscore (_). The name must be from 1 through 64 characters + long. + :type workspace_name: str + :param location: The region in which to create the Workspace. + :type location: str + :param tags: The user specified tags associated with the Workspace. + :type tags: dict[str, str] + :param dict custom_headers: headers that will be added to the request + :param bool raw: The poller return type is ClientRawResponse, the + direct response alongside the deserialized response + :param polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :return: An instance of LROPoller that returns Workspace or + ClientRawResponse if raw==True + :rtype: + ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.batchai.models.Workspace] + or + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.batchai.models.Workspace]] + :raises: :class:`CloudError` + """ + raw_result = self._create_initial( + resource_group_name=resource_group_name, + workspace_name=workspace_name, + location=location, + tags=tags, + custom_headers=custom_headers, + raw=True, + **operation_config + ) + + def get_long_running_output(response): + deserialized = self._deserialize('Workspace', response) + + if raw: + client_raw_response = ClientRawResponse(deserialized, response) + return client_raw_response + + return deserialized + + lro_delay = operation_config.get( + 'long_running_operation_timeout', + self.config.long_running_operation_timeout) + if polling is True: polling_method = ARMPolling(lro_delay, **operation_config) + elif polling is False: polling_method = NoPolling() + else: polling_method = polling + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + create.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}'} + + def update( + self, resource_group_name, workspace_name, tags=None, custom_headers=None, raw=False, **operation_config): + """Updates properties of a Workspace. + + :param resource_group_name: Name of the resource group to which the + resource belongs. + :type resource_group_name: str + :param workspace_name: The name of the workspace. Workspace names can + only contain a combination of alphanumeric characters along with dash + (-) and underscore (_). The name must be from 1 through 64 characters + long. + :type workspace_name: str + :param tags: The user specified tags associated with the Workspace. + :type tags: dict[str, str] + :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: Workspace or ClientRawResponse if raw=true + :rtype: ~azure.mgmt.batchai.models.Workspace or + ~msrest.pipeline.ClientRawResponse + :raises: :class:`CloudError` + """ + parameters = models.WorkspaceUpdateParameters(tags=tags) + + # Construct URL + url = self.update.metadata['url'] + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', pattern=r'^[-\w\._]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_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') + + # Construct headers + header_parameters = {} + header_parameters['Content-Type'] = 'application/json; charset=utf-8' + if self.config.generate_client_request_id: + header_parameters['x-ms-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') + + # Construct body + body_content = self._serialize.body(parameters, 'WorkspaceUpdateParameters') + + # Construct and send request + request = self._client.patch(url, query_parameters) + response = self._client.send( + request, header_parameters, body_content, stream=False, **operation_config) + + if response.status_code not in [200]: + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp + + deserialized = None + + if response.status_code == 200: + deserialized = self._deserialize('Workspace', response) + + if raw: + client_raw_response = ClientRawResponse(deserialized, response) + return client_raw_response + + return deserialized + update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}'} + + + def _delete_initial( + self, resource_group_name, workspace_name, custom_headers=None, raw=False, **operation_config): + # Construct URL + url = self.delete.metadata['url'] + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', pattern=r'^[-\w\._]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_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') + + # Construct headers + header_parameters = {} + header_parameters['Content-Type'] = 'application/json; charset=utf-8' + if self.config.generate_client_request_id: + header_parameters['x-ms-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') + + # Construct and send request + request = self._client.delete(url, query_parameters) + response = self._client.send(request, header_parameters, stream=False, **operation_config) + + if response.status_code not in [200, 202, 204]: + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp + + if raw: + client_raw_response = ClientRawResponse(None, response) + return client_raw_response + + def delete( + self, resource_group_name, workspace_name, custom_headers=None, raw=False, polling=True, **operation_config): + """Deletes a Workspace. + + :param resource_group_name: Name of the resource group to which the + resource belongs. + :type resource_group_name: str + :param workspace_name: The name of the workspace. Workspace names can + only contain a combination of alphanumeric characters along with dash + (-) and underscore (_). The name must be from 1 through 64 characters + long. + :type workspace_name: str + :param dict custom_headers: headers that will be added to the request + :param bool raw: The poller return type is ClientRawResponse, the + direct response alongside the deserialized response + :param polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :return: An instance of LROPoller that returns None or + ClientRawResponse if raw==True + :rtype: ~msrestazure.azure_operation.AzureOperationPoller[None] or + ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[None]] + :raises: :class:`CloudError` + """ + raw_result = self._delete_initial( + resource_group_name=resource_group_name, + workspace_name=workspace_name, + custom_headers=custom_headers, + raw=True, + **operation_config + ) + + def get_long_running_output(response): + if raw: + client_raw_response = ClientRawResponse(None, response) + return client_raw_response + + lro_delay = operation_config.get( + 'long_running_operation_timeout', + self.config.long_running_operation_timeout) + if polling is True: polling_method = ARMPolling(lro_delay, **operation_config) + elif polling is False: polling_method = NoPolling() + else: polling_method = polling + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}'} + + def get( + self, resource_group_name, workspace_name, custom_headers=None, raw=False, **operation_config): + """Gets information about a Workspace. + + :param resource_group_name: Name of the resource group to which the + resource belongs. + :type resource_group_name: str + :param workspace_name: The name of the workspace. Workspace names can + only contain a combination of alphanumeric characters along with dash + (-) and underscore (_). The name must be from 1 through 64 characters + long. + :type workspace_name: str + :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: Workspace or ClientRawResponse if raw=true + :rtype: ~azure.mgmt.batchai.models.Workspace or + ~msrest.pipeline.ClientRawResponse + :raises: :class:`CloudError` + """ + # Construct URL + url = self.get.metadata['url'] + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', pattern=r'^[-\w\._]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=1, pattern=r'^[-\w_]+$'), + 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_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') + + # Construct headers + header_parameters = {} + header_parameters['Content-Type'] = 'application/json; charset=utf-8' + if self.config.generate_client_request_id: + header_parameters['x-ms-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') + + # Construct and send request + request = self._client.get(url, query_parameters) + response = self._client.send(request, header_parameters, stream=False, **operation_config) + + if response.status_code not in [200]: + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp + + deserialized = None + + if response.status_code == 200: + deserialized = self._deserialize('Workspace', response) + + if raw: + client_raw_response = ClientRawResponse(deserialized, response) + return client_raw_response + + return deserialized + get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BatchAI/workspaces/{workspaceName}'} diff --git a/scripts/dev_setup.py b/scripts/dev_setup.py index 8441539d861a..04117aae2449 100644 --- a/scripts/dev_setup.py +++ b/scripts/dev_setup.py @@ -57,6 +57,6 @@ def pip_command(command): # Ensure that the site package's azure/__init__.py has the old style namespace # package declaration by installing the old namespace package -pip_command('install --force-reinstall azure-nspkg==1.0.0') pip_command('install --force-reinstall azure-mgmt-nspkg==1.0.0') +pip_command('install --force-reinstall azure-nspkg==1.0.0') print('Finished dev setup.') From 83d34c2fe22457d0158fb95aaaf436da0d0166d7 Mon Sep 17 00:00:00 2001 From: AlexanderYukhanov Date: Thu, 7 Jun 2018 09:58:47 -0700 Subject: [PATCH 2/5] BatchAI. Updated and added unit tests for 2018-05-01 API spec --- azure-mgmt-batchai/tests/__init__.py | 0 azure-mgmt-batchai/tests/helpers.py | 88 +++-- .../tests/test_mgmt_batchai_clusters.py | 102 +++-- .../tests/test_mgmt_batchai_experiments.py | 90 +++++ .../tests/test_mgmt_batchai_file_servers.py | 67 ++-- .../tests/test_mgmt_batchai_jobs.py | 366 +++++++++--------- .../test_mgmt_batchai_quota_and_usage.py | 6 +- .../tests/test_mgmt_batchai_workspaces.py | 95 +++++ 8 files changed, 510 insertions(+), 304 deletions(-) create mode 100644 azure-mgmt-batchai/tests/__init__.py create mode 100644 azure-mgmt-batchai/tests/test_mgmt_batchai_experiments.py create mode 100644 azure-mgmt-batchai/tests/test_mgmt_batchai_workspaces.py diff --git a/azure-mgmt-batchai/tests/__init__.py b/azure-mgmt-batchai/tests/__init__.py new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/azure-mgmt-batchai/tests/helpers.py b/azure-mgmt-batchai/tests/helpers.py index fd103e64fe43..9cc718510546 100644 --- a/azure-mgmt-batchai/tests/helpers.py +++ b/azure-mgmt-batchai/tests/helpers.py @@ -55,11 +55,17 @@ OUTPUT_DIRECTORIES_FOLDER_NAME = 'outputs' # Location to run tests. -LOCATION = 'westeurope' +LOCATION = 'northeurope' # Regular expression to validate IP address (we don't need strict validation, just a smoke test enough). RE_ID_ADDRESS = '\d+(?:\.\d+){3}' +# The workspace to create clusters. +DEFAULT_WORKSPACE_NAME = 'workspace' + +# Experiment to create jobs. +DEFAULT_EXPERIMENT_NAME = 'experiment' + def sleep_before_next_poll(is_live): """Sleep for polling interval @@ -94,20 +100,21 @@ def create_file_server(client, location, resource_group, nfs_name, subnet_id=Non :param models.ResourceId subnet_id: id of the subnet. :return models.FileServer: created file server. """ - return client.file_servers.create(resource_group, nfs_name, models.FileServerCreateParameters( - location=location, - vm_size='STANDARD_D1', - ssh_configuration=models.SshConfiguration( - user_account_settings=models.UserAccountSettings( - admin_user_name=ADMIN_USER_NAME, - admin_user_password=ADMIN_USER_PASSWORD, - ) - ), - data_disks=models.DataDisks( - disk_size_in_gb=10, - disk_count=2, - storage_account_type='Standard_LRS'), - subnet=subnet_id)).result() + client.workspaces.create(resource_group, DEFAULT_WORKSPACE_NAME, location).result() + return client.file_servers.create( + resource_group, DEFAULT_WORKSPACE_NAME, nfs_name, models.FileServerCreateParameters( + vm_size='STANDARD_D1', + ssh_configuration=models.SshConfiguration( + user_account_settings=models.UserAccountSettings( + admin_user_name=ADMIN_USER_NAME, + admin_user_password=ADMIN_USER_PASSWORD, + ) + ), + data_disks=models.DataDisks( + disk_size_in_gb=10, + disk_count=2, + storage_account_type='Standard_LRS'), + subnet=subnet_id)).result() def create_cluster(client, location, resource_group, cluster_name, vm_size, target_nodes, @@ -140,15 +147,15 @@ def create_cluster(client, location, resource_group, cluster_name, vm_size, targ environment_variables=[models.EnvironmentVariable(name=k, value=v) for k, v in setup_task_env.items()], secrets=[models.EnvironmentVariableWithSecretValue(name=k, value=v) for k, v in setup_task_secrets.items()], std_out_err_path_prefix='$AZ_BATCHAI_MOUNT_ROOT/{0}'.format(AZURE_FILES_MOUNTING_PATH)) + client.workspaces.create(resource_group, DEFAULT_WORKSPACE_NAME, location).result() return client.clusters.create( resource_group, + DEFAULT_WORKSPACE_NAME, cluster_name, parameters=models.ClusterCreateParameters( - location=location, vm_size=vm_size, scale_settings=models.ScaleSettings( - manual=models.ManualScaleSettings( - target_node_count=target_nodes)), + manual=models.ManualScaleSettings(target_node_count=target_nodes)), node_setup=models.NodeSetup( mount_volumes=models.MountVolumes( azure_file_shares=[models.AzureFileShareReference( @@ -174,13 +181,12 @@ def create_cluster(client, location, resource_group, cluster_name, vm_size, targ )).result() -def create_custom_job(client, resource_group, location, cluster_id, job_name, nodes, cmd, job_preparation_cmd=None, +def create_custom_job(client, resource_group, cluster_id, job_name, nodes, cmd, job_preparation_cmd=None, container=None): """Creates custom toolkit job :param BatchAIManagementClient client: client instance. :param str resource_group: resource group name. - :param str location: location. :param str cluster_id: resource Id of the cluster. :param str job_name: job name. :param int nodes: number of nodes to execute the job. @@ -192,11 +198,13 @@ def create_custom_job(client, resource_group, location, cluster_id, job_name, no job_preparation = None if job_preparation_cmd: job_preparation = models.JobPreparation(command_line=job_preparation_cmd) + client.experiments.create(resource_group, DEFAULT_WORKSPACE_NAME, DEFAULT_EXPERIMENT_NAME).result() return client.jobs.create( resource_group, + DEFAULT_WORKSPACE_NAME, + DEFAULT_EXPERIMENT_NAME, job_name, parameters=models.JobCreateParameters( - location=location, cluster=models.ResourceId(id=cluster_id), node_count=nodes, std_out_err_path_prefix='$AZ_BATCHAI_MOUNT_ROOT/{0}'.format(AZURE_FILES_MOUNTING_PATH), @@ -229,7 +237,7 @@ def wait_for_nodes(is_live, client, resource_group, cluster_name, target, timeou """ wait_time = 0 while True: - cluster = client.clusters.get(resource_group, cluster_name) + cluster = client.clusters.get(resource_group, DEFAULT_WORKSPACE_NAME, cluster_name) counts = cluster.node_state_counts # type: models.NodeStateCounts if counts.idle_node_count == target and cluster.allocation_state != models.AllocationState.resizing: return counts.idle_node_count @@ -253,7 +261,7 @@ def wait_for_job_completion(is_live, client, resource_group, job_name, timeout_s """ wait_time = 0 while True: - job = client.jobs.get(resource_group, job_name) + job = client.jobs.get(resource_group, DEFAULT_WORKSPACE_NAME, DEFAULT_EXPERIMENT_NAME, job_name) if job.execution_state in [models.ExecutionState.succeeded, models.ExecutionState.failed]: return job.execution_state if wait_time < timeout_sec: @@ -276,7 +284,7 @@ def wait_for_job_start_running(is_live, client, resource_group, job_name, timeou """ wait_time = 0 while True: - job = client.jobs.get(resource_group, job_name) + job = client.jobs.get(resource_group, DEFAULT_WORKSPACE_NAME, DEFAULT_EXPERIMENT_NAME, job_name) if job.execution_state != models.ExecutionState.queued: return job.execution_state if wait_time < timeout_sec: @@ -308,7 +316,8 @@ def wait_for_file_server(is_live, client, resource_group, file_server_name, time """ wait_time = 0 while True: - server = client.file_servers.get(resource_group, file_server_name) # type: models.FileServer + server = client.file_servers.get(resource_group, DEFAULT_WORKSPACE_NAME, + file_server_name) # type: models.FileServer if server.provisioning_state == models.FileServerProvisioningState.succeeded: return True if wait_time < timeout_sec: @@ -327,7 +336,7 @@ def assert_remote_login_info_reported_for_nodes(test, client, resource_group, cl :param str cluster_name: cluster :param int expected: expected number of nodes. """ - nodes = list(client.clusters.list_remote_login_information(resource_group, cluster_name)) + nodes = list(client.clusters.list_remote_login_information(resource_group, DEFAULT_WORKSPACE_NAME, cluster_name)) test.assertEqual(len(nodes), expected) # Check if there is a reasonable information about nodes. for n in nodes: # type: models.RemoteLoginInformation @@ -346,7 +355,8 @@ def get_node_ids(client, resource_group, cluster_name): :param str cluster_name: cluster :return list(str): list of node Ids """ - return [n.node_id for n in list(client.clusters.list_remote_login_information(resource_group, cluster_name))] + return [n.node_id for n in + list(client.clusters.list_remote_login_information(resource_group, DEFAULT_WORKSPACE_NAME, cluster_name))] def assert_job_files_in_path_are(test, client, resource_group, job_name, output_directory_id, path, expected): @@ -360,9 +370,9 @@ def assert_job_files_in_path_are(test, client, resource_group, job_name, output_ :param str path: a path inside of output directory. :param dict(str, str or None) expected: expected content, directories must have None value. """ - paged = client.jobs.list_output_files(resource_group, job_name, models.JobsListOutputFilesOptions( - outputdirectoryid=output_directory_id, directory=path)) - files = paged.get(paged.current_page) + files = client.jobs.list_output_files(resource_group, DEFAULT_WORKSPACE_NAME, DEFAULT_EXPERIMENT_NAME, job_name, + models.JobsListOutputFilesOptions(outputdirectoryid=output_directory_id, + directory=path)) actual = dict() execution_log_found = False for f in files: @@ -371,7 +381,7 @@ def assert_job_files_in_path_are(test, client, resource_group, job_name, output_ execution_log_found = True continue actual[f.name] = None - if not f.is_directory: + if f.file_type == models.FileType.file: v = requests.get(f.download_url).content actual[f.name] = v if isinstance(v, six.string_types) else v.decode() test.assertEquals(sorted(actual.keys()), sorted(expected.keys())) @@ -413,7 +423,7 @@ def assert_existing_clusters_are(test, client, resource_group, expected): :param str resource_group: resource group name. :param list[str] expected: list of cluster names. """ - actual = [c.name for c in list(client.clusters.list_by_resource_group(resource_group))] + actual = [c.name for c in list(client.clusters.list_by_workspace(resource_group, DEFAULT_WORKSPACE_NAME))] test.assertListEqual(sorted(expected), sorted(actual)) @@ -425,7 +435,7 @@ def assert_existing_file_servers_are(test, client, resource_group, expected): :param str resource_group: resource group name. :param list[str] expected: list of file servers names. """ - actual = [s.name for s in list(client.file_servers.list_by_resource_group(resource_group))] + actual = [s.name for s in list(client.file_servers.list_by_workspace(resource_group, DEFAULT_WORKSPACE_NAME))] test.assertListEqual(sorted(expected), sorted(actual)) @@ -448,6 +458,7 @@ def assert_file_in_file_share(test, storage_account, storage_account_key, direct class ClusterPreparer(AzureMgmtPreparer): """Batch AI cluster preparer""" + def __init__(self, location=LOCATION, vm_size='STANDARD_D1', @@ -475,6 +486,7 @@ def create_resource(self, name, **kwargs): self.resource = create_cluster(self.client, self.location, group.name, name, self.vm_size, self.target_nodes, self._get_storage_account(**kwargs).name, self._get_storage_account_key(**kwargs)) + self.client.experiments.create(group.name, DEFAULT_WORKSPACE_NAME, DEFAULT_EXPERIMENT_NAME).result() if self.wait: wait_for_nodes(self.is_live, self.client, group.name, name, self.target_nodes, NODE_STARTUP_TIMEOUT_SEC) else: @@ -485,7 +497,7 @@ def create_resource(self, name, **kwargs): def remove_resource(self, name, **kwargs): if self.is_live: group = self._get_resource_group(**kwargs) - self.client.clusters.delete(group.name, name).result() + self.client.clusters.delete(group.name, DEFAULT_WORKSPACE_NAME, name).result() def _get_resource_group(self, **kwargs): try: @@ -522,10 +534,10 @@ def create_batchai_client(preparer): :returns BatchAIManagementClient: an instance of Batch AI management client """ try: - from custom_client import create as create_custom_client + from . import custom_client except ImportError: - create_custom_client = None - if create_custom_client is not None: - return create_custom_client() + custom_client = None + if custom_client is not None: + return custom_client.create() else: return preparer.create_mgmt_client(BatchAIManagementClient) diff --git a/azure-mgmt-batchai/tests/test_mgmt_batchai_clusters.py b/azure-mgmt-batchai/tests/test_mgmt_batchai_clusters.py index 0e78ab749c9c..84274ba44941 100644 --- a/azure-mgmt-batchai/tests/test_mgmt_batchai_clusters.py +++ b/azure-mgmt-batchai/tests/test_mgmt_batchai_clusters.py @@ -12,22 +12,17 @@ from devtools_testutils import ResourceGroupPreparer from devtools_testutils import StorageAccountPreparer -from helpers import ( - create_batchai_client, create_cluster, assert_existing_clusters_are, wait_for_nodes, - assert_remote_login_info_reported_for_nodes, assert_existing_clusters_are, get_node_ids, assert_file_in_file_share, - create_custom_job,wait_for_job_completion, assert_job_files_are, LOCATION, FAKE_STORAGE, NODE_STARTUP_TIMEOUT_SEC, - AUTO_SCALE_TIMEOUT_SEC, STANDARD_OUTPUT_DIRECTORY_ID, MINUTE -) +from . import helpers class ClusterTestCase(AzureMgmtTestCase): def setUp(self): super(ClusterTestCase, self).setUp() - self.client = create_batchai_client(self) # type: BatchAIManagementClient + self.client = helpers.create_batchai_client(self) # type: BatchAIManagementClient self.cluster_name = self.get_resource_name('cluster') - @ResourceGroupPreparer(location=LOCATION) - @StorageAccountPreparer(name_prefix='psdk', location=LOCATION, playback_fake_resource=FAKE_STORAGE) + @ResourceGroupPreparer(location=helpers.LOCATION) + @StorageAccountPreparer(name_prefix='psdk', location=helpers.LOCATION, playback_fake_resource=helpers.FAKE_STORAGE) def test_creation_and_deletion(self, resource_group, location, storage_account, storage_account_key): """Tests basic use-case scenario. @@ -36,7 +31,7 @@ def test_creation_and_deletion(self, resource_group, location, storage_account, 3. Execute a task in a docker container 4. Delete cluster """ - cluster = create_cluster( + cluster = helpers.create_cluster( self.client, location, resource_group.name, self.cluster_name, 'STANDARD_D1', 1, storage_account.name, storage_account_key) @@ -45,13 +40,13 @@ def test_creation_and_deletion(self, resource_group, location, storage_account, self.assertEqual(cluster.vm_size, 'STANDARD_D1') # Verify that the cluster is reported in the list of clusters - assert_existing_clusters_are(self, self.client, resource_group.name, [self.cluster_name]) + helpers.assert_existing_clusters_are(self, self.client, resource_group.name, [self.cluster_name]) # Verify that one node is allocated and become available self.assertEqual( - wait_for_nodes(self.is_live, self.client, resource_group.name, self.cluster_name, 1, - NODE_STARTUP_TIMEOUT_SEC), 1) - assert_remote_login_info_reported_for_nodes(self, self.client, resource_group.name, + helpers.wait_for_nodes(self.is_live, self.client, resource_group.name, self.cluster_name, 1, + helpers.NODE_STARTUP_TIMEOUT_SEC), 1) + helpers.assert_remote_login_info_reported_for_nodes(self, self.client, resource_group.name, self.cluster_name, 1) # Verify that the cluster able to run tasks. @@ -59,15 +54,15 @@ def test_creation_and_deletion(self, resource_group, location, storage_account, self.assertCanRunJobInContainer(resource_group, location, cluster.id) # Test cluster deletion - self.client.clusters.delete(resource_group.name, self.cluster_name).result() - assert_existing_clusters_are(self, self.client, resource_group.name, []) + self.client.clusters.delete(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, self.cluster_name).result() + helpers.assert_existing_clusters_are(self, self.client, resource_group.name, []) - @ResourceGroupPreparer(location=LOCATION) - @StorageAccountPreparer(name_prefix='psdk', location=LOCATION, playback_fake_resource=FAKE_STORAGE) + @ResourceGroupPreparer(location=helpers.LOCATION) + @StorageAccountPreparer(name_prefix='psdk', location=helpers.LOCATION, playback_fake_resource=helpers.FAKE_STORAGE) def test_setup_task_execution(self, resource_group, location, storage_account, storage_account_key): """Tests setup task execution. """ - cluster = create_cluster( + cluster = helpers.create_cluster( self.client, location, resource_group.name, self.cluster_name, 'STANDARD_D1', 1, storage_account.name, storage_account_key, setup_task_cmd='echo $GREETING $SECRET_GREETING', @@ -75,12 +70,12 @@ def test_setup_task_execution(self, resource_group, location, storage_account, s setup_task_secrets={'SECRET_GREETING': 'has a secret'}) # type: models.Cluster # Verify that the cluster is reported in the list of clusters - assert_existing_clusters_are(self, self.client, resource_group.name, [self.cluster_name]) + helpers.assert_existing_clusters_are(self, self.client, resource_group.name, [self.cluster_name]) # Verify that one node is allocated and become available self.assertEqual( - wait_for_nodes(self.is_live, self.client, resource_group.name, self.cluster_name, 1, - NODE_STARTUP_TIMEOUT_SEC), 1) + helpers.wait_for_nodes(self.is_live, self.client, resource_group.name, self.cluster_name, 1, + helpers.NODE_STARTUP_TIMEOUT_SEC), 1) # Check that server doesn't return values for secrets self.assertEqual(len(cluster.node_setup.setup_task.secrets), 1) @@ -89,30 +84,30 @@ def test_setup_task_execution(self, resource_group, location, storage_account, s # Verify that the setup task is completed by checking generated output. BatchAI reports a path which was auto- # generated for storing setup output logs. setup_task_output_path = cluster.node_setup.setup_task.std_out_err_path_suffix - nodes = get_node_ids(self.client, resource_group.name, self.cluster_name) + nodes = helpers.get_node_ids(self.client, resource_group.name, self.cluster_name) self.assertEqual(len(nodes), 1) node_id = nodes[0] - assert_file_in_file_share(self, storage_account.name, storage_account_key, + helpers.assert_file_in_file_share(self, storage_account.name, storage_account_key, setup_task_output_path, 'stdout-{0}.txt'.format(node_id), u'setup task has a secret\n') - assert_file_in_file_share(self, storage_account.name, storage_account_key, + helpers.assert_file_in_file_share(self, storage_account.name, storage_account_key, setup_task_output_path, 'stderr-{0}.txt'.format(node_id), u'') - self.client.clusters.delete(resource_group.name, self.cluster_name).result() + self.client.clusters.delete(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, self.cluster_name).result() - @ResourceGroupPreparer(location=LOCATION) - @StorageAccountPreparer(name_prefix='psdk', location=LOCATION, playback_fake_resource=FAKE_STORAGE) + @ResourceGroupPreparer(location=helpers.LOCATION) + @StorageAccountPreparer(name_prefix='psdk', location=helpers.LOCATION, playback_fake_resource=helpers.FAKE_STORAGE) def test_cluster_resizing(self, resource_group, location, storage_account, storage_account_key): """Tests manual cluster resizing""" - cluster = create_cluster( + cluster = helpers.create_cluster( self.client, location, resource_group.name, self.cluster_name, 'STANDARD_D1', 1, storage_account.name, storage_account_key) # Verify that one node is allocated and become available self.assertEqual( - wait_for_nodes(self.is_live, self.client, resource_group.name, self.cluster_name, 1, - NODE_STARTUP_TIMEOUT_SEC), 1) - assert_remote_login_info_reported_for_nodes(self, self.client, resource_group.name, + helpers.wait_for_nodes(self.is_live, self.client, resource_group.name, self.cluster_name, 1, + helpers.NODE_STARTUP_TIMEOUT_SEC), 1) + helpers.assert_remote_login_info_reported_for_nodes(self, self.client, resource_group.name, self.cluster_name, 1) self.assertCanResizeCluster(resource_group, 0) @@ -120,63 +115,64 @@ def test_cluster_resizing(self, resource_group, location, storage_account, stora # Verify that cluster able to run tasks after resizing. self.assertCanRunJobOnHost(resource_group, location, cluster.id) - self.client.clusters.delete(resource_group.name, self.cluster_name).result() + self.client.clusters.delete(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, self.cluster_name).result() - @ResourceGroupPreparer(location=LOCATION) - @StorageAccountPreparer(name_prefix='psdk', location=LOCATION, playback_fake_resource=FAKE_STORAGE) + @ResourceGroupPreparer(location=helpers.LOCATION) + @StorageAccountPreparer(name_prefix='psdk', location=helpers.LOCATION, playback_fake_resource=helpers.FAKE_STORAGE) def test_auto_scaling(self, resource_group, location, storage_account, storage_account_key): """Tests auto-scaling""" # Create the cluster with no nodes. - cluster = create_cluster( + cluster = helpers.create_cluster( self.client, location, resource_group.name, self.cluster_name, 'STANDARD_D1', 0, storage_account.name, storage_account_key) # Switch the cluster into auto-scale mode - self.client.clusters.update(resource_group.name, self.cluster_name, + self.client.clusters.update(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, self.cluster_name, scale_settings=models.ScaleSettings( auto_scale=models.AutoScaleSettings( minimum_node_count=0, maximum_node_count=1))) # Submit a task. BatchAI must increase the number of nodes to execute the task. - self.assertCanRunJobOnHost(resource_group, location, cluster.id, timeout_sec=AUTO_SCALE_TIMEOUT_SEC) + self.assertCanRunJobOnHost(resource_group, location, cluster.id, timeout_sec=helpers.AUTO_SCALE_TIMEOUT_SEC) # Verify that cluster downsized to zero since there are no more jobs for it self.assertEqual( - wait_for_nodes(self.is_live, self.client, resource_group.name, self.cluster_name, 0, - NODE_STARTUP_TIMEOUT_SEC), 0) - self.client.clusters.delete(resource_group.name, self.cluster_name).result() + helpers.wait_for_nodes(self.is_live, self.client, resource_group.name, self.cluster_name, 0, + helpers.NODE_STARTUP_TIMEOUT_SEC), 0) + self.client.clusters.delete(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, self.cluster_name).result() - def assertCanRunJobInContainer(self, resource_group, location, cluster_id, timeout_sec=MINUTE): + def assertCanRunJobInContainer(self, resource_group, location, cluster_id, timeout_sec=helpers.MINUTE): self.assertCanRunJob(resource_group, location, cluster_id, 'container_job', models.ContainerSettings(image_source_registry=models.ImageSourceRegistry(image="ubuntu")), timeout_sec) - def assertCanRunJobOnHost(self, resource_group, location, cluster_id, timeout_sec=MINUTE): + def assertCanRunJobOnHost(self, resource_group, location, cluster_id, timeout_sec=helpers.MINUTE): self.assertCanRunJob(resource_group, location, cluster_id, 'host_job', None, timeout_sec) def assertCanRunJob(self, resource_group, location, cluster_id, job_name, container_settings, timeout_sec): - create_custom_job(self.client, resource_group.name, location, cluster_id, job_name, 1, + helpers.create_custom_job(self.client, resource_group.name, cluster_id, job_name, 1, 'echo hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt', container=container_settings) # Verify if the job finishes reasonably fast. self.assertEqual( - wait_for_job_completion(self.is_live, self.client, resource_group.name, job_name, timeout_sec), + helpers.wait_for_job_completion(self.is_live, self.client, resource_group.name, job_name, timeout_sec), models.ExecutionState.succeeded) # Verify if output files and standard output files are available and contain expected greeting. - assert_job_files_are(self, self.client, resource_group.name, job_name, 'OUTPUTS', + helpers.assert_job_files_are(self, self.client, resource_group.name, job_name, 'OUTPUTS', {u'hi.txt': u'hello\n'}) - assert_job_files_are(self, self.client, resource_group.name, job_name, - STANDARD_OUTPUT_DIRECTORY_ID, + helpers.assert_job_files_are(self, self.client, resource_group.name, job_name, + helpers.STANDARD_OUTPUT_DIRECTORY_ID, {u'stdout.txt': u'hello\n', u'stderr.txt': ''}) def assertCanResizeCluster(self, resource_group, target): - self.client.clusters.update(resource_group.name, self.cluster_name, scale_settings=models.ScaleSettings( - manual=models.ManualScaleSettings(target_node_count=target))) + self.client.clusters.update(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, self.cluster_name, + scale_settings=models.ScaleSettings( + manual=models.ManualScaleSettings(target_node_count=target))) self.assertEqual( - wait_for_nodes(self.is_live, self.client, resource_group.name, self.cluster_name, target, - NODE_STARTUP_TIMEOUT_SEC), + helpers.wait_for_nodes(self.is_live, self.client, resource_group.name, self.cluster_name, target, + helpers.NODE_STARTUP_TIMEOUT_SEC), target) - assert_remote_login_info_reported_for_nodes(self, self.client, resource_group.name, + helpers.assert_remote_login_info_reported_for_nodes(self, self.client, resource_group.name, self.cluster_name, target) diff --git a/azure-mgmt-batchai/tests/test_mgmt_batchai_experiments.py b/azure-mgmt-batchai/tests/test_mgmt_batchai_experiments.py new file mode 100644 index 000000000000..6a277ad73ec1 --- /dev/null +++ b/azure-mgmt-batchai/tests/test_mgmt_batchai_experiments.py @@ -0,0 +1,90 @@ +# coding: utf-8 +# ------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# -------------------------------------------------------------------------- +# pylint: disable=line-too-long +import pytest +from azure.mgmt.batchai import BatchAIManagementClient, models +from devtools_testutils import AzureMgmtTestCase, ResourceGroupPreparer +from msrestazure.azure_exceptions import CloudError + +from . import helpers + + +class ExperimentTestCase(AzureMgmtTestCase): + def setUp(self): + super(ExperimentTestCase, self).setUp() + self.client = helpers.create_batchai_client(self) # type: BatchAIManagementClient + + @ResourceGroupPreparer(location=helpers.LOCATION) + def test_creation_and_deletion(self, resource_group, location): + name = 'testee' + workspace_name = 'workspace' + self.client.workspaces.create(resource_group.name, workspace_name, location).result() + experiment = self.client.experiments.create(resource_group.name, workspace_name, name).result() + self.assertEqual(experiment.name, name) + experiment_id = experiment.id + # Check can get experiment info + experiment = self.client.experiments.get(resource_group.name, workspace_name, name) + self.assertEqual(experiment.id, experiment_id) + # Check experiment found in list results + experiments = self.client.experiments.list_by_workspace(resource_group.name, workspace_name) + self.assertTrue(experiment_id in [e.id for e in experiments]) + # Delete + self.client.experiments.delete(resource_group.name, workspace_name, name).result() + # Check the experiment is actually deleted + self.assertRaises(CloudError, lambda: self.client.experiments.get(resource_group.name, workspace_name, name)) + + @ResourceGroupPreparer(location=helpers.LOCATION) + def test_experiments_isolation(self, resource_group, location): + self.client.workspaces.create(resource_group.name, 'first', location).result() + self.client.workspaces.create(resource_group.name, 'second', location).result() + # Create a cluster, two experiments and a job in each experiment + for workspace in ['first', 'second']: + cluster = self.client.clusters.create( + resource_group.name, + workspace, + 'cluster', + parameters=models.ClusterCreateParameters( + vm_size='STANDARD_D1', + scale_settings=models.ScaleSettings( + manual=models.ManualScaleSettings(target_node_count=0)), + user_account_settings=models.UserAccountSettings( + admin_user_name=helpers.ADMIN_USER_NAME, + admin_user_password=helpers.ADMIN_USER_PASSWORD + ), + vm_priority='lowpriority' + )).result() + for experiment in ['exp1', 'exp2']: + self.client.experiments.create(resource_group.name, workspace, experiment).result() + self.client.jobs.create( + resource_group.name, + workspace, + experiment, + 'job', + parameters=models.JobCreateParameters( + cluster=models.ResourceId(id=cluster.id), + node_count=1, + std_out_err_path_prefix='$AZ_BATCHAI_MOUNT_ROOT', + custom_toolkit_settings=models.CustomToolkitSettings( + command_line='true' + ) + ) + ).result() + # Delete exp1 in the first workspace + self.client.experiments.delete(resource_group.name, 'first', 'exp1').result() + # Ensure the experiment was actually deleted + self.assertRaises(CloudError, lambda: self.client.experiments.get(resource_group.name, 'first', 'exp1')) + for workspace in ['first', 'second']: + # Ensure the clusters are not affected + self.client.clusters.get(resource_group.name, workspace, 'cluster') + # Ensure the other experiments are not affected + for experiment in ['exp1', 'exp2']: + if workspace == 'first' and experiment == 'exp1': + continue + self.client.experiments.get(resource_group.name, workspace, experiment) + job = self.client.jobs.get(resource_group.name, workspace, experiment, 'job') + # And check the job are not terminated + self.assertEqual(job.execution_state, models.ExecutionState.queued) diff --git a/azure-mgmt-batchai/tests/test_mgmt_batchai_file_servers.py b/azure-mgmt-batchai/tests/test_mgmt_batchai_file_servers.py index e7876a394d7f..1971111bbfdd 100644 --- a/azure-mgmt-batchai/tests/test_mgmt_batchai_file_servers.py +++ b/azure-mgmt-batchai/tests/test_mgmt_batchai_file_servers.py @@ -11,24 +11,19 @@ from devtools_testutils import AzureMgmtTestCase from devtools_testutils import ResourceGroupPreparer from devtools_testutils import StorageAccountPreparer -from helpers import ( - create_batchai_client, create_cluster, assert_existing_clusters_are, wait_for_nodes, - assert_remote_login_info_reported_for_nodes, assert_existing_clusters_are, get_node_ids, assert_file_in_file_share, - create_file_server, assert_existing_file_servers_are, wait_for_file_server, - create_custom_job,wait_for_job_completion, assert_job_files_are, LOCATION, FAKE_STORAGE, NODE_STARTUP_TIMEOUT_SEC, - AUTO_SCALE_TIMEOUT_SEC, STANDARD_OUTPUT_DIRECTORY_ID, MINUTE, RE_ID_ADDRESS -) -_FILE_SERVER_CREATION_TIMEOUT_SEC = MINUTE * 10 +from . import helpers + +_FILE_SERVER_CREATION_TIMEOUT_SEC = helpers.MINUTE * 10 class FileServerTestCase(AzureMgmtTestCase): def setUp(self): super(FileServerTestCase, self).setUp() - self.client = create_batchai_client(self) # type: BatchAIManagementClient + self.client = helpers.create_batchai_client(self) # type: BatchAIManagementClient self.file_server_name = self.get_resource_name('fileserver') - @ResourceGroupPreparer(location=LOCATION) - @StorageAccountPreparer(name_prefix='psdk', location=LOCATION, playback_fake_resource=FAKE_STORAGE) + @ResourceGroupPreparer(location=helpers.LOCATION) + @StorageAccountPreparer(name_prefix='psdk', location=helpers.LOCATION, playback_fake_resource=helpers.FAKE_STORAGE) def test_file_server(self, resource_group, location, storage_account, storage_account_key): """Tests file server functionality @@ -38,17 +33,17 @@ def test_file_server(self, resource_group, location, storage_account, storage_ac a. submit tasks (one from host and another from container) on the first cluster to write data to nfs b. submit a task on the second cluster to read the data from nfs """ - server = create_file_server(self.client, location, resource_group.name, + server = helpers.create_file_server(self.client, location, resource_group.name, self.file_server_name) # type: models.FileServer - cluster1 = create_cluster(self.client, location, resource_group.name, 'cluster1', + cluster1 = helpers.create_cluster(self.client, location, resource_group.name, 'cluster1', 'STANDARD_D1', 1, storage_account.name, storage_account_key, file_servers=[models.FileServerReference( file_server=models.ResourceId(id=server.id), relative_mount_path='nfs', mount_options="rw")]) - cluster2 = create_cluster(self.client, location, resource_group.name, 'cluster2', + cluster2 = helpers.create_cluster(self.client, location, resource_group.name, 'cluster2', 'STANDARD_D1', 1, storage_account.name, storage_account_key, file_servers=[models.FileServerReference( @@ -56,59 +51,57 @@ def test_file_server(self, resource_group, location, storage_account, storage_ac relative_mount_path='nfs', mount_options="rw")]) # Verify the file server is reported. - assert_existing_file_servers_are(self, self.client, resource_group.name, [self.file_server_name]) + helpers.assert_existing_file_servers_are(self, self.client, resource_group.name, [self.file_server_name]) # Verify the file server become available in a reasonable time self.assertTrue( - wait_for_file_server(self.is_live, self.client, resource_group.name, self.file_server_name, + helpers.wait_for_file_server(self.is_live, self.client, resource_group.name, self.file_server_name, _FILE_SERVER_CREATION_TIMEOUT_SEC)) # Verify the remote login information and private ip are reported - server = self.client.file_servers.get(resource_group.name, self.file_server_name) # type: models.FileServer - self.assertRegexpMatches(server.mount_settings.file_server_public_ip, RE_ID_ADDRESS) - self.assertRegexpMatches(server.mount_settings.file_server_internal_ip, RE_ID_ADDRESS) + server = self.client.file_servers.get(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, self.file_server_name) + self.assertRegexpMatches(server.mount_settings.file_server_public_ip, helpers.RE_ID_ADDRESS) + self.assertRegexpMatches(server.mount_settings.file_server_internal_ip, helpers.RE_ID_ADDRESS) # Verify the clusters allocated nodes successfully self.assertEqual( - wait_for_nodes(self.is_live, self.client, resource_group.name, 'cluster1', 1, - NODE_STARTUP_TIMEOUT_SEC), 1) + helpers.wait_for_nodes(self.is_live, self.client, resource_group.name, 'cluster1', 1, + helpers.NODE_STARTUP_TIMEOUT_SEC), 1) self.assertEqual( - wait_for_nodes(self.is_live, self.client, resource_group.name, 'cluster2', 1, - NODE_STARTUP_TIMEOUT_SEC), 1) + helpers.wait_for_nodes(self.is_live, self.client, resource_group.name, 'cluster2', 1, + helpers.NODE_STARTUP_TIMEOUT_SEC), 1) # Execute publishing tasks on the first cluster - job1 = create_custom_job(self.client, resource_group.name, location, cluster1.id, - 'host_publisher', 1, + job1 = helpers.create_custom_job(self.client, resource_group.name, cluster1.id, 'host_publisher', 1, 'echo hi from host > $AZ_BATCHAI_MOUNT_ROOT/nfs/host.txt') self.assertEqual( - wait_for_job_completion(self.is_live, self.client, resource_group.name, job1.name, MINUTE), + helpers.wait_for_job_completion(self.is_live, self.client, resource_group.name, job1.name, helpers.MINUTE), models.ExecutionState.succeeded) - job2 = create_custom_job(self.client, resource_group.name, location, cluster1.id, - 'container_publisher', 1, + job2 = helpers.create_custom_job(self.client, resource_group.name, cluster1.id, 'container_publisher', 1, 'echo hi from container >> $AZ_BATCHAI_MOUNT_ROOT/nfs/container.txt', container=models.ContainerSettings( image_source_registry=models.ImageSourceRegistry(image="ubuntu"))) self.assertEqual( - wait_for_job_completion(self.is_live, self.client, resource_group.name, job2.name, MINUTE), + helpers.wait_for_job_completion(self.is_live, self.client, resource_group.name, job2.name, helpers.MINUTE), models.ExecutionState.succeeded) # Execute consumer task on the second cluster - job3 = create_custom_job(self.client, resource_group.name, location, cluster2.id, 'consumer', 1, + job3 = helpers.create_custom_job(self.client, resource_group.name, cluster2.id, 'consumer', 1, 'cat $AZ_BATCHAI_MOUNT_ROOT/nfs/host.txt; ' 'cat $AZ_BATCHAI_MOUNT_ROOT/nfs/container.txt') self.assertEqual( - wait_for_job_completion(self.is_live, self.client, resource_group.name, job3.name, MINUTE), + helpers.wait_for_job_completion(self.is_live, self.client, resource_group.name, job3.name, helpers.MINUTE), models.ExecutionState.succeeded) # Verify the data - assert_job_files_are(self, self.client, resource_group.name, job3.name, - STANDARD_OUTPUT_DIRECTORY_ID, + helpers.assert_job_files_are(self, self.client, resource_group.name, job3.name, + helpers.STANDARD_OUTPUT_DIRECTORY_ID, {u'stdout.txt': u'hi from host\nhi from container\n', u'stderr.txt': ''}) # Delete clusters - self.client.clusters.delete(resource_group.name, 'cluster1').result() - self.client.clusters.delete(resource_group.name, 'cluster2').result() + self.client.clusters.delete(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, 'cluster1').result() + self.client.clusters.delete(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, 'cluster2').result() # Test deletion - self.client.file_servers.delete(resource_group.name, self.file_server_name).result() - assert_existing_file_servers_are(self, self.client, resource_group.name, []) + self.client.file_servers.delete(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, self.file_server_name).result() + helpers.assert_existing_file_servers_are(self, self.client, resource_group.name, []) diff --git a/azure-mgmt-batchai/tests/test_mgmt_batchai_jobs.py b/azure-mgmt-batchai/tests/test_mgmt_batchai_jobs.py index 64df156ca5e3..8e5f3fcc92d7 100644 --- a/azure-mgmt-batchai/tests/test_mgmt_batchai_jobs.py +++ b/azure-mgmt-batchai/tests/test_mgmt_batchai_jobs.py @@ -15,281 +15,298 @@ import azure.mgmt.batchai.models as models from azure.mgmt.batchai import BatchAIManagementClient -from helpers import ( - create_batchai_client, create_cluster, assert_existing_clusters_are, wait_for_nodes, - assert_remote_login_info_reported_for_nodes, assert_existing_clusters_are, get_node_ids, assert_file_in_file_share, - create_file_server, assert_existing_file_servers_are, wait_for_file_server, wait_for_job_start_running, - create_custom_job,wait_for_job_completion, assert_job_files_are, LOCATION, FAKE_STORAGE, NODE_STARTUP_TIMEOUT_SEC, - AUTO_SCALE_TIMEOUT_SEC, STANDARD_OUTPUT_DIRECTORY_ID, MINUTE, ClusterPreparer, assert_job_files_in_path_are, - JOB_OUTPUT_DIRECTORY_PATH_ENV, STDOUTERR_FOLDER_NAME, AZURE_FILES_MOUNTING_PATH, JOB_OUTPUT_DIRECTORY_ID, - OUTPUT_DIRECTORIES_FOLDER_NAME -) +from . import helpers class JobTestCase(AzureMgmtTestCase): def setUp(self): super(JobTestCase, self).setUp() - self.client = create_batchai_client(self) # type: BatchAIManagementClient + self.client = helpers.create_batchai_client(self) # type: BatchAIManagementClient - @ResourceGroupPreparer(location=LOCATION) - @StorageAccountPreparer(name_prefix='psdk', location=LOCATION, playback_fake_resource=FAKE_STORAGE) - @ClusterPreparer() + @ResourceGroupPreparer(location=helpers.LOCATION) + @StorageAccountPreparer(name_prefix='psdk', location=helpers.LOCATION, playback_fake_resource=helpers.FAKE_STORAGE) + @helpers.ClusterPreparer() def test_job_creation_and_deletion(self, resource_group, location, cluster, storage_account, storage_account_key): """Tests simple scenario for a job - submit, check results, delete.""" - job = create_custom_job(self.client, resource_group.name, location, cluster.id, 'job', 1, - 'echo hi | tee {0}/hi.txt'.format(JOB_OUTPUT_DIRECTORY_PATH_ENV), + job = helpers.create_custom_job(self.client, resource_group.name, cluster.id, 'job', 1, + 'echo hi | tee {0}/hi.txt'.format(helpers.JOB_OUTPUT_DIRECTORY_PATH_ENV), container=models.ContainerSettings( image_source_registry=models.ImageSourceRegistry(image='ubuntu')) ) # type: models.Job self.assertEqual( - wait_for_job_completion(self.is_live, self.client, resource_group.name, job.name, MINUTE), + helpers.wait_for_job_completion(self.is_live, self.client, resource_group.name, job.name, helpers.MINUTE), models.ExecutionState.succeeded) # Check standard job output - assert_job_files_are(self, self.client, resource_group.name, job.name, - STANDARD_OUTPUT_DIRECTORY_ID, + helpers.assert_job_files_are(self, self.client, resource_group.name, job.name, + helpers.STANDARD_OUTPUT_DIRECTORY_ID, {u'stdout.txt': u'hi\n', u'stderr.txt': u''}) # Check job's output - assert_job_files_are(self, self.client, resource_group.name, job.name, - JOB_OUTPUT_DIRECTORY_ID, + helpers.assert_job_files_are(self, self.client, resource_group.name, job.name, + helpers.JOB_OUTPUT_DIRECTORY_ID, {u'hi.txt': u'hi\n'}) # Check that we can access the output files directly in storage using path segment returned by the server - assert_file_in_file_share(self, storage_account.name, storage_account_key, - job.job_output_directory_path_segment + '/' + STDOUTERR_FOLDER_NAME, + helpers.assert_file_in_file_share(self, storage_account.name, storage_account_key, + job.job_output_directory_path_segment + '/' + helpers.STDOUTERR_FOLDER_NAME, 'stdout.txt', u'hi\n') - self.client.jobs.delete(resource_group.name, job.name).result() - self.assertRaises(CloudError, lambda: self.client.jobs.get(resource_group.name, job.name)) - - @ResourceGroupPreparer(location=LOCATION) - @StorageAccountPreparer(name_prefix='psdk', location=LOCATION, playback_fake_resource=FAKE_STORAGE) - @ClusterPreparer() + self.client.jobs.delete(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, helpers.DEFAULT_EXPERIMENT_NAME, + job.name).result() + self.assertRaises(CloudError, lambda: self.client.jobs.get(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, + helpers.DEFAULT_EXPERIMENT_NAME, job.name)) + + @ResourceGroupPreparer(location=helpers.LOCATION) + @StorageAccountPreparer(name_prefix='psdk', location=helpers.LOCATION, playback_fake_resource=helpers.FAKE_STORAGE) + @helpers.ClusterPreparer() def test_running_job_deletion(self, resource_group, location, cluster): """Tests deletion of a running job.""" - job = create_custom_job(self.client, resource_group.name, location, cluster.id, 'job', 1, - 'sleep 600') + job = helpers.create_custom_job(self.client, resource_group.name, cluster.id, 'job', 1, 'sleep 600') self.assertEqual( - wait_for_job_start_running(self.is_live, self.client, resource_group.name, job.name, - MINUTE), + helpers.wait_for_job_start_running(self.is_live, self.client, resource_group.name, job.name, + helpers.MINUTE), models.ExecutionState.running) - self.client.jobs.delete(resource_group.name, job.name).result() - self.assertRaises(CloudError, lambda: self.client.jobs.get(resource_group.name, job.name)) + self.client.jobs.delete(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, helpers.DEFAULT_EXPERIMENT_NAME, + job.name).result() + self.assertRaises(CloudError, lambda: self.client.jobs.get(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, + helpers.DEFAULT_EXPERIMENT_NAME, job.name)) - @ResourceGroupPreparer(location=LOCATION) - @StorageAccountPreparer(name_prefix='psdk', location=LOCATION, playback_fake_resource=FAKE_STORAGE) - @ClusterPreparer() + @ResourceGroupPreparer(location=helpers.LOCATION) + @StorageAccountPreparer(name_prefix='psdk', location=helpers.LOCATION, playback_fake_resource=helpers.FAKE_STORAGE) + @helpers.ClusterPreparer() def test_running_job_termination(self, resource_group, location, cluster): """Tests termination of a running job.""" - job = create_custom_job(self.client, resource_group.name, location, cluster.id, 'longrunning', 1, - 'sleep 600') + job = helpers.create_custom_job(self.client, resource_group.name, cluster.id, 'longrunning', 1, 'sleep 600') self.assertEqual( - wait_for_job_start_running(self.is_live, self.client, resource_group.name, job.name, - MINUTE), + helpers.wait_for_job_start_running(self.is_live, self.client, resource_group.name, job.name, + helpers.MINUTE), models.ExecutionState.running) - self.client.jobs.terminate(resource_group.name, job.name).result() + self.client.jobs.terminate( + resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, helpers.DEFAULT_EXPERIMENT_NAME, job.name).result() self.assertEqual( - wait_for_job_completion(self.is_live, self.client, resource_group.name, job.name, MINUTE), + helpers.wait_for_job_completion(self.is_live, self.client, resource_group.name, job.name, helpers.MINUTE), models.ExecutionState.failed) - @ResourceGroupPreparer(location=LOCATION) - @StorageAccountPreparer(name_prefix='psdk', location=LOCATION, playback_fake_resource=FAKE_STORAGE) - @ClusterPreparer(target_nodes=0, wait=False) + @ResourceGroupPreparer(location=helpers.LOCATION) + @StorageAccountPreparer(name_prefix='psdk', location=helpers.LOCATION, playback_fake_resource=helpers.FAKE_STORAGE) + @helpers.ClusterPreparer(target_nodes=0, wait=False) def test_queued_job_termination(self, resource_group, location, cluster): """Tests termination of a job in queued state.""" # Create a job which will be in queued state because the cluster has no compute nodes. - job = create_custom_job(self.client, resource_group.name, location, cluster.id, 'job', 1, 'true') + job = helpers.create_custom_job(self.client, resource_group.name, cluster.id, 'job', 1, 'true') - self.client.jobs.terminate(resource_group.name, job.name).result() + self.client.jobs.terminate( + resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, helpers.DEFAULT_EXPERIMENT_NAME, job.name).result() self.assertEqual( - wait_for_job_completion(self.is_live, self.client, resource_group.name, job.name, MINUTE), + helpers.wait_for_job_completion(self.is_live, self.client, resource_group.name, job.name, helpers.MINUTE), models.ExecutionState.failed) - self.client.jobs.delete(resource_group.name, job.name).result() - self.assertRaises(CloudError, lambda: self.client.jobs.get(resource_group.name, job.name)) + self.client.jobs.delete(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, helpers.DEFAULT_EXPERIMENT_NAME, + job.name).result() + self.assertRaises(CloudError, lambda: self.client.jobs.get(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, + helpers.DEFAULT_EXPERIMENT_NAME, job.name)) - @ResourceGroupPreparer(location=LOCATION) - @StorageAccountPreparer(name_prefix='psdk', location=LOCATION, playback_fake_resource=FAKE_STORAGE) - @ClusterPreparer() + @ResourceGroupPreparer(location=helpers.LOCATION) + @StorageAccountPreparer(name_prefix='psdk', location=helpers.LOCATION, playback_fake_resource=helpers.FAKE_STORAGE) + @helpers.ClusterPreparer() def test_completed_job_termination(self, resource_group, location, cluster): """Tests termination of completed job.""" - job = create_custom_job(self.client, resource_group.name, location, cluster.id, 'job', 1, 'true') + job = helpers.create_custom_job(self.client, resource_group.name, cluster.id, 'job', 1, 'true') self.assertEqual( - wait_for_job_completion(self.is_live, self.client, resource_group.name, job.name, MINUTE), + helpers.wait_for_job_completion(self.is_live, self.client, resource_group.name, job.name, helpers.MINUTE), models.ExecutionState.succeeded) # termination of completed job is NOP and must not change the execution state. - self.client.jobs.terminate(resource_group.name, job.name).result() + self.client.jobs.terminate(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, helpers.DEFAULT_EXPERIMENT_NAME, + job.name).result() self.assertEqual( - wait_for_job_completion(self.is_live, self.client, resource_group.name, job.name, MINUTE), + helpers.wait_for_job_completion(self.is_live, self.client, resource_group.name, job.name, helpers.MINUTE), models.ExecutionState.succeeded) - self.client.jobs.delete(resource_group.name, job.name).result() - self.assertRaises(CloudError, lambda: self.client.jobs.get(resource_group.name, job.name)) + self.client.jobs.delete(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, helpers.DEFAULT_EXPERIMENT_NAME, + job.name).result() + self.assertRaises(CloudError, lambda: self.client.jobs.get(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, + helpers.DEFAULT_EXPERIMENT_NAME, job.name)) - @ResourceGroupPreparer(location=LOCATION) - @StorageAccountPreparer(name_prefix='psdk', location=LOCATION, playback_fake_resource=FAKE_STORAGE) - @ClusterPreparer() + @ResourceGroupPreparer(location=helpers.LOCATION) + @StorageAccountPreparer(name_prefix='psdk', location=helpers.LOCATION, playback_fake_resource=helpers.FAKE_STORAGE) + @helpers.ClusterPreparer() def test_failed_job_reporting(self, resource_group, location, cluster): """Tests if job failure is reported correctly.""" - job = create_custom_job(self.client, resource_group.name, location, cluster.id, 'job', 1, - 'false') + job = helpers.create_custom_job(self.client, resource_group.name, cluster.id, 'job', 1, 'false') self.assertEqual( - wait_for_job_completion(self.is_live, self.client, resource_group.name, job.name, - MINUTE), + helpers.wait_for_job_completion(self.is_live, self.client, resource_group.name, job.name, + helpers.MINUTE), models.ExecutionState.failed) - job = self.client.jobs.get(resource_group.name, job.name) + job = self.client.jobs.get(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, helpers.DEFAULT_EXPERIMENT_NAME, + job.name) self.assertEqual(job.execution_info.exit_code, 1) self.assertEqual(len(job.execution_info.errors), 1) self.assertEqual(job.execution_info.errors[0].code, 'JobFailed') - self.client.jobs.delete(resource_group.name, job.name).result() - self.assertRaises(CloudError, lambda: self.client.jobs.get(resource_group.name, job.name)) - - @ResourceGroupPreparer(location=LOCATION) - @StorageAccountPreparer(name_prefix='psdk', location=LOCATION, playback_fake_resource=FAKE_STORAGE) - @ClusterPreparer() + self.client.jobs.delete(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, helpers.DEFAULT_EXPERIMENT_NAME, + job.name).result() + self.assertRaises(CloudError, lambda: self.client.jobs.get(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, + helpers.DEFAULT_EXPERIMENT_NAME, job.name)) + + @ResourceGroupPreparer(location=helpers.LOCATION) + @StorageAccountPreparer(name_prefix='psdk', location=helpers.LOCATION, playback_fake_resource=helpers.FAKE_STORAGE) + @helpers.ClusterPreparer() def test_job_preparation_host(self, resource_group, location, cluster): """Tests job preparation execution for a job running on a host.""" # create a job with job preparation which populates input data in $AZ_BATCHAI_INPUT_INPUT/hi.txt - job = create_custom_job( - self.client, resource_group.name, location, cluster.id, 'job', 1, + job = helpers.create_custom_job( + self.client, resource_group.name, cluster.id, 'job', 1, 'cat $AZ_BATCHAI_INPUT_INPUT/hi.txt', 'mkdir -p $AZ_BATCHAI_INPUT_INPUT && echo hello | tee $AZ_BATCHAI_INPUT_INPUT/hi.txt') self.assertEqual( - wait_for_job_completion(self.is_live, self.client, resource_group.name, job.name, - MINUTE), + helpers.wait_for_job_completion(self.is_live, self.client, resource_group.name, job.name, + helpers.MINUTE), models.ExecutionState.succeeded) - assert_job_files_are(self, self.client, resource_group.name, job.name, - STANDARD_OUTPUT_DIRECTORY_ID, + helpers.assert_job_files_are(self, self.client, resource_group.name, job.name, + helpers.STANDARD_OUTPUT_DIRECTORY_ID, {u'stdout.txt': u'hello\n', u'stderr.txt': u'', u'stdout-job_prep.txt': u'hello\n', u'stderr-job_prep.txt': u''}) - self.client.jobs.delete(resource_group.name, job.name).result() - self.assertRaises(CloudError, lambda: self.client.jobs.get(resource_group.name, job.name)) - - @ResourceGroupPreparer(location=LOCATION) - @StorageAccountPreparer(name_prefix='psdk', location=LOCATION, playback_fake_resource=FAKE_STORAGE) - @ClusterPreparer() + self.client.jobs.delete(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, helpers.DEFAULT_EXPERIMENT_NAME, + job.name).result() + self.assertRaises(CloudError, lambda: self.client.jobs.get(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, + helpers.DEFAULT_EXPERIMENT_NAME, job.name)) + + @ResourceGroupPreparer(location=helpers.LOCATION) + @StorageAccountPreparer(name_prefix='psdk', location=helpers.LOCATION, playback_fake_resource=helpers.FAKE_STORAGE) + @helpers.ClusterPreparer() def test_job_preparation_container(self, resource_group, location, cluster): """Tests job preparation execution for a job running in a container.""" # create a job with job preparation which populates input data in $AZ_BATCHAI_INPUT_INPUT/hi.txt - job = create_custom_job( - self.client, resource_group.name, location, cluster.id, 'job', 1, + job = helpers.create_custom_job( + self.client, resource_group.name, cluster.id, 'job', 1, 'cat $AZ_BATCHAI_INPUT_INPUT/hi.txt', 'mkdir -p $AZ_BATCHAI_INPUT_INPUT && echo hello | tee $AZ_BATCHAI_INPUT_INPUT/hi.txt', container=models.ContainerSettings( image_source_registry=models.ImageSourceRegistry(image='ubuntu'))) self.assertEqual( - wait_for_job_completion(self.is_live, self.client, resource_group.name, job.name, - MINUTE), + helpers.wait_for_job_completion(self.is_live, self.client, resource_group.name, job.name, + helpers.MINUTE), models.ExecutionState.succeeded) - assert_job_files_are(self, self.client, resource_group.name, job.name, - STANDARD_OUTPUT_DIRECTORY_ID, + helpers.assert_job_files_are(self, self.client, resource_group.name, job.name, + helpers.STANDARD_OUTPUT_DIRECTORY_ID, {u'stdout.txt': u'hello\n', u'stderr.txt': u'', u'stdout-job_prep.txt': u'hello\n', u'stderr-job_prep.txt': u''}) - self.client.jobs.delete(resource_group.name, job.name).result() - self.assertRaises(CloudError, lambda: self.client.jobs.get(resource_group.name, job.name)) - - @ResourceGroupPreparer(location=LOCATION) - @StorageAccountPreparer(name_prefix='psdk', location=LOCATION, playback_fake_resource=FAKE_STORAGE) - @ClusterPreparer() + self.client.jobs.delete(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, helpers.DEFAULT_EXPERIMENT_NAME, + job.name).result() + self.assertRaises(CloudError, lambda: self.client.jobs.get(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, + helpers.DEFAULT_EXPERIMENT_NAME, job.name)) + + @ResourceGroupPreparer(location=helpers.LOCATION) + @StorageAccountPreparer(name_prefix='psdk', location=helpers.LOCATION, playback_fake_resource=helpers.FAKE_STORAGE) + @helpers.ClusterPreparer() def test_job_host_preparation_failure_reporting(self, resource_group, location, cluster): """Tests if job preparation failure is reported correctly.""" # create a job with failing job preparation - job = create_custom_job( - self.client, resource_group.name, location, cluster.id, 'job', 1, 'true', 'false') + job = helpers.create_custom_job(self.client, resource_group.name, cluster.id, 'job', 1, 'true', 'false') self.assertEqual( - wait_for_job_completion(self.is_live, self.client, resource_group.name, job.name, - MINUTE), + helpers.wait_for_job_completion(self.is_live, self.client, resource_group.name, job.name, + helpers.MINUTE), models.ExecutionState.failed) - job = self.client.jobs.get(resource_group.name, job.name) + job = self.client.jobs.get(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, helpers.DEFAULT_EXPERIMENT_NAME, + job.name) self.assertEqual(job.execution_info.exit_code, 1) self.assertEqual(len(job.execution_info.errors), 1) self.assertEqual(job.execution_info.errors[0].code, 'JobPreparationFailed') print(job.serialize()) - self.client.jobs.delete(resource_group.name, job.name).result() - self.assertRaises(CloudError, lambda: self.client.jobs.get(resource_group.name, job.name)) - - @ResourceGroupPreparer(location=LOCATION) - @StorageAccountPreparer(name_prefix='psdk', location=LOCATION, playback_fake_resource=FAKE_STORAGE) - @ClusterPreparer() + self.client.jobs.delete(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, helpers.DEFAULT_EXPERIMENT_NAME, + job.name).result() + self.assertRaises(CloudError, lambda: self.client.jobs.get(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, + helpers.DEFAULT_EXPERIMENT_NAME, job.name)) + + @ResourceGroupPreparer(location=helpers.LOCATION) + @StorageAccountPreparer(name_prefix='psdk', location=helpers.LOCATION, playback_fake_resource=helpers.FAKE_STORAGE) + @helpers.ClusterPreparer() def test_job_container_preparation_failure_reporting(self, resource_group, location, cluster): """Tests if job preparation failure is reported correctly.""" # create a job with failing job preparation - job = create_custom_job(self.client, resource_group.name, location, cluster.id, 'job', 1, 'true', - 'false', + job = helpers.create_custom_job(self.client, resource_group.name, cluster.id, 'job', 1, 'true', 'false', container=models.ContainerSettings( image_source_registry=models.ImageSourceRegistry(image='ubuntu'))) self.assertEqual( - wait_for_job_completion(self.is_live, self.client, resource_group.name, job.name, - MINUTE), + helpers.wait_for_job_completion(self.is_live, self.client, resource_group.name, job.name, + helpers.MINUTE), models.ExecutionState.failed) - job = self.client.jobs.get(resource_group.name, job.name) + job = self.client.jobs.get(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, helpers.DEFAULT_EXPERIMENT_NAME, + job.name) self.assertEqual(job.execution_info.exit_code, 1) self.assertEqual(len(job.execution_info.errors), 1) self.assertEqual(job.execution_info.errors[0].code, 'JobPreparationFailed') - self.client.jobs.delete(resource_group.name, job.name).result() - self.assertRaises(CloudError, lambda: self.client.jobs.get(resource_group.name, job.name)) - - @ResourceGroupPreparer(location=LOCATION) - @StorageAccountPreparer(name_prefix='psdk', location=LOCATION, playback_fake_resource=FAKE_STORAGE) - @ClusterPreparer(target_nodes=2) + self.client.jobs.delete(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, helpers.DEFAULT_EXPERIMENT_NAME, + job.name).result() + self.assertRaises(CloudError, lambda: self.client.jobs.get(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, + helpers.DEFAULT_EXPERIMENT_NAME, job.name)) + + @ResourceGroupPreparer(location=helpers.LOCATION) + @StorageAccountPreparer(name_prefix='psdk', location=helpers.LOCATION, playback_fake_resource=helpers.FAKE_STORAGE) + @helpers.ClusterPreparer(target_nodes=2) def test_password_less_ssh(self, resource_group, location, cluster): """Tests if password-less ssh is configured on hosts.""" - job = create_custom_job(self.client, resource_group.name, location, cluster.id, 'job', 2, + job = helpers.create_custom_job(self.client, resource_group.name, cluster.id, 'job', 2, 'ssh 10.0.0.4 echo done && ssh 10.0.0.5 echo done') self.assertEqual( - wait_for_job_completion(self.is_live, self.client, resource_group.name, job.name, - MINUTE), + helpers.wait_for_job_completion(self.is_live, self.client, resource_group.name, job.name, + helpers.MINUTE), models.ExecutionState.succeeded) - job = self.client.jobs.get(resource_group.name, job.name) + job = self.client.jobs.get(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, helpers.DEFAULT_EXPERIMENT_NAME, + job.name) - assert_job_files_are(self, self.client, resource_group.name, job.name, - STANDARD_OUTPUT_DIRECTORY_ID, + helpers.assert_job_files_are(self, self.client, resource_group.name, job.name, + helpers.STANDARD_OUTPUT_DIRECTORY_ID, {u'stdout.txt': u'done\ndone\n', u'stderr.txt': re.compile('Permanently added.*')}) - self.client.jobs.delete(resource_group.name, job.name).result() - self.assertRaises(CloudError, lambda: self.client.jobs.get(resource_group.name, job.name)) - - @ResourceGroupPreparer(location=LOCATION) - @StorageAccountPreparer(name_prefix='psdk', location=LOCATION, playback_fake_resource=FAKE_STORAGE) - @ClusterPreparer(target_nodes=2) + self.client.jobs.delete(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, helpers.DEFAULT_EXPERIMENT_NAME, + job.name).result() + self.assertRaises(CloudError, lambda: self.client.jobs.get(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, + helpers.DEFAULT_EXPERIMENT_NAME, job.name)) + + @ResourceGroupPreparer(location=helpers.LOCATION) + @StorageAccountPreparer(name_prefix='psdk', location=helpers.LOCATION, playback_fake_resource=helpers.FAKE_STORAGE) + @helpers.ClusterPreparer(target_nodes=2) def test_password_less_ssh_in_container(self, resource_group, location, cluster): """Tests if password-less ssh is configured in containers.""" - job = create_custom_job(self.client, resource_group.name, location, cluster.id, 'job', 2, + job = helpers.create_custom_job(self.client, resource_group.name, cluster.id, 'job', 2, 'ssh 10.0.0.5 echo done && ssh 10.0.0.5 echo done', container=models.ContainerSettings( image_source_registry=models.ImageSourceRegistry(image='ubuntu'))) self.assertEqual( - wait_for_job_completion(self.is_live, self.client, resource_group.name, job.name, - MINUTE), + helpers.wait_for_job_completion(self.is_live, self.client, resource_group.name, job.name, + helpers.MINUTE), models.ExecutionState.succeeded) - job = self.client.jobs.get(resource_group.name, job.name) - assert_job_files_are(self, self.client, resource_group.name, job.name, - STANDARD_OUTPUT_DIRECTORY_ID, + job = self.client.jobs.get(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, helpers.DEFAULT_EXPERIMENT_NAME, + job.name) + helpers.assert_job_files_are(self, self.client, resource_group.name, job.name, + helpers.STANDARD_OUTPUT_DIRECTORY_ID, {u'stdout.txt': u'done\ndone\n', u'stderr.txt': re.compile('Permanently added.*')}) - self.client.jobs.delete(resource_group.name, job.name).result() - self.assertRaises(CloudError, lambda: self.client.jobs.get(resource_group.name, job.name)) - - @ResourceGroupPreparer(location=LOCATION) - @StorageAccountPreparer(name_prefix='psdk', location=LOCATION, playback_fake_resource=FAKE_STORAGE) - @ClusterPreparer(target_nodes=1) + self.client.jobs.delete(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, helpers.DEFAULT_EXPERIMENT_NAME, + job.name).result() + self.assertRaises(CloudError, lambda: self.client.jobs.get(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, + helpers.DEFAULT_EXPERIMENT_NAME, job.name)) + + @ResourceGroupPreparer(location=helpers.LOCATION) + @StorageAccountPreparer(name_prefix='psdk', location=helpers.LOCATION, playback_fake_resource=helpers.FAKE_STORAGE) + @helpers.ClusterPreparer(target_nodes=1) def test_job_level_mounting(self, resource_group, location, cluster, storage_account, storage_account_key): """Tests if it's possible to mount external file systems for a job.""" job_name = 'job' # Create file share and container to mount on the job level - if storage_account.name != FAKE_STORAGE.name: + if storage_account.name != helpers.FAKE_STORAGE.name: files = FileService(storage_account.name, storage_account_key) files.create_share('jobshare', fail_on_exist=False) blobs = BlockBlobService(storage_account.name, storage_account_key) @@ -297,9 +314,10 @@ def test_job_level_mounting(self, resource_group, location, cluster, storage_acc job = self.client.jobs.create( resource_group.name, + helpers.DEFAULT_WORKSPACE_NAME, + helpers.DEFAULT_EXPERIMENT_NAME, job_name, parameters=models.JobCreateParameters( - location=location, cluster=models.ResourceId(id=cluster.id), node_count=1, mount_volumes=models.MountVolumes( @@ -326,7 +344,7 @@ def test_job_level_mounting(self, resource_group, location, cluster, storage_acc ] ), # Put standard output on cluster level AFS to check that the job has access to it. - std_out_err_path_prefix='$AZ_BATCHAI_MOUNT_ROOT/{0}'.format(AZURE_FILES_MOUNTING_PATH), + std_out_err_path_prefix='$AZ_BATCHAI_MOUNT_ROOT/{0}'.format(helpers.AZURE_FILES_MOUNTING_PATH), # Create two output directories on job level AFS and blobfuse. output_directories=[ models.OutputDirectory(id='OUTPUT1', path_prefix='$AZ_BATCHAI_JOB_MOUNT_ROOT/job_afs'), @@ -351,48 +369,50 @@ def test_job_level_mounting(self, resource_group, location, cluster, storage_acc ) ).result() self.assertEqual( - wait_for_job_completion(self.is_live, self.client, resource_group.name, job.name, - MINUTE), + helpers.wait_for_job_completion(self.is_live, self.client, resource_group.name, job.name, helpers.MINUTE), models.ExecutionState.succeeded) - job = self.client.jobs.get(resource_group.name, job.name) + job = self.client.jobs.get(resource_group.name, helpers.DEFAULT_WORKSPACE_NAME, helpers.DEFAULT_EXPERIMENT_NAME, + job.name) # Assert job and job prep standard output is populated on cluster level filesystem - assert_job_files_are(self, self.client, resource_group.name, job.name, - STANDARD_OUTPUT_DIRECTORY_ID, + helpers.assert_job_files_are(self, self.client, resource_group.name, job.name, + helpers.STANDARD_OUTPUT_DIRECTORY_ID, {u'stdout.txt': u'done\n', u'stderr.txt': u'', u'stdout-job_prep.txt': u'done\n', u'stderr-job_prep.txt': u''}) # Assert files are generated on job level AFS - assert_job_files_are(self, self.client, resource_group.name, job.name, 'OUTPUT1', + helpers.assert_job_files_are(self, self.client, resource_group.name, job.name, 'OUTPUT1', {u'job_afs.txt': u'afs\n', u'prep_afs.txt': u'afs\n', u'afs': None}) # Assert files are generated on job level blobfuse - assert_job_files_are(self, self.client, resource_group.name, job.name, 'OUTPUT2', + helpers.assert_job_files_are(self, self.client, resource_group.name, job.name, 'OUTPUT2', {u'job_bfs.txt': u'bfs\n', u'prep_bfs.txt': u'bfs\n', u'bfs': None}) # Assert subfolders are available via API - assert_job_files_in_path_are(self, self.client, resource_group.name, job.name, 'OUTPUT1', + helpers.assert_job_files_in_path_are(self, self.client, resource_group.name, job.name, 'OUTPUT1', 'afs', {u'job_afs.txt': u'afs\n'}) - assert_job_files_in_path_are(self, self.client, resource_group.name, job.name, 'OUTPUT2', + helpers.assert_job_files_in_path_are(self, self.client, resource_group.name, job.name, 'OUTPUT2', 'bfs', {u'job_bfs.txt': u'bfs\n'}) # Assert that we can access the output files created on job level mount volumes directly in storage using path # segment returned by the server. - if storage_account.name != FAKE_STORAGE.name: + if storage_account.name != helpers.FAKE_STORAGE.name: files = FileService(storage_account.name, storage_account_key) self.assertTrue( files.exists('jobshare', job.job_output_directory_path_segment + - '/' + OUTPUT_DIRECTORIES_FOLDER_NAME, 'job_afs.txt')) + '/' + helpers.OUTPUT_DIRECTORIES_FOLDER_NAME, 'job_afs.txt')) blobs = BlockBlobService(storage_account.name, storage_account_key) self.assertTrue( blobs.exists('jobcontainer', job.job_output_directory_path_segment + - '/' + OUTPUT_DIRECTORIES_FOLDER_NAME + '/job_bfs.txt')) + '/' + helpers.OUTPUT_DIRECTORIES_FOLDER_NAME + '/job_bfs.txt')) # After the job is done the filesystems should be unmounted automatically, check this by submitting a new job. checker = self.client.jobs.create( resource_group.name, + helpers.DEFAULT_WORKSPACE_NAME, + helpers.DEFAULT_EXPERIMENT_NAME, 'checker', parameters=models.JobCreateParameters( location=location, cluster=models.ResourceId(id=cluster.id), node_count=1, - std_out_err_path_prefix='$AZ_BATCHAI_MOUNT_ROOT/{0}'.format(AZURE_FILES_MOUNTING_PATH), + std_out_err_path_prefix='$AZ_BATCHAI_MOUNT_ROOT/{0}'.format(helpers.AZURE_FILES_MOUNTING_PATH), custom_toolkit_settings=models.CustomToolkitSettings( command_line='echo job; df | grep -E "job_bfs|job_afs"' ) @@ -400,28 +420,29 @@ def test_job_level_mounting(self, resource_group, location, cluster, storage_acc ).result() # Check the job failed because there are not job level mount volumes anymore self.assertEqual( - wait_for_job_completion(self.is_live, self.client, resource_group.name, checker.name, - MINUTE), + helpers.wait_for_job_completion(self.is_live, self.client, resource_group.name, checker.name, + helpers.MINUTE), models.ExecutionState.failed) # Check that the cluster level AFS was still mounted - assert_job_files_are(self, self.client, resource_group.name, checker.name, - STANDARD_OUTPUT_DIRECTORY_ID, + helpers.assert_job_files_are(self, self.client, resource_group.name, checker.name, + helpers.STANDARD_OUTPUT_DIRECTORY_ID, {u'stdout.txt': u'job\n', u'stderr.txt': u''}) - @ResourceGroupPreparer(location=LOCATION) - @StorageAccountPreparer(name_prefix='psdk', location=LOCATION, playback_fake_resource=FAKE_STORAGE) - @ClusterPreparer(target_nodes=1) + @ResourceGroupPreparer(location=helpers.LOCATION) + @StorageAccountPreparer(name_prefix='psdk', location=helpers.LOCATION, playback_fake_resource=helpers.FAKE_STORAGE) + @helpers.ClusterPreparer(target_nodes=1) def test_job_environment_variables_and_secrets(self, resource_group, location, cluster): """Tests if it's possible to mount external file systems for a job.""" job_name = 'job' job = self.client.jobs.create( resource_group.name, + helpers.DEFAULT_WORKSPACE_NAME, + helpers.DEFAULT_EXPERIMENT_NAME, job_name, parameters=models.JobCreateParameters( - location=location, cluster=models.ResourceId(id=cluster.id), node_count=1, - std_out_err_path_prefix='$AZ_BATCHAI_MOUNT_ROOT/{0}'.format(AZURE_FILES_MOUNTING_PATH), + std_out_err_path_prefix='$AZ_BATCHAI_MOUNT_ROOT/{0}'.format(helpers.AZURE_FILES_MOUNTING_PATH), environment_variables=[ models.EnvironmentVariable(name='VARIABLE', value='VALUE') ], @@ -439,8 +460,7 @@ def test_job_environment_variables_and_secrets(self, resource_group, location, c ) ).result() # type: models.Job self.assertEqual( - wait_for_job_completion(self.is_live, self.client, resource_group.name, job.name, - MINUTE), + helpers.wait_for_job_completion(self.is_live, self.client, resource_group.name, job.name, helpers.MINUTE), models.ExecutionState.succeeded) # Check that environment variables are reported by the server. self.assertEqual(len(job.environment_variables), 1) @@ -451,7 +471,7 @@ def test_job_environment_variables_and_secrets(self, resource_group, location, c self.assertEqual(job.secrets[0].name, 'SECRET_VARIABLE') self.assertIsNone(job.secrets[0].value) # Check that job and job prep had access to the env variables and secrets. - assert_job_files_are(self, self.client, resource_group.name, job.name, - STANDARD_OUTPUT_DIRECTORY_ID, + helpers.assert_job_files_are(self, self.client, resource_group.name, job.name, + helpers.STANDARD_OUTPUT_DIRECTORY_ID, {u'stdout.txt': u'VALUE SECRET\n', u'stderr.txt': u'', u'stdout-job_prep.txt': u'VALUE SECRET\n', u'stderr-job_prep.txt': u''}) diff --git a/azure-mgmt-batchai/tests/test_mgmt_batchai_quota_and_usage.py b/azure-mgmt-batchai/tests/test_mgmt_batchai_quota_and_usage.py index 2112f0628d0f..2269905d71cc 100644 --- a/azure-mgmt-batchai/tests/test_mgmt_batchai_quota_and_usage.py +++ b/azure-mgmt-batchai/tests/test_mgmt_batchai_quota_and_usage.py @@ -9,16 +9,16 @@ from azure.mgmt.batchai import BatchAIManagementClient from devtools_testutils import AzureMgmtTestCase -from helpers import create_batchai_client, LOCATION +from . import helpers class JobTestCase(AzureMgmtTestCase): def setUp(self): super(JobTestCase, self).setUp() - self.client = create_batchai_client(self) # type: BatchAIManagementClient + self.client = helpers.create_batchai_client(self) # type: BatchAIManagementClient def test_quota_and_usage(self): - usages = list(self.client.usage.list(LOCATION)) + usages = list(self.client.usages.list(helpers.LOCATION)) self.assertGreater(len(usages), 0) for u in usages: self.assertIsNotNone(u.name) diff --git a/azure-mgmt-batchai/tests/test_mgmt_batchai_workspaces.py b/azure-mgmt-batchai/tests/test_mgmt_batchai_workspaces.py new file mode 100644 index 000000000000..e9757cd7785e --- /dev/null +++ b/azure-mgmt-batchai/tests/test_mgmt_batchai_workspaces.py @@ -0,0 +1,95 @@ +# coding: utf-8 +# ------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# -------------------------------------------------------------------------- +# pylint: disable=line-too-long +import pytest +from azure.mgmt.batchai import BatchAIManagementClient, models +from devtools_testutils import AzureMgmtTestCase, ResourceGroupPreparer +from msrestazure.azure_exceptions import CloudError + +from . import helpers + + +class WorkspaceTestCase(AzureMgmtTestCase): + def setUp(self): + super(WorkspaceTestCase, self).setUp() + self.client = helpers.create_batchai_client(self) # type: BatchAIManagementClient + + @ResourceGroupPreparer(location=helpers.LOCATION) + def test_creation_and_deletion(self, resource_group, location): + name = 'testee' + workspace = self.client.workspaces.create(resource_group.name, name, location).result() + self.assertEqual(workspace.name, name) + workspace_id = workspace.id + # Check can get workspace info + workspace = self.client.workspaces.get(resource_group.name, name) + self.assertEqual(workspace.id, workspace_id) + # Check workspace found when list under current subscription + workspaces = self.client.workspaces.list() + self.assertTrue(workspace_id in [w.id for w in workspaces]) + # Check workspace found when list under the resource group + workspaces = self.client.workspaces.list_by_resource_group(resource_group.name) + self.assertTrue(workspace_id in [w.id for w in workspaces]) + # Delete + self.client.workspaces.delete(resource_group.name, name).result() + # Check the workspace is actually deleted + workspaces = self.client.workspaces.list_by_resource_group(resource_group.name) + self.assertFalse(list(workspaces)) + + @ResourceGroupPreparer(location=helpers.LOCATION) + def test_workspaces_isolation(self, resource_group, location): + self.client.workspaces.create(resource_group.name, 'first', location).result() + self.client.workspaces.create(resource_group.name, 'second', location).result() + # Create a cluster, an experiment and a job in each workspace + for workspace in ['first', 'second']: + cluster = self.client.clusters.create( + resource_group.name, + workspace, + 'cluster', + parameters=models.ClusterCreateParameters( + vm_size='STANDARD_D1', + scale_settings=models.ScaleSettings( + manual=models.ManualScaleSettings(target_node_count=0)), + user_account_settings=models.UserAccountSettings( + admin_user_name=helpers.ADMIN_USER_NAME, + admin_user_password=helpers.ADMIN_USER_PASSWORD + ), + vm_priority='lowpriority' + )).result() + self.client.experiments.create(resource_group.name, workspace, 'experiment').result() + self.client.jobs.create( + resource_group.name, + workspace, + 'experiment', + 'job', + parameters=models.JobCreateParameters( + cluster=models.ResourceId(id=cluster.id), + node_count=1, + std_out_err_path_prefix='$AZ_BATCHAI_MOUNT_ROOT', + custom_toolkit_settings=models.CustomToolkitSettings( + command_line='true' + ) + ) + ).result() + # Delete the first workspace + self.client.workspaces.delete(resource_group.name, 'first').result() + # Ensure the workspace was actually deleted + self.assertRaises(CloudError, lambda: self.client.workspaces.get(resource_group.name, 'first')) + # Ensure the second workspace is not affected + self.client.workspaces.get(resource_group.name, 'second') + self.client.clusters.get(resource_group.name, 'second', 'cluster') + self.client.experiments.get(resource_group.name, 'second', 'experiment') + job = self.client.jobs.get(resource_group.name, 'second', 'experiment', 'job') + # And check the job is not terminated + self.assertEqual(job.execution_state, models.ExecutionState.queued) + + @ResourceGroupPreparer(location=helpers.LOCATION) + def test_update(self, resource_group, location): + self.skipTest('Waiting for the server side fix') + self.client.workspaces.create(resource_group.name, 'workspace', location).result() + self.client.workspaces.update(resource_group.name, 'workspace', {'values': {'atag'}}) + workspace = self.client.workspaces.get(resource_group.name, 'workspace') # type: models.Workspace + self.assertEqual(workspace.tags['values'], {'atag'}) \ No newline at end of file From 038464d5c481084c4a5d7a7d9f31e028a1aca3a4 Mon Sep 17 00:00:00 2001 From: AlexanderYukhanov Date: Thu, 7 Jun 2018 09:59:09 -0700 Subject: [PATCH 3/5] BatchAI. Updated recordings --- ...mt_batchai_clusters.test_auto_scaling.yaml | 1631 +++---- ...atchai_clusters.test_cluster_resizing.yaml | 1439 +++--- ...i_clusters.test_creation_and_deletion.yaml | 957 ++-- ...ai_clusters.test_setup_task_execution.yaml | 644 +-- ...xperiments.test_creation_and_deletion.yaml | 213 + ...xperiments.test_experiments_isolation.yaml | 1061 +++++ ...periments.test_experiments_isolation2.yaml | 4244 +++++++++++++++++ ...experiments.test_workspaces_isolation.yaml | 30 + ...batchai_file_servers.test_file_server.yaml | 1803 ++++--- ...i_jobs.test_completed_job_termination.yaml | 239 +- ...atchai_jobs.test_failed_job_reporting.yaml | 202 +- ...ntainer_preparation_failure_reporting.yaml | 219 +- ...i_jobs.test_job_creation_and_deletion.yaml | 302 +- ...job_environment_variables_and_secrets.yaml | 123 +- ...ob_host_preparation_failure_reporting.yaml | 226 +- ..._batchai_jobs.test_job_level_mounting.yaml | 467 +- ...i_jobs.test_job_preparation_container.yaml | 290 +- ...atchai_jobs.test_job_preparation_host.yaml | 258 +- ...t_batchai_jobs.test_password_less_ssh.yaml | 267 +- ...s.test_password_less_ssh_in_container.yaml | 301 +- ...chai_jobs.test_queued_job_termination.yaml | 175 +- ...atchai_jobs.test_running_job_deletion.yaml | 178 +- ...hai_jobs.test_running_job_termination.yaml | 186 +- ..._quota_and_usage.test_quota_and_usage.yaml | 35 +- ...workspaces.test_creation_and_deletion.yaml | 210 + ..._workspaces.test_workspaces_isolation.yaml | 857 ++++ 26 files changed, 11732 insertions(+), 4825 deletions(-) create mode 100644 azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_experiments.test_creation_and_deletion.yaml create mode 100644 azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_experiments.test_experiments_isolation.yaml create mode 100644 azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_experiments.test_experiments_isolation2.yaml create mode 100644 azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_experiments.test_workspaces_isolation.yaml create mode 100644 azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_workspaces.test_creation_and_deletion.yaml create mode 100644 azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_workspaces.test_workspaces_isolation.yaml diff --git a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_clusters.test_auto_scaling.yaml b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_clusters.test_auto_scaling.yaml index bdad11ebd921..8871daec6ca4 100644 --- a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_clusters.test_auto_scaling.yaml +++ b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_clusters.test_auto_scaling.yaml @@ -4,52 +4,85 @@ interactions: headers: Connection: [keep-alive] Content-Length: ['0'] - User-Agent: [Azure-Storage/0.36.0 (Python CPython 3.6.4; Linux 4.15.6-300.fc27.x86_64)] - x-ms-date: ['Thu, 15 Mar 2018 23:23:28 GMT'] - x-ms-version: ['2017-04-17'] + User-Agent: [Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Linux 4.16.12-300.fc28.x86_64)] + x-ms-date: ['Wed, 06 Jun 2018 20:19:09 GMT'] + x-ms-version: ['2017-07-29'] method: PUT uri: https://psdk9854121a.file.core.windows.net/share?restype=share response: body: {string: ''} headers: - date: ['Thu, 15 Mar 2018 23:23:28 GMT'] - etag: ['"0x8D58ACBC2B7CCE2"'] - last-modified: ['Thu, 15 Mar 2018 23:23:29 GMT'] + date: ['Wed, 06 Jun 2018 20:19:08 GMT'] + etag: ['"0x8D5CBEAC319FA6D"'] + last-modified: ['Wed, 06 Jun 2018 20:19:09 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] transfer-encoding: [chunked] - x-ms-version: ['2017-04-17'] + x-ms-version: ['2017-07-29'] status: {code: 201, message: Created} - request: - body: '{"location": "westeurope", "properties": {"vmSize": "STANDARD_D1", "vmPriority": - "lowpriority", "scaleSettings": {"manual": {"targetNodeCount": 0, "nodeDeallocationOption": - "requeue"}}, "nodeSetup": {"mountVolumes": {"azureFileShares": [{"accountName": - "psdk9854121a", "azureFileUrl": "https://psdk9854121a.file.core.windows.net/share", - "credentials": {"accountKey": "Vfp52bETpw9iB8x+u0WVw2vwQRHY5F4WMqkx1nrkyTqh8wzGQwgAXIEGwwROAejWb9D7/oyy22Prgn8IZQCsCQ=="}, + body: '{"location": "northeurope"}' + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['27'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace","name":"workspace","type":"Microsoft.BatchAI/workspaces","location":"northeurope","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:13.218Z","creationTime":"2018-06-06T20:19:13.218Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['409'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 20:19:13 GMT'] + etag: ['"0x8D5CBEAC516C115"'] + expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 20:19:13 GMT'] + pragma: [no-cache] + request-id: [b62707e9-bf8b-48b1-84ce-e3579b487f88] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1197'] + status: {code: 200, message: OK} +- request: + body: '{"properties": {"vmSize": "STANDARD_D1", "vmPriority": "lowpriority", "scaleSettings": + {"manual": {"targetNodeCount": 0, "nodeDeallocationOption": "requeue"}}, "nodeSetup": + {"mountVolumes": {"azureFileShares": [{"accountName": "psdk9854121a", "azureFileUrl": + "https://psdk9854121a.file.core.windows.net/share", "credentials": {"accountKey": + "+kCedi8J2ugucU0DRa6a0VN0lNajnVbo/kX4c+jYYyTdUeK5dCBMA1Nti/0o1ZWT/hSdQ4U+Ru4dpQ0OtaqiEg=="}, "relativeMountPath": "azfiles", "fileMode": "0777", "directoryMode": "0777"}]}}, "userAccountSettings": {"adminUserName": "demoUser", "adminUserPassword": "Dem0Pa$$w0rd"}}}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['632'] + Content-Length: ['606'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/ab5f9770-0679-4ef0-8556-2b6cd3c7df0b?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b468df5-12e0-41ba-b313-00133904e4cf?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Thu, 15 Mar 2018 23:23:32 GMT'] + date: ['Wed, 06 Jun 2018 20:19:15 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/ab5f9770-0679-4ef0-8556-2b6cd3c7df0b?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/6b468df5-12e0-41ba-b313-00133904e4cf?api-version=2018-05-01'] pragma: [no-cache] - request-id: [386da4de-8885-4bf0-ac5e-3d58c5e07dd6] + request-id: [a7ca96d7-9362-44df-8645-a4880153266d] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] @@ -61,21 +94,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/ab5f9770-0679-4ef0-8556-2b6cd3c7df0b?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b468df5-12e0-41ba-b313-00133904e4cf?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/ab5f9770-0679-4ef0-8556-2b6cd3c7df0b","name":"ab5f9770-0679-4ef0-8556-2b6cd3c7df0b","status":"Succeeded","startTime":"2018-03-15T23:23:32.879Z","endTime":"2018-03-15T23:23:33.754Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_clusters_test_auto_scaling9854121a$cluster9854121a"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b468df5-12e0-41ba-b313-00133904e4cf","name":"6b468df5-12e0-41ba-b313-00133904e4cf","status":"Succeeded","startTime":"2018-06-06T20:19:15.631Z","endTime":"2018-06-06T20:19:16.605Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_clusters_test_auto_scaling9854121a$workspace$cluster9854121a"}}'} headers: cache-control: [no-cache] - content-length: ['470'] + content-length: ['481'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:23:48 GMT'] + date: ['Wed, 06 Jun 2018 20:19:30 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [59490b79-7271-4cbd-b533-b76f90056d31] + request-id: [7e514fb4-f0a3-4b4b-b9a0-7e0a2952286f] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -88,23 +121,23 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:23:34.184Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:19:17.24Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1204'] + content-length: ['1211'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:23:50 GMT'] - etag: ['"0x8D58ACBC4DFE537"'] + date: ['Wed, 06 Jun 2018 20:19:31 GMT'] + etag: ['"0x8D5CBEAC6848952"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:32 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:15 GMT'] pragma: [no-cache] - request-id: [adf156f4-469b-4284-a2a2-d6409e72b369] + request-id: [1ea12ca0-5f7e-4b65-ba8e-2f252920bca5] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -120,118 +153,120 @@ interactions: Connection: [keep-alive] Content-Length: ['119'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:23:34.184Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:19:17.24Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1215'] + content-length: ['1222'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:23:51 GMT'] - etag: ['"0x8D58ACBD02DEC1D"'] + date: ['Wed, 06 Jun 2018 20:19:33 GMT'] + etag: ['"0x8D5CBEAD13AD1AE"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:51 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:33 GMT'] pragma: [no-cache] - request-id: [d528eacb-b5aa-4b38-8665-081e37714665] + request-id: [0d24a1d0-4a00-402d-8d83-bbc2ee4f7813] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] vary: [Accept-Encoding] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] + x-ms-ratelimit-remaining-subscription-writes: ['1198'] status: {code: 200, message: OK} - request: - body: 'b''b\''b\\\''{"location": "westeurope", "properties": {"priority": 0, "cluster": - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"}, - "nodeCount": 1, "customToolkitSettings": {"commandLine": "echo hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"}, - "stdOutErrPathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles", "inputDirectories": - [{"id": "INPUT", "path": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}], "outputDirectories": - [{"id": "OUTPUTS", "pathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/", "pathSuffix": - "files", "type": "custom", "createNew": true}]}}\\\''\''''' + body: null headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['659'] + Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment?api-version=2018-05-01 response: - body: {string: ''} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment","name":"experiment","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:35.332Z","creationTime":"2018-06-06T20:19:35.332Z"}}'} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/4a2592bb-f9bd-46eb-9403-34e9001edfb3?api-version=2018-03-01'] cache-control: [no-cache] - content-length: ['0'] - date: ['Thu, 15 Mar 2018 23:23:54 GMT'] + content-length: ['420'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 20:19:35 GMT'] + etag: ['"0x8D5CBEAD2452B1F"'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/4a2592bb-f9bd-46eb-9403-34e9001edfb3?api-version=2018-03-01'] + last-modified: ['Wed, 06 Jun 2018 20:19:35 GMT'] pragma: [no-cache] - request-id: [4db6e362-20fb-458c-adcb-d7870d3baae7] + request-id: [3c3d2862-291a-44e3-ba09-d7dfbc65bfcd] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 202, message: Accepted} + x-ms-ratelimit-remaining-subscription-writes: ['1196'] + status: {code: 200, message: OK} - request: - body: null + body: 'b''{"properties": {"schedulingPriority": "normal", "cluster": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"}, + "nodeCount": 1, "customToolkitSettings": {"commandLine": "echo hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"}, + "stdOutErrPathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles", "inputDirectories": + [{"id": "INPUT", "path": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}], "outputDirectories": + [{"id": "OUTPUTS", "pathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/", "pathSuffix": + "files"}]}}''' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + Content-Length: ['634'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/4a2592bb-f9bd-46eb-9403-34e9001edfb3?api-version=2018-03-01 + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/4a2592bb-f9bd-46eb-9403-34e9001edfb3","name":"4a2592bb-f9bd-46eb-9403-34e9001edfb3","status":"Succeeded","startTime":"2018-03-15T23:23:55.323Z","endTime":"2018-03-15T23:23:56.198Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_clusters_test_auto_scaling9854121a$host_job"}}'} + body: {string: ''} headers: + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/acf81d06-8f62-4be9-a4c6-8a1288021ed3?api-version=2018-05-01'] cache-control: [no-cache] - content-length: ['463'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:24:11 GMT'] + content-length: ['0'] + date: ['Wed, 06 Jun 2018 20:19:35 GMT'] expires: ['-1'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/acf81d06-8f62-4be9-a4c6-8a1288021ed3?api-version=2018-05-01'] pragma: [no-cache] - request-id: [4280bdb8-22dd-4ca5-ba52-9920cdbd8bce] + request-id: [08217dac-c9cf-4c70-b09e-7ef42130ad13] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] x-content-type-options: [nosniff] - status: {code: 200, message: OK} + x-ms-ratelimit-remaining-subscription-writes: ['1195'] + status: {code: 202, message: Accepted} - request: body: null headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/acf81d06-8f62-4be9-a4c6-8a1288021ed3?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/acf81d06-8f62-4be9-a4c6-8a1288021ed3","name":"acf81d06-8f62-4be9-a4c6-8a1288021ed3","status":"Succeeded","startTime":"2018-06-06T20:19:36.383Z","endTime":"2018-06-06T20:19:36.696Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_clusters_test_auto_scaling9854121a$workspace$experiment$host_job"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['485'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:24:13 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:19:52 GMT'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] pragma: [no-cache] - request-id: [3d64dc22-ba93-43c3-9982-c6fde8e6d0c7] + request-id: [2f3e2a36-0dd8-4d48-93f5-8df126856877] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -244,26 +279,24 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] - accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:24:14 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:19:53 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [6a47557e-e19f-486b-90d0-107bbcae22cc] + request-id: [f9824e53-b9e5-4330-91e4-752f6ec85dd3] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -277,25 +310,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:24:37 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:19:54 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [2381afb9-3873-43c7-9e52-f11b25cff749] + request-id: [afff821e-8180-4df9-a732-b9a7c05ba958] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -309,25 +342,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:24:59 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:20:16 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [a4c40ff2-d0c0-47e0-99f9-66775b88181e] + request-id: [6f2209b2-1bc1-4d08-8dce-c2e19c9db706] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -341,25 +374,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:25:20 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:20:37 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [2793ed5d-d37f-40b0-ab1e-3c8cfaa27ab4] + request-id: [e7eedeee-2adb-41f2-aaca-5254b8e39eb2] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -373,25 +406,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:25:43 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:20:58 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [e7b96eae-180d-4694-a831-7d0bb2158dd9] + request-id: [362ad807-3b14-42ef-8a2a-e1480a1d2cc0] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -405,25 +438,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:26:04 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:21:19 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [2c6117d8-4658-42f8-a810-136516497693] + request-id: [22b06d8b-c80e-4ddf-a383-802622dc497c] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -437,25 +470,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:26:26 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:21:41 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [35c7f17b-5375-487d-9c4c-64a0942d5fd5] + request-id: [b2e1136c-410a-44bb-b230-171e15349446] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -469,25 +502,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:26:47 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:22:03 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [bff1243a-cb7f-465f-a097-4ec09a9b5b14] + request-id: [8697d361-b2cc-47e7-8b74-0dedb1acc724] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -501,25 +534,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:27:09 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:22:23 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [343c6a11-0baf-4d3e-9d8c-2fccd5766ac1] + request-id: [9a422fd7-b026-40d1-9ada-7446b7e83e94] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -533,25 +566,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:27:30 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:22:45 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [2a1eef58-5065-4a59-90a0-fbaf5aec0b8a] + request-id: [a0bf5978-fc64-4842-9c6c-bfc9b192c421] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -565,25 +598,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:27:52 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:23:06 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [4c023387-530e-41e0-bd95-c6a08cfef259] + request-id: [da1134c3-0e7f-4efa-9d50-df0a48a7d568] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -597,25 +630,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:28:13 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:23:28 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [f2726df5-e77c-4169-9bc8-a57b3d929a99] + request-id: [7f1667a0-f375-4134-bfc5-c4e5daa8b746] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -629,25 +662,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:28:35 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:23:50 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [67828e5e-58a5-453f-93bc-1d36c877177b] + request-id: [a3bb27b2-1e8b-4739-b4c2-93514f161ab1] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -661,25 +694,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:28:57 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:24:11 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [eadd444e-bdce-4caa-ad67-81981b06d1b2] + request-id: [29889bee-d38e-4d87-87bd-c96d30108062] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -693,25 +726,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:29:18 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:24:32 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [1bf6f4c7-fe74-4f63-a437-cb874d9d1613] + request-id: [696a3276-c237-46ca-a839-f419a920d74f] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -725,25 +758,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:29:40 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:24:54 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [0b965e53-ce0a-4dc6-8c16-459de4732632] + request-id: [39a9e2d6-afba-496d-a9c3-8adc2c938a77] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -757,25 +790,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:30:01 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:25:15 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [7ab121dd-98de-4193-9deb-c4fe207ae398] + request-id: [a94b9b08-9582-4401-bd81-7a0e0e1ede2f] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -789,25 +822,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:30:22 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:25:37 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [c0499624-7edc-4caa-a03c-cbdf5a53bbde] + request-id: [9f4859bf-c5dd-4ab2-9566-d6d002086e30] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -821,25 +854,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:30:44 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:25:58 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [940d008e-006e-4bee-81d3-e9101ce53355] + request-id: [4f6846a8-62bc-4ee1-b2df-39b059b7b620] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -853,25 +886,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:31:05 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:26:19 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [6da89d28-639f-4575-bd35-e4a6a26aa358] + request-id: [6f30b581-9b80-41a5-9a51-31bf37ea5a3e] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -885,25 +918,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:31:27 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:26:40 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [3c5957f3-cdaf-4f07-a0dc-27412beef860] + request-id: [5df453c0-7bb9-4756-aeca-847c1d7461be] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -917,25 +950,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:31:49 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:27:02 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [3b488179-af3f-43bb-8310-efe8979838fc] + request-id: [4c3942f0-4136-4d21-962b-9ee63724e8d8] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -949,25 +982,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:32:10 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:27:23 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [8ed19ea8-3f31-49fa-9ed3-3992201bb80a] + request-id: [2200b5c1-93e2-415f-9e2b-03c7af8970bd] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -981,25 +1014,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:32:32 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:27:44 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [2f57e691-da0d-48f2-bec5-c61a9ac34c2c] + request-id: [54d10c00-d7c2-4957-a82b-7cf154ce73a2] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1013,25 +1046,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:32:53 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:28:05 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [377795a5-de02-4da5-a9a9-fbe7b47e3333] + request-id: [93baeaf5-db72-403d-ac08-c7fcfec8f35f] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1045,25 +1078,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:33:14 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:28:27 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [9b05e511-1cb4-4fb1-9539-b58939d52a0f] + request-id: [024551fb-956f-4a60-8cd9-0b195bea278e] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1077,25 +1110,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:33:36 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:28:49 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [1cf882f6-4089-4f46-a42e-9144aa8b624c] + request-id: [8242ba94-a4f7-4993-97e4-f6d9d4aa5718] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1109,25 +1142,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:33:57 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:29:10 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [0305a991-a2d5-4224-bfd9-ce4b9475bb91] + request-id: [a42a9a83-3bcc-4534-91b1-21c410e4288b] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1141,25 +1174,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:34:18 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:29:32 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [e384ae40-5675-49d8-b765-87c5ca72eb94] + request-id: [81fa6272-2e5b-4f82-9747-24eee76cd94d] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1173,25 +1206,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:34:39 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:29:53 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [c8954e8f-4664-4106-a938-7366d9ab9f8a] + request-id: [e5b0a045-89d7-4bc9-b321-94cfc5613942] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1205,25 +1238,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:35:01 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:30:14 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [16b4166f-90b9-4e13-b3bb-0cdd89c90d1f] + request-id: [15fae534-689b-46b4-9bd0-9d93a37e49fd] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1237,25 +1270,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:35:22 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:30:35 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [68ae8ec1-ed96-472c-855c-abb54d3de11c] + request-id: [266b47d2-58a8-4e15-8502-e5063b33f82b] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1269,25 +1302,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:35:44 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:30:57 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [11d4acf2-dff7-4edb-a436-1966c776df3f] + request-id: [b5e7acbd-d3d2-400f-8ee9-b6e725c4c802] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1301,25 +1334,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:36:05 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:31:18 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [04fce068-4744-4e55-816f-a2e78a10f96b] + request-id: [d616f9f0-3856-4333-b031-4900a7aa8cbf] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1333,25 +1366,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:36:27 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:31:39 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [8d6b5726-7d24-40ff-841c-d84c0767160c] + request-id: [6148b5ba-0991-46d9-b03f-12919ddd468a] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1365,25 +1398,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:36:49 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:32:00 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [2f91d961-87b6-42c1-bc4f-ea5a5549b8ad] + request-id: [0f87b6fb-8a8c-489b-965f-ff82193069ce] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1397,25 +1430,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:37:10 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:32:22 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [60eb4de8-4967-4316-aab4-7c5803299d4e] + request-id: [e5145133-6847-4948-b936-4f33da81e4bc] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1429,25 +1462,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:37:32 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:32:44 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [24a45570-80de-4f67-b7ee-054b6e472b1c] + request-id: [e39fc3d5-7233-41c9-b665-34deb0f0f80c] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1461,25 +1494,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"queued","executionStateTransitionTime":"2018-03-15T23:23:55.308Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:19:36.368Z"}}'} headers: cache-control: [no-cache] - content-length: ['1279'] + content-length: ['1425'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:37:54 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:33:05 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [f5030805-38e1-4194-a6b4-14e4c5d2f9c2] + request-id: [765572f7-79b6-487a-bbdf-8b8a664abc35] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1493,25 +1526,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-15T23:23:55.308Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-15T23:23:56.167Z","executionState":"succeeded","executionStateTransitionTime":"2018-03-15T23:38:07.901Z","executionInfo":{"startTime":"2018-03-15T23:38:05.998Z","endTime":"2018-03-15T23:38:07.901Z","exitCode":0}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:19:36.368Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:19:36.665Z","executionState":"succeeded","executionStateTransitionTime":"2018-06-06T20:33:14.005Z","executionInfo":{"startTime":"2018-06-06T20:33:11.539Z","endTime":"2018-06-06T20:33:14.005Z","exitCode":0}}}'} headers: cache-control: [no-cache] - content-length: ['1389'] + content-length: ['1535'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:38:15 GMT'] - etag: ['"0x8D58ACBD23E3B4D"'] + date: ['Wed, 06 Jun 2018 20:33:27 GMT'] + etag: ['"0x8D5CBEAD2E32871"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:55 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:36 GMT'] pragma: [no-cache] - request-id: [6ea53a9a-69c8-4c78-85ac-fc0d74ad426e] + request-id: [224eaf0d-5254-44c6-98ac-f65e599c530a] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1526,22 +1559,22 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job/listOutputFiles?api-version=2018-03-01&outputdirectoryid=OUTPUTS&directory=.&linkexpiryinminutes=60&maxresults=1000 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job/listOutputFiles?api-version=2018-05-01&outputdirectoryid=OUTPUTS&directory=.&linkexpiryinminutes=60&maxresults=1000 response: - body: {string: '{"value":[{"name":"hi.txt","isDirectory":false,"downloadUrl":"https://psdk9854121a.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af/outputs/files/hi.txt?sv=2016-05-31&sr=f&sig=LkoI6NfCx1mbOpQUfKMC2WBraQyvPTX%2BUmwoaP7UYPI%3D&se=2018-03-16T00%3A38%3A17Z&sp=rl","properties":{"lastModified":"2018-03-15T23:38:07Z","contentLength":6}}]}'} + body: {string: '{"value":[{"name":"hi.txt","fileType":"file","downloadUrl":"https://psdk9854121a.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067/outputs/files/hi.txt?sv=2016-05-31&sr=f&sig=GncvL%2Fd%2BE6xN52gfZ%2BZQIFwmIaBDZKfdjz8Ey%2BJM3jQ%3D&se=2018-06-06T21%3A33%3A29Z&sp=rl","properties":{"lastModified":"2018-06-06T20:33:13Z","contentLength":6}}]}'} headers: cache-control: [no-cache] - content-length: ['453'] + content-length: ['501'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:38:16 GMT'] + date: ['Wed, 06 Jun 2018 20:33:29 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [bcd3c283-a638-4fdf-946d-9180ecbf1f86] + request-id: [a5689dc4-d64e-4578-9619-42497b79b443] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1556,7 +1589,7 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdk9854121a.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af/outputs/files/hi.txt?sv=2016-05-31&sr=f&sig=LkoI6NfCx1mbOpQUfKMC2WBraQyvPTX%2BUmwoaP7UYPI%3D&se=2018-03-16T00%3A38%3A17Z&sp=rl + uri: https://psdk9854121a.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067/outputs/files/hi.txt?sv=2016-05-31&sr=f&sig=GncvL%2Fd%2BE6xN52gfZ%2BZQIFwmIaBDZKfdjz8Ey%2BJM3jQ%3D&se=2018-06-06T21%3A33%3A29Z&sp=rl response: body: {string: 'hello @@ -1565,9 +1598,9 @@ interactions: accept-ranges: [bytes] content-length: ['6'] content-type: [application/octet-stream] - date: ['Thu, 15 Mar 2018 23:38:17 GMT'] - etag: ['"0x8D58ACDCE0EEDC3"'] - last-modified: ['Thu, 15 Mar 2018 23:38:07 GMT'] + date: ['Wed, 06 Jun 2018 20:33:30 GMT'] + etag: ['"0x8D5CBECBA0C8A3D"'] + last-modified: ['Wed, 06 Jun 2018 20:33:13 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -1580,22 +1613,22 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/jobs/host_job/listOutputFiles?api-version=2018-03-01&outputdirectoryid=stdouterr&directory=.&linkexpiryinminutes=60&maxresults=1000 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job/listOutputFiles?api-version=2018-05-01&outputdirectoryid=stdouterr&directory=.&linkexpiryinminutes=60&maxresults=1000 response: - body: {string: '{"value":[{"name":"execution.log","isDirectory":false,"downloadUrl":"https://psdk9854121a.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af/stdouterr/execution.log?sv=2016-05-31&sr=f&sig=PXnfKVikYupYp3IZHpYsQ8IDM0jI5uqZLU85fAie1JU%3D&se=2018-03-16T00%3A38%3A19Z&sp=rl","properties":{"lastModified":"2018-03-15T23:38:07Z","contentLength":181}},{"name":"stderr.txt","isDirectory":false,"downloadUrl":"https://psdk9854121a.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=99GMa5rZktzxS4OsBN8Z8tNBuVuOMvR7yxzJnq1Ctjs%3D&se=2018-03-16T00%3A38%3A19Z&sp=rl","properties":{"lastModified":"2018-03-15T23:38:07Z","contentLength":0}},{"name":"stdout.txt","isDirectory":false,"downloadUrl":"https://psdk9854121a.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=j9B%2BZNa2CQsrWC%2FWi%2FLFdqwIeD7qDWrZtJxzbI9N2ZE%3D&se=2018-03-16T00%3A38%3A19Z&sp=rl","properties":{"lastModified":"2018-03-15T23:38:07Z","contentLength":6}}]}'} + body: {string: '{"value":[{"name":"execution.log","fileType":"file","downloadUrl":"https://psdk9854121a.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067/stdouterr/execution.log?sv=2016-05-31&sr=f&sig=PutxzIUFpbkG6HOfDcGsUCCWpCSATOH0z3E0K3zMzH4%3D&se=2018-06-06T21%3A33%3A31Z&sp=rl","properties":{"lastModified":"2018-06-06T20:33:13Z","contentLength":3205}},{"name":"stderr.txt","fileType":"file","downloadUrl":"https://psdk9854121a.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=uULLXUd0RM8XybkWwXyPIxGcggTXWwhxgAkeKoohdLw%3D&se=2018-06-06T21%3A33%3A31Z&sp=rl","properties":{"lastModified":"2018-06-06T20:33:13Z","contentLength":0}},{"name":"stdout.txt","fileType":"file","downloadUrl":"https://psdk9854121a.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=nud%2BYsa8889u%2FvjT55v6NIRXBlZm1cHpComMZ0kNrc4%3D&se=2018-06-06T21%3A33%3A31Z&sp=rl","properties":{"lastModified":"2018-06-06T20:33:13Z","contentLength":6}}]}'} headers: cache-control: [no-cache] - content-length: ['1357'] + content-length: ['1482'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:38:18 GMT'] + date: ['Wed, 06 Jun 2018 20:33:30 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [d38b86e0-7037-475b-9b96-2b4418cd795d] + request-id: [07da9dd9-9d72-4ccf-8352-8e720ebfd0c3] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1610,16 +1643,16 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdk9854121a.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=99GMa5rZktzxS4OsBN8Z8tNBuVuOMvR7yxzJnq1Ctjs%3D&se=2018-03-16T00%3A38%3A19Z&sp=rl + uri: https://psdk9854121a.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=uULLXUd0RM8XybkWwXyPIxGcggTXWwhxgAkeKoohdLw%3D&se=2018-06-06T21%3A33%3A31Z&sp=rl response: body: {string: ''} headers: accept-ranges: [bytes] content-length: ['0'] content-type: [application/octet-stream] - date: ['Thu, 15 Mar 2018 23:38:19 GMT'] - etag: ['"0x8D58ACDCE037A02"'] - last-modified: ['Thu, 15 Mar 2018 23:38:07 GMT'] + date: ['Wed, 06 Jun 2018 20:33:31 GMT'] + etag: ['"0x8D5CBECB9FAAFD5"'] + last-modified: ['Wed, 06 Jun 2018 20:33:13 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -1632,7 +1665,7 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdk9854121a.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/jobs/host_job/1762ced7-d948-4d8d-a67a-4fcf1b98e6af/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=j9B%2BZNa2CQsrWC%2FWi%2FLFdqwIeD7qDWrZtJxzbI9N2ZE%3D&se=2018-03-16T00%3A38%3A19Z&sp=rl + uri: https://psdk9854121a.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_auto_scaling9854121a/workspaces/workspace/experiments/experiment/jobs/host_job/53e3868a-fffa-49d0-88e8-466b75816067/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=nud%2BYsa8889u%2FvjT55v6NIRXBlZm1cHpComMZ0kNrc4%3D&se=2018-06-06T21%3A33%3A31Z&sp=rl response: body: {string: 'hello @@ -1641,9 +1674,9 @@ interactions: accept-ranges: [bytes] content-length: ['6'] content-type: [application/octet-stream] - date: ['Thu, 15 Mar 2018 23:38:20 GMT'] - etag: ['"0x8D58ACDCE10C2D8"'] - last-modified: ['Thu, 15 Mar 2018 23:38:07 GMT'] + date: ['Wed, 06 Jun 2018 20:33:32 GMT'] + etag: ['"0x8D5CBECBA0F221F"'] + last-modified: ['Wed, 06 Jun 2018 20:33:13 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -1655,24 +1688,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:35:14.079Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:31:16.534Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1215'] + content-length: ['1223'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:38:22 GMT'] - etag: ['"0x8D58ACBD02DEC1D"'] + date: ['Wed, 06 Jun 2018 20:33:34 GMT'] + etag: ['"0x8D5CBEAD13AD1AE"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:51 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:33 GMT'] pragma: [no-cache] - request-id: [ed7aff2e-b4b8-42b4-a6e1-2bab1ef24c2d] + request-id: [5cfc64aa-3a4c-4e91-a5a8-13d35e787cbe] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1686,24 +1719,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:35:14.079Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:31:16.534Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1215'] + content-length: ['1223'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:38:44 GMT'] - etag: ['"0x8D58ACBD02DEC1D"'] + date: ['Wed, 06 Jun 2018 20:33:55 GMT'] + etag: ['"0x8D5CBEAD13AD1AE"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:51 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:33 GMT'] pragma: [no-cache] - request-id: [9e523e44-2a07-49e7-9524-bf7ee85e330a] + request-id: [bfe8a094-7225-4348-887e-f358d3047492] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1717,24 +1750,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:35:14.079Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:31:16.534Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1215'] + content-length: ['1223'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:39:05 GMT'] - etag: ['"0x8D58ACBD02DEC1D"'] + date: ['Wed, 06 Jun 2018 20:34:17 GMT'] + etag: ['"0x8D5CBEAD13AD1AE"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:51 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:33 GMT'] pragma: [no-cache] - request-id: [dcef0027-44d0-4ec4-af82-96b7499f34bb] + request-id: [77e30761-5afb-457b-8e66-a30b7213dd9b] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1748,24 +1781,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:35:14.079Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:31:16.534Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1215'] + content-length: ['1223'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:39:27 GMT'] - etag: ['"0x8D58ACBD02DEC1D"'] + date: ['Wed, 06 Jun 2018 20:34:38 GMT'] + etag: ['"0x8D5CBEAD13AD1AE"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:51 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:33 GMT'] pragma: [no-cache] - request-id: [99c7adf1-ddc7-4350-9ff5-7df3685d5c46] + request-id: [3e77d1f0-7375-4ca1-a4cd-4f021fbac395] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1779,24 +1812,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:35:14.079Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:31:16.534Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1215'] + content-length: ['1223'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:39:49 GMT'] - etag: ['"0x8D58ACBD02DEC1D"'] + date: ['Wed, 06 Jun 2018 20:34:58 GMT'] + etag: ['"0x8D5CBEAD13AD1AE"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:51 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:33 GMT'] pragma: [no-cache] - request-id: [74b5ff94-b703-4a75-b961-dbbbdc40b1b6] + request-id: [6c54cc9e-7417-4167-83f5-67efcb8fa9d7] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1810,24 +1843,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:35:14.079Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:31:16.534Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1215'] + content-length: ['1223'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:40:09 GMT'] - etag: ['"0x8D58ACBD02DEC1D"'] + date: ['Wed, 06 Jun 2018 20:35:19 GMT'] + etag: ['"0x8D5CBEAD13AD1AE"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:51 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:33 GMT'] pragma: [no-cache] - request-id: [04e367f0-1714-407f-965c-ae05f8ba23b8] + request-id: [1a548de6-370f-42fe-a8cd-ac181871687a] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1841,24 +1874,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:35:14.079Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:31:16.534Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1215'] + content-length: ['1223'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:40:32 GMT'] - etag: ['"0x8D58ACBD02DEC1D"'] + date: ['Wed, 06 Jun 2018 20:35:41 GMT'] + etag: ['"0x8D5CBEAD13AD1AE"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:51 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:33 GMT'] pragma: [no-cache] - request-id: [62e2a2aa-244b-444d-a7b7-82d7e2415464] + request-id: [66822f61-2d2b-4bb5-b58a-0d60e4ceee91] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1872,24 +1905,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:35:14.079Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:31:16.534Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1215'] + content-length: ['1223'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:40:53 GMT'] - etag: ['"0x8D58ACBD02DEC1D"'] + date: ['Wed, 06 Jun 2018 20:36:02 GMT'] + etag: ['"0x8D5CBEAD13AD1AE"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:51 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:33 GMT'] pragma: [no-cache] - request-id: [9b2959fd-3a57-4611-b17f-7f0adb221421] + request-id: [8b294210-3c09-4cfa-9586-9e5923a40172] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1903,24 +1936,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:35:14.079Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:31:16.534Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1215'] + content-length: ['1223'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:41:15 GMT'] - etag: ['"0x8D58ACBD02DEC1D"'] + date: ['Wed, 06 Jun 2018 20:36:24 GMT'] + etag: ['"0x8D5CBEAD13AD1AE"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:51 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:33 GMT'] pragma: [no-cache] - request-id: [680a7077-d58c-42b8-b0b2-8cf05fa01e25] + request-id: [a4d8798e-5ba5-4d55-bc2b-a9f616e9035c] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1934,24 +1967,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:35:14.079Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:31:16.534Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1215'] + content-length: ['1223'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:41:36 GMT'] - etag: ['"0x8D58ACBD02DEC1D"'] + date: ['Wed, 06 Jun 2018 20:36:45 GMT'] + etag: ['"0x8D5CBEAD13AD1AE"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:51 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:33 GMT'] pragma: [no-cache] - request-id: [c73b793d-7958-4dbd-8278-88fe39a60de8] + request-id: [d316b5fc-3103-4262-8c99-901968340a87] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1965,24 +1998,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:35:14.079Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:31:16.534Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1215'] + content-length: ['1223'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:41:57 GMT'] - etag: ['"0x8D58ACBD02DEC1D"'] + date: ['Wed, 06 Jun 2018 20:37:07 GMT'] + etag: ['"0x8D5CBEAD13AD1AE"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:51 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:33 GMT'] pragma: [no-cache] - request-id: [4704a650-fa1d-4884-99b9-8432c321ae05] + request-id: [062a954c-e3af-4295-a545-161e03bb4ed5] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1996,24 +2029,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:35:14.079Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:31:16.534Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1215'] + content-length: ['1223'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:42:19 GMT'] - etag: ['"0x8D58ACBD02DEC1D"'] + date: ['Wed, 06 Jun 2018 20:37:28 GMT'] + etag: ['"0x8D5CBEAD13AD1AE"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:51 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:33 GMT'] pragma: [no-cache] - request-id: [61627549-2178-419f-a09e-ce724f96a62a] + request-id: [c7c4fbf4-3d4e-4d7d-a211-2c45943a2ebd] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2027,24 +2060,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:35:14.079Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:31:16.534Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1215'] + content-length: ['1223'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:42:40 GMT'] - etag: ['"0x8D58ACBD02DEC1D"'] + date: ['Wed, 06 Jun 2018 20:37:50 GMT'] + etag: ['"0x8D5CBEAD13AD1AE"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:51 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:33 GMT'] pragma: [no-cache] - request-id: [f4aa3a28-07fc-40e4-896b-5144fffaa19d] + request-id: [c41085e0-e708-43ba-b2c8-a90e5391a339] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2058,24 +2091,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:35:14.079Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:31:16.534Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1215'] + content-length: ['1223'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:43:01 GMT'] - etag: ['"0x8D58ACBD02DEC1D"'] + date: ['Wed, 06 Jun 2018 20:38:11 GMT'] + etag: ['"0x8D5CBEAD13AD1AE"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:51 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:33 GMT'] pragma: [no-cache] - request-id: [0402f2b9-bd10-49b4-b8a7-fa21f733fad0] + request-id: [13f69f18-0c41-4263-b523-7fc8155030d9] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2089,24 +2122,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:35:14.079Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:31:16.534Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1215'] + content-length: ['1223'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:43:23 GMT'] - etag: ['"0x8D58ACBD02DEC1D"'] + date: ['Wed, 06 Jun 2018 20:38:32 GMT'] + etag: ['"0x8D5CBEAD13AD1AE"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:51 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:33 GMT'] pragma: [no-cache] - request-id: [05c4409f-c7d9-416e-9dbe-e39d35e383bc] + request-id: [361211a2-6d99-47c8-ab49-28a3e1396d0d] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2120,24 +2153,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:43:34.159Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:31:16.534Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1217'] + content-length: ['1223'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:43:44 GMT'] - etag: ['"0x8D58ACBD02DEC1D"'] + date: ['Wed, 06 Jun 2018 20:38:53 GMT'] + etag: ['"0x8D5CBEAD13AD1AE"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:51 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:33 GMT'] pragma: [no-cache] - request-id: [e61477a3-6827-4187-b767-f5d3bbe546db] + request-id: [b57fc464-a9c8-46fa-b3ba-71bf60289800] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2151,24 +2184,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:43:34.159Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:31:16.534Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1217'] + content-length: ['1223'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:44:07 GMT'] - etag: ['"0x8D58ACBD02DEC1D"'] + date: ['Wed, 06 Jun 2018 20:39:14 GMT'] + etag: ['"0x8D5CBEAD13AD1AE"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:51 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:33 GMT'] pragma: [no-cache] - request-id: [f265a832-6656-436a-835d-9023a2980053] + request-id: [7fd2f319-62af-4c38-abca-8ee3c255810f] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2182,24 +2215,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:43:34.159Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:39:16.987Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1217'] + content-length: ['1225'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:44:28 GMT'] - etag: ['"0x8D58ACBD02DEC1D"'] + date: ['Wed, 06 Jun 2018 20:39:34 GMT'] + etag: ['"0x8D5CBEAD13AD1AE"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:51 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:33 GMT'] pragma: [no-cache] - request-id: [d3496a5c-c650-43e1-9190-b711159f9364] + request-id: [55c7e0b6-e461-49cc-bac0-311f4fca6824] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2213,24 +2246,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:43:34.159Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:39:16.987Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1217'] + content-length: ['1225'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:44:50 GMT'] - etag: ['"0x8D58ACBD02DEC1D"'] + date: ['Wed, 06 Jun 2018 20:39:55 GMT'] + etag: ['"0x8D5CBEAD13AD1AE"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:51 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:33 GMT'] pragma: [no-cache] - request-id: [fc5cd415-a6ef-4f34-b457-2c8f152f2f0b] + request-id: [b1903ee7-0368-4d2d-9ce6-a03a7e83cac9] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2244,24 +2277,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:43:34.159Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:39:16.987Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1217'] + content-length: ['1225'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:45:11 GMT'] - etag: ['"0x8D58ACBD02DEC1D"'] + date: ['Wed, 06 Jun 2018 20:40:16 GMT'] + etag: ['"0x8D5CBEAD13AD1AE"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:51 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:33 GMT'] pragma: [no-cache] - request-id: [f655ebd4-546a-43a1-bd44-3789ae09de0d] + request-id: [02807172-aa54-419e-878d-f092e434b2c5] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2275,24 +2308,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:43:34.159Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:39:16.987Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1217'] + content-length: ['1225'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:45:33 GMT'] - etag: ['"0x8D58ACBD02DEC1D"'] + date: ['Wed, 06 Jun 2018 20:40:38 GMT'] + etag: ['"0x8D5CBEAD13AD1AE"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:51 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:33 GMT'] pragma: [no-cache] - request-id: [15c66593-9e68-4995-8fca-80a30442b27f] + request-id: [31d2c38c-1479-48e3-8dfa-1e1a2d0f726b] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2306,24 +2339,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:43:34.159Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:39:16.987Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1217'] + content-length: ['1225'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:45:55 GMT'] - etag: ['"0x8D58ACBD02DEC1D"'] + date: ['Wed, 06 Jun 2018 20:40:59 GMT'] + etag: ['"0x8D5CBEAD13AD1AE"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:51 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:33 GMT'] pragma: [no-cache] - request-id: [99a9ccc7-968b-4e2e-8976-566040329918] + request-id: [7b1fb026-c5be-4cb7-ae27-c8a7190415fa] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2337,24 +2370,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:43:34.159Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:39:16.987Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1217'] + content-length: ['1225'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:46:17 GMT'] - etag: ['"0x8D58ACBD02DEC1D"'] + date: ['Wed, 06 Jun 2018 20:41:21 GMT'] + etag: ['"0x8D5CBEAD13AD1AE"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:51 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:33 GMT'] pragma: [no-cache] - request-id: [44d219ba-3bec-49c8-92e0-898fd09d58d3] + request-id: [cd05fcb7-b0e9-4952-9190-c93974802c57] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2368,24 +2401,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:43:34.159Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:39:16.987Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1217'] + content-length: ['1225'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:46:38 GMT'] - etag: ['"0x8D58ACBD02DEC1D"'] + date: ['Wed, 06 Jun 2018 20:41:42 GMT'] + etag: ['"0x8D5CBEAD13AD1AE"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:51 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:33 GMT'] pragma: [no-cache] - request-id: [24230f94-bf14-4a03-8331-47ea708d8431] + request-id: [e2e21838-d85a-4767-885a-b5bead90ac4d] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2399,24 +2432,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:43:34.159Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:39:16.987Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1217'] + content-length: ['1225'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:46:59 GMT'] - etag: ['"0x8D58ACBD02DEC1D"'] + date: ['Wed, 06 Jun 2018 20:42:03 GMT'] + etag: ['"0x8D5CBEAD13AD1AE"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:51 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:33 GMT'] pragma: [no-cache] - request-id: [099684d9-0483-4468-bbb4-64e6223b15bf] + request-id: [af25391f-2a05-4285-96d8-b06016e4f7ea] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2430,24 +2463,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:43:34.159Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:39:16.987Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1217'] + content-length: ['1225'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:47:21 GMT'] - etag: ['"0x8D58ACBD02DEC1D"'] + date: ['Wed, 06 Jun 2018 20:42:24 GMT'] + etag: ['"0x8D5CBEAD13AD1AE"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:51 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:33 GMT'] pragma: [no-cache] - request-id: [615e8433-7a67-478c-a1df-bad4f2a73ff2] + request-id: [0a9f04c2-a301-41bd-bc19-5ecd88ff1965] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2461,24 +2494,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:43:34.159Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:39:16.987Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1217'] + content-length: ['1225'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:47:42 GMT'] - etag: ['"0x8D58ACBD02DEC1D"'] + date: ['Wed, 06 Jun 2018 20:42:45 GMT'] + etag: ['"0x8D5CBEAD13AD1AE"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:51 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:33 GMT'] pragma: [no-cache] - request-id: [81820538-a3fd-433c-a166-147c1a125987] + request-id: [bc0a08a3-0f5c-4bf7-a7ac-c91c97b756f8] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2492,24 +2525,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:43:34.159Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:39:16.987Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1217'] + content-length: ['1225'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:48:04 GMT'] - etag: ['"0x8D58ACBD02DEC1D"'] + date: ['Wed, 06 Jun 2018 20:43:07 GMT'] + etag: ['"0x8D5CBEAD13AD1AE"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:51 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:33 GMT'] pragma: [no-cache] - request-id: [ff21bcde-847b-4cca-9777-76ce432cd63e] + request-id: [67b2f7a9-56d3-4e6b-a551-afde744bb35c] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2523,24 +2556,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:23:32.879Z","allocationStateTransitionTime":"2018-03-15T23:48:25.626Z","provisioningStateTransitionTime":"2018-03-15T23:23:33.726Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a","name":"cluster9854121a","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:19:15.615Z","allocationStateTransitionTime":"2018-06-06T20:43:22.075Z","provisioningStateTransitionTime":"2018-06-06T20:19:16.573Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"autoScale":{"minimumNodeCount":0,"maximumNodeCount":1,"initialNodeCount":0}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk9854121a","azureFileUrl":"https://psdk9854121a.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1215'] + content-length: ['1223'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:48:25 GMT'] - etag: ['"0x8D58ACBD02DEC1D"'] + date: ['Wed, 06 Jun 2018 20:43:28 GMT'] + etag: ['"0x8D5CBEAD13AD1AE"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:23:51 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:19:33 GMT'] pragma: [no-cache] - request-id: [900b362d-3373-4a19-9a92-43dc04066e17] + request-id: [a82d082f-54f0-4298-9716-4459e11317a1] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2555,27 +2588,27 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/clusters/cluster9854121a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_auto_scaling9854121a/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster9854121a?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/dcd08b7d-c08c-4397-aff7-36b87c663030?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/120cc09d-db6d-491a-b93e-c55727f10018?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Thu, 15 Mar 2018 23:48:28 GMT'] + date: ['Wed, 06 Jun 2018 20:43:30 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/dcd08b7d-c08c-4397-aff7-36b87c663030?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/120cc09d-db6d-491a-b93e-c55727f10018?api-version=2018-05-01'] pragma: [no-cache] - request-id: [2018258c-aaca-4d9f-9bbe-d33b48a434c6] + request-id: [ea2ca04d-72b4-4e2e-b1e5-6d9199df889a] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] status: {code: 202, message: Accepted} - request: body: null @@ -2583,21 +2616,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/dcd08b7d-c08c-4397-aff7-36b87c663030?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/120cc09d-db6d-491a-b93e-c55727f10018?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/dcd08b7d-c08c-4397-aff7-36b87c663030","name":"dcd08b7d-c08c-4397-aff7-36b87c663030","status":"InProgress","startTime":"2018-03-15T23:48:28.266Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/120cc09d-db6d-491a-b93e-c55727f10018","name":"120cc09d-db6d-491a-b93e-c55727f10018","status":"InProgress","startTime":"2018-06-06T20:43:30.607Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:48:43 GMT'] + date: ['Wed, 06 Jun 2018 20:43:46 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [cf963f2e-3b0f-4185-8d69-12844b378fae] + request-id: [23853468-b6b2-4309-84bc-2c3fe5a75fb6] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2610,21 +2643,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/dcd08b7d-c08c-4397-aff7-36b87c663030?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/120cc09d-db6d-491a-b93e-c55727f10018?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/dcd08b7d-c08c-4397-aff7-36b87c663030","name":"dcd08b7d-c08c-4397-aff7-36b87c663030","status":"Succeeded","startTime":"2018-03-15T23:48:28.266Z","endTime":"2018-03-15T23:48:58.911Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_clusters_test_auto_scaling9854121a$cluster9854121a"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/120cc09d-db6d-491a-b93e-c55727f10018","name":"120cc09d-db6d-491a-b93e-c55727f10018","status":"Succeeded","startTime":"2018-06-06T20:43:30.607Z","endTime":"2018-06-06T20:44:01.225Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_clusters_test_auto_scaling9854121a$workspace$cluster9854121a"}}'} headers: cache-control: [no-cache] - content-length: ['470'] + content-length: ['481'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:49:16 GMT'] + date: ['Wed, 06 Jun 2018 20:44:17 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [b06dc683-3d09-4616-aa75-09d087b8e27f] + request-id: [fb477c39-c8fc-414e-9234-475d4049c20b] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] diff --git a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_clusters.test_cluster_resizing.yaml b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_clusters.test_cluster_resizing.yaml index db14c4df7473..2bb60ebed3b6 100644 --- a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_clusters.test_cluster_resizing.yaml +++ b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_clusters.test_cluster_resizing.yaml @@ -4,169 +4,111 @@ interactions: headers: Connection: [keep-alive] Content-Length: ['0'] - User-Agent: [Azure-Storage/0.36.0 (Python CPython 3.6.4; Linux 4.15.6-300.fc27.x86_64)] - x-ms-date: ['Thu, 15 Mar 2018 23:49:55 GMT'] - x-ms-version: ['2017-04-17'] + User-Agent: [Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Linux 4.16.12-300.fc28.x86_64)] + x-ms-date: ['Wed, 06 Jun 2018 20:44:50 GMT'] + x-ms-version: ['2017-07-29'] method: PUT uri: https://psdke61f13ed.file.core.windows.net/share?restype=share response: body: {string: ''} headers: - date: ['Thu, 15 Mar 2018 23:49:55 GMT'] - etag: ['"0x8D58ACF74620385"'] - last-modified: ['Thu, 15 Mar 2018 23:49:55 GMT'] + date: ['Wed, 06 Jun 2018 20:44:50 GMT'] + etag: ['"0x8D5CBEE59A798F8"'] + last-modified: ['Wed, 06 Jun 2018 20:44:50 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] transfer-encoding: [chunked] - x-ms-version: ['2017-04-17'] + x-ms-version: ['2017-07-29'] status: {code: 201, message: Created} - request: - body: '{"location": "westeurope", "properties": {"vmSize": "STANDARD_D1", "vmPriority": - "lowpriority", "scaleSettings": {"manual": {"targetNodeCount": 1, "nodeDeallocationOption": - "requeue"}}, "nodeSetup": {"mountVolumes": {"azureFileShares": [{"accountName": - "psdke61f13ed", "azureFileUrl": "https://psdke61f13ed.file.core.windows.net/share", - "credentials": {"accountKey": "N1MdAnzjxFs+h/gVRCB35XH3FR+zI2yN2Nd//84yVqLVeyR7eTDaaG4HbxET6Xa2gj/zTznZapuGU5x0hdBQxg=="}, - "relativeMountPath": "azfiles", "fileMode": "0777", "directoryMode": "0777"}]}}, - "userAccountSettings": {"adminUserName": "demoUser", "adminUserPassword": "Dem0Pa$$w0rd"}}}' + body: '{"location": "northeurope"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['632'] + Content-Length: ['27'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 - response: - body: {string: ''} - headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/41823606-6819-4828-b8c4-6db910f71c4f?api-version=2018-03-01'] - cache-control: [no-cache] - content-length: ['0'] - date: ['Thu, 15 Mar 2018 23:49:59 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/41823606-6819-4828-b8c4-6db910f71c4f?api-version=2018-03-01'] - pragma: [no-cache] - request-id: [d4bddb4e-9709-4f26-8ef5-79a8289c5ec4] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 - Azure-SDK-For-Python] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/41823606-6819-4828-b8c4-6db910f71c4f?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/41823606-6819-4828-b8c4-6db910f71c4f","name":"41823606-6819-4828-b8c4-6db910f71c4f","status":"Succeeded","startTime":"2018-03-15T23:49:58.981Z","endTime":"2018-03-15T23:49:59.575Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed$clustere61f13ed"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace","name":"workspace","type":"Microsoft.BatchAI/workspaces","location":"northeurope","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:44:53.04Z","creationTime":"2018-06-06T20:44:53.04Z"}}'} headers: cache-control: [no-cache] - content-length: ['474'] + content-length: ['411'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:50:15 GMT'] + date: ['Wed, 06 Jun 2018 20:44:53 GMT'] + etag: ['"0x8D5CBEE5AE4F945"'] expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 20:44:53 GMT'] pragma: [no-cache] - request-id: [468904aa-c7e5-405a-895c-31ff28fd65a6] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - 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.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 - Azure-SDK-For-Python] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 - response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:49:58.966Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} - headers: - cache-control: [no-cache] - content-length: ['1210'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:50:16 GMT'] - etag: ['"0x8D58ACF76418067"'] - expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:49:58 GMT'] - pragma: [no-cache] - request-id: [e827b372-ddb4-4512-a8fa-e8330ef3aa34] + request-id: [3b815ba2-9ab7-4477-9cea-2dd0643aeb39] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] vary: [Accept-Encoding] x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1197'] status: {code: 200, message: OK} - request: - body: null + body: '{"properties": {"vmSize": "STANDARD_D1", "vmPriority": "lowpriority", "scaleSettings": + {"manual": {"targetNodeCount": 1, "nodeDeallocationOption": "requeue"}}, "nodeSetup": + {"mountVolumes": {"azureFileShares": [{"accountName": "psdke61f13ed", "azureFileUrl": + "https://psdke61f13ed.file.core.windows.net/share", "credentials": {"accountKey": + "E/hFJpRewCdX7vOKeBXe4dvmp5sjIBG9+nbRlmExBQBRO5dNKsa7JnLhMC5S0r42YnzE9h2sKAPXJU61DaD3iQ=="}, + "relativeMountPath": "azfiles", "fileMode": "0777", "directoryMode": "0777"}]}}, + "userAccountSettings": {"adminUserName": "demoUser", "adminUserPassword": "Dem0Pa$$w0rd"}}}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] + Content-Length: ['606'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:49:58.966Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: ''} headers: + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/814e1da3-df1b-4748-ae34-5d66209c008d?api-version=2018-05-01'] cache-control: [no-cache] - content-length: ['1210'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:50:17 GMT'] - etag: ['"0x8D58ACF76418067"'] + content-length: ['0'] + date: ['Wed, 06 Jun 2018 20:44:55 GMT'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:49:58 GMT'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/814e1da3-df1b-4748-ae34-5d66209c008d?api-version=2018-05-01'] pragma: [no-cache] - request-id: [a580ff87-ab1a-4699-9f77-2a73b2493cb3] + request-id: [05e8edaf-eedd-4905-b940-df57eeaa915b] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] x-content-type-options: [nosniff] - status: {code: 200, message: OK} + x-ms-ratelimit-remaining-subscription-writes: ['1198'] + status: {code: 202, message: Accepted} - request: body: null headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] - accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/814e1da3-df1b-4748-ae34-5d66209c008d?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:49:58.966Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/814e1da3-df1b-4748-ae34-5d66209c008d","name":"814e1da3-df1b-4748-ae34-5d66209c008d","status":"Succeeded","startTime":"2018-06-06T20:44:55.25Z","endTime":"2018-06-06T20:44:56.265Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed$workspace$clustere61f13ed"}}'} headers: cache-control: [no-cache] - content-length: ['1210'] + content-length: ['484'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:50:37 GMT'] - etag: ['"0x8D58ACF76418067"'] + date: ['Wed, 06 Jun 2018 20:45:11 GMT'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:49:58 GMT'] pragma: [no-cache] - request-id: [606c4076-666f-4f7c-8618-8d62a261628d] + request-id: [c40bd4fe-f460-4428-aa72-134ef00c6727] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -179,25 +121,23 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] - accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:49:58.966Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:44:55.25Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1210'] + content-length: ['1216'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:50:59 GMT'] - etag: ['"0x8D58ACF76418067"'] + date: ['Wed, 06 Jun 2018 20:45:11 GMT'] + etag: ['"0x8D5CBEE5C362F82"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:49:58 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:44:55 GMT'] pragma: [no-cache] - request-id: [cdeeb0d9-4dce-44c1-9dc6-80ec4504c5e7] + request-id: [bb5fb27d-a38e-4a9d-a16a-a7ee56ae4fe5] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -211,24 +151,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:51:19.567Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:44:55.25Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1208'] + content-length: ['1216'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:51:21 GMT'] - etag: ['"0x8D58ACF76418067"'] + date: ['Wed, 06 Jun 2018 20:45:12 GMT'] + etag: ['"0x8D5CBEE5C362F82"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:49:58 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:44:55 GMT'] pragma: [no-cache] - request-id: [5f089092-db0e-46b7-8fe0-eb9471349aba] + request-id: [df8e9367-84d4-478a-8cc5-449dcc36d29e] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -242,24 +182,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:51:19.567Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:44:55.25Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1208'] + content-length: ['1216'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:51:42 GMT'] - etag: ['"0x8D58ACF76418067"'] + date: ['Wed, 06 Jun 2018 20:45:34 GMT'] + etag: ['"0x8D5CBEE5C362F82"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:49:58 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:44:55 GMT'] pragma: [no-cache] - request-id: [f0f6d19c-9d84-43cf-ad2f-9ff47e5a5204] + request-id: [49822f06-dc7b-4091-843c-b7582d0be6c2] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -273,24 +213,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:51:19.567Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:44:55.25Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1208'] + content-length: ['1216'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:52:03 GMT'] - etag: ['"0x8D58ACF76418067"'] + date: ['Wed, 06 Jun 2018 20:45:55 GMT'] + etag: ['"0x8D5CBEE5C362F82"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:49:58 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:44:55 GMT'] pragma: [no-cache] - request-id: [735ff8c0-28d6-4aa6-8565-5b2e5612449e] + request-id: [186a5370-4183-4195-b29c-81aaea3d774f] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -304,24 +244,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:51:19.567Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:44:55.25Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1208'] + content-length: ['1216'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:52:25 GMT'] - etag: ['"0x8D58ACF76418067"'] + date: ['Wed, 06 Jun 2018 20:46:16 GMT'] + etag: ['"0x8D5CBEE5C362F82"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:49:58 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:44:55 GMT'] pragma: [no-cache] - request-id: [0d38da28-333c-4ee8-990e-8464767a3935] + request-id: [0da56ea1-d23a-40a8-ae5b-7a93ae3d0d41] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -335,24 +275,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:51:19.567Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:44:55.25Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1208'] + content-length: ['1216'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:52:47 GMT'] - etag: ['"0x8D58ACF76418067"'] + date: ['Wed, 06 Jun 2018 20:46:37 GMT'] + etag: ['"0x8D5CBEE5C362F82"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:49:58 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:44:55 GMT'] pragma: [no-cache] - request-id: [a8c21a98-e3ba-43e5-bcef-4104b513f96e] + request-id: [7626c766-5bf6-4be8-a3a9-ea1493290e37] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -366,24 +306,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:51:19.567Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:46:46.346Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1208'] + content-length: ['1215'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:53:07 GMT'] - etag: ['"0x8D58ACF76418067"'] + date: ['Wed, 06 Jun 2018 20:46:58 GMT'] + etag: ['"0x8D5CBEE5C362F82"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:49:58 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:44:55 GMT'] pragma: [no-cache] - request-id: [9eaaaabd-7acd-4a51-ab16-1824d0d0bb4a] + request-id: [99dbcf1e-d446-43e9-b502-cac14790ead9] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -397,24 +337,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:51:19.567Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:46:46.346Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1208'] + content-length: ['1215'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:53:29 GMT'] - etag: ['"0x8D58ACF76418067"'] + date: ['Wed, 06 Jun 2018 20:47:19 GMT'] + etag: ['"0x8D5CBEE5C362F82"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:49:58 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:44:55 GMT'] pragma: [no-cache] - request-id: [03f8132c-130f-4af4-98d0-11543ab32d52] + request-id: [11e3b6d2-b654-4af0-86c6-64bcf0b46e8d] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -428,24 +368,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:51:19.567Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:46:46.346Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1208'] + content-length: ['1215'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:53:50 GMT'] - etag: ['"0x8D58ACF76418067"'] + date: ['Wed, 06 Jun 2018 20:47:40 GMT'] + etag: ['"0x8D5CBEE5C362F82"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:49:58 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:44:55 GMT'] pragma: [no-cache] - request-id: [6e9795d5-2433-49c5-8a0d-ee647bace093] + request-id: [27d89341-cad9-47a5-9a40-88ea9b5a07e9] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -459,24 +399,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:51:19.567Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:46:46.346Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1208'] + content-length: ['1215'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:54:12 GMT'] - etag: ['"0x8D58ACF76418067"'] + date: ['Wed, 06 Jun 2018 20:48:01 GMT'] + etag: ['"0x8D5CBEE5C362F82"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:49:58 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:44:55 GMT'] pragma: [no-cache] - request-id: [b3fa86c8-4ad3-473e-9e2b-bfa10905300f] + request-id: [446a82a7-5af6-45d6-9be1-83b99e3126f5] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -489,63 +429,30 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 - Azure-SDK-For-Python] - accept-language: [en-US] - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed/listRemoteLoginInformation?api-version=2018-03-01 - response: - body: {string: '{"value":[{"nodeId":"tvm-2346434939_1-20180315t235118z-p","ipAddress":"52.178.69.93","port":50000}]}'} - headers: - cache-control: [no-cache] - content-length: ['100'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:54:13 GMT'] - expires: ['-1'] - pragma: [no-cache] - request-id: [7c39742a-01e4-4dab-89c8-ea3f530efbe1] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: '{"properties": {"scaleSettings": {"manual": {"targetNodeCount": 0, "nodeDeallocationOption": - "requeue"}}}}' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - Content-Length: ['106'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] - method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:51:19.567Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:46:46.346Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1208'] + content-length: ['1215'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:54:15 GMT'] - etag: ['"0x8D58AD00F589631"'] + date: ['Wed, 06 Jun 2018 20:48:23 GMT'] + etag: ['"0x8D5CBEE5C362F82"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:54:15 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:44:55 GMT'] pragma: [no-cache] - request-id: [840f96e9-3826-4136-bcc3-3cfccf3309a9] + request-id: [e3a4d03a-e952-404c-a9be-e4065b3f9f31] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] vary: [Accept-Encoding] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] status: {code: 200, message: OK} - request: body: null @@ -554,24 +461,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:54:15.996Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:46:46.346Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1210'] + content-length: ['1215'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:54:16 GMT'] - etag: ['"0x8D58AD00F589631"'] + date: ['Wed, 06 Jun 2018 20:48:43 GMT'] + etag: ['"0x8D5CBEE5C362F82"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:54:15 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:44:55 GMT'] pragma: [no-cache] - request-id: [57101468-5629-4865-bf07-8b883449a75e] + request-id: [19eb3dc5-4bdf-4957-a006-ba0183046505] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -585,24 +492,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:54:15.996Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:46:46.346Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1210'] + content-length: ['1215'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:54:38 GMT'] - etag: ['"0x8D58AD00F589631"'] + date: ['Wed, 06 Jun 2018 20:49:05 GMT'] + etag: ['"0x8D5CBEE5C362F82"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:54:15 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:44:55 GMT'] pragma: [no-cache] - request-id: [6dcb9baa-4bb4-4d97-83d4-df497e9dd34b] + request-id: [ab14ed1b-a0b5-4a06-90e1-40f6d1b1d87a] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -616,24 +523,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:54:15.996Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:46:46.346Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1210'] + content-length: ['1215'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:55:00 GMT'] - etag: ['"0x8D58AD00F589631"'] + date: ['Wed, 06 Jun 2018 20:49:27 GMT'] + etag: ['"0x8D5CBEE5C362F82"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:54:15 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:44:55 GMT'] pragma: [no-cache] - request-id: [7ca6735a-f3f2-48ef-85b9-16efcf2af386] + request-id: [f73f37ae-f8c7-4c49-8d8d-6b076f00b173] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -647,24 +554,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:54:15.996Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:46:46.346Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1210'] + content-length: ['1215'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:55:21 GMT'] - etag: ['"0x8D58AD00F589631"'] + date: ['Wed, 06 Jun 2018 20:49:48 GMT'] + etag: ['"0x8D5CBEE5C362F82"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:54:15 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:44:55 GMT'] pragma: [no-cache] - request-id: [7bb482c2-61eb-4b1e-b341-d604a53bc57f] + request-id: [993dc607-ccd2-41d9-93d5-5bcb4494f893] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -677,25 +584,24 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] + Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed/listRemoteLoginInformation?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:54:15.996Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"value":[{"nodeId":"tvm-171039672_1-20180606t204645z-p","ipAddress":"104.41.217.143","port":50000}]}'} headers: cache-control: [no-cache] - content-length: ['1210'] + content-length: ['101'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:55:42 GMT'] - etag: ['"0x8D58AD00F589631"'] + date: ['Wed, 06 Jun 2018 20:49:49 GMT'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:54:15 GMT'] pragma: [no-cache] - request-id: [dd8f26e4-8083-4b59-95fe-146c0569ca93] + request-id: [2cb19fc1-52fa-4685-b0e6-caf9f86948e1] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -703,35 +609,38 @@ interactions: x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: null + body: '{"properties": {"scaleSettings": {"manual": {"targetNodeCount": 0, "nodeDeallocationOption": + "requeue"}}}}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] + Content-Length: ['106'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:54:15.996Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:46:46.346Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1210'] + content-length: ['1215'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:56:04 GMT'] - etag: ['"0x8D58AD00F589631"'] + date: ['Wed, 06 Jun 2018 20:49:50 GMT'] + etag: ['"0x8D5CBEF0C414994"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:54:15 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:49:50 GMT'] pragma: [no-cache] - request-id: [0607f29d-deeb-455a-bff4-557359740c1a] + request-id: [5ccae22f-6737-4ef1-ad3d-fc5414de0f26] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] vary: [Accept-Encoding] x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1196'] status: {code: 200, message: OK} - request: body: null @@ -740,24 +649,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:54:15.996Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:49:50.711Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1210'] + content-length: ['1217'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:56:25 GMT'] - etag: ['"0x8D58AD00F589631"'] + date: ['Wed, 06 Jun 2018 20:49:51 GMT'] + etag: ['"0x8D5CBEF0C414994"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:54:15 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:49:50 GMT'] pragma: [no-cache] - request-id: [360b8916-27fb-46ab-9ff7-9a76c1178a47] + request-id: [e7e21bac-ba15-4941-8c1b-bda28771b1da] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -771,24 +680,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:54:15.996Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:49:50.711Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1210'] + content-length: ['1217'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:56:47 GMT'] - etag: ['"0x8D58AD00F589631"'] + date: ['Wed, 06 Jun 2018 20:50:11 GMT'] + etag: ['"0x8D5CBEF0C414994"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:54:15 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:49:50 GMT'] pragma: [no-cache] - request-id: [00560c84-5b45-471d-9518-c46381f48233] + request-id: [9e10ac7b-c8d7-4def-85ca-2df664092067] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -802,24 +711,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:54:15.996Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:49:50.711Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1210'] + content-length: ['1217'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:57:09 GMT'] - etag: ['"0x8D58AD00F589631"'] + date: ['Wed, 06 Jun 2018 20:50:33 GMT'] + etag: ['"0x8D5CBEF0C414994"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:54:15 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:49:50 GMT'] pragma: [no-cache] - request-id: [1b1cc085-103f-425e-8fb1-660dcea1e30b] + request-id: [44af6a99-e4a1-417c-b1b9-2e2381081044] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -833,24 +742,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:54:15.996Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:49:50.711Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1210'] + content-length: ['1217'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:57:30 GMT'] - etag: ['"0x8D58AD00F589631"'] + date: ['Wed, 06 Jun 2018 20:50:55 GMT'] + etag: ['"0x8D5CBEF0C414994"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:54:15 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:49:50 GMT'] pragma: [no-cache] - request-id: [43bd7751-829d-4694-80b7-7b75eda8e4d9] + request-id: [a3175e2e-6e97-4313-9969-48eca0fe7583] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -864,24 +773,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:54:15.996Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:49:50.711Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1210'] + content-length: ['1217'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:57:51 GMT'] - etag: ['"0x8D58AD00F589631"'] + date: ['Wed, 06 Jun 2018 20:51:15 GMT'] + etag: ['"0x8D5CBEF0C414994"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:54:15 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:49:50 GMT'] pragma: [no-cache] - request-id: [2def7f27-80c5-4d87-9e21-7b3228956541] + request-id: [8414be4e-5b7b-43f6-86dc-30d0b61c5c04] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -895,24 +804,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:54:15.996Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:49:50.711Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1210'] + content-length: ['1217'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:58:13 GMT'] - etag: ['"0x8D58AD00F589631"'] + date: ['Wed, 06 Jun 2018 20:51:36 GMT'] + etag: ['"0x8D5CBEF0C414994"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:54:15 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:49:50 GMT'] pragma: [no-cache] - request-id: [1a8f1c73-17f4-4b4b-9cab-968ed9b737c2] + request-id: [7f1290d0-1f8b-4e94-9318-6e951c4211db] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -926,24 +835,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:54:15.996Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:49:50.711Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1210'] + content-length: ['1217'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:58:34 GMT'] - etag: ['"0x8D58AD00F589631"'] + date: ['Wed, 06 Jun 2018 20:51:58 GMT'] + etag: ['"0x8D5CBEF0C414994"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:54:15 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:49:50 GMT'] pragma: [no-cache] - request-id: [7891aaca-7d36-4369-9dbc-0321899af723] + request-id: [f0f79396-bd2f-416f-bcc6-3b28b35fc512] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -957,24 +866,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:54:15.996Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:49:50.711Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1210'] + content-length: ['1217'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:58:56 GMT'] - etag: ['"0x8D58AD00F589631"'] + date: ['Wed, 06 Jun 2018 20:52:19 GMT'] + etag: ['"0x8D5CBEF0C414994"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:54:15 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:49:50 GMT'] pragma: [no-cache] - request-id: [f83a2f5c-2e5c-49c1-85bb-3c66d735aa03] + request-id: [92112ceb-48c2-45f5-a7a1-7cc79e2f7113] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -988,24 +897,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:54:15.996Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:49:50.711Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1210'] + content-length: ['1217'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:59:18 GMT'] - etag: ['"0x8D58AD00F589631"'] + date: ['Wed, 06 Jun 2018 20:52:41 GMT'] + etag: ['"0x8D5CBEF0C414994"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:54:15 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:49:50 GMT'] pragma: [no-cache] - request-id: [ffe0c452-23fa-4446-82ad-0912052b8da9] + request-id: [87d66d2d-4dfa-4b32-8ad5-eead430fbf65] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1019,24 +928,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:54:15.996Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:49:50.711Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1210'] + content-length: ['1217'] content-type: [application/json; charset=utf-8] - date: ['Thu, 15 Mar 2018 23:59:39 GMT'] - etag: ['"0x8D58AD00F589631"'] + date: ['Wed, 06 Jun 2018 20:53:02 GMT'] + etag: ['"0x8D5CBEF0C414994"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:54:15 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:49:50 GMT'] pragma: [no-cache] - request-id: [c858788f-cbf2-45f9-a4f5-32bf3bf89ed0] + request-id: [eb693eef-9ff7-467f-95c6-d4e3fd877910] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1050,24 +959,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:59:59.593Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:49:50.711Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1210'] + content-length: ['1217'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:00:01 GMT'] - etag: ['"0x8D58AD00F589631"'] + date: ['Wed, 06 Jun 2018 20:53:24 GMT'] + etag: ['"0x8D5CBEF0C414994"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:54:15 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:49:50 GMT'] pragma: [no-cache] - request-id: [1b457c72-af41-4ae8-a62c-aa5d5adde9fb] + request-id: [a22a77f1-a564-49cd-9ff8-7f2016aed364] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1081,24 +990,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:59:47.923Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:49:50.711Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1208'] + content-length: ['1217'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:00:22 GMT'] - etag: ['"0x8D58AD00F589631"'] + date: ['Wed, 06 Jun 2018 20:53:45 GMT'] + etag: ['"0x8D5CBEF0C414994"'] expires: ['-1'] - last-modified: ['Thu, 15 Mar 2018 23:54:15 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:49:50 GMT'] pragma: [no-cache] - request-id: [2c956047-0a2a-4ff8-afc5-79bdc176937c] + request-id: [0546ee8e-1b8e-4d2d-a519-b37ac71dcdb9] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1111,63 +1020,30 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed/listRemoteLoginInformation?api-version=2018-03-01 - response: - body: {string: '{"value":[]}'} - headers: - cache-control: [no-cache] - content-length: ['12'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:00:23 GMT'] - expires: ['-1'] - pragma: [no-cache] - request-id: [5835d985-a46b-43c2-bd1e-c43b5b9f8a7d] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} -- request: - body: '{"properties": {"scaleSettings": {"manual": {"targetNodeCount": 1, "nodeDeallocationOption": - "requeue"}}}}' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - Content-Length: ['106'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 - Azure-SDK-For-Python] - accept-language: [en-US] - method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:59:47.923Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:49:50.711Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1208'] + content-length: ['1217'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:00:24 GMT'] - etag: ['"0x8D58AD0EBCFC239"'] + date: ['Wed, 06 Jun 2018 20:54:06 GMT'] + etag: ['"0x8D5CBEF0C414994"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:00:25 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:49:50 GMT'] pragma: [no-cache] - request-id: [610e7c7a-5629-4ee6-9836-7dbdbe146046] + request-id: [60c17ba0-1d59-404a-a30c-5dafe62b3eb6] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] vary: [Accept-Encoding] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1197'] status: {code: 200, message: OK} - request: body: null @@ -1176,24 +1052,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-16T00:00:25.844Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:49:50.711Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1210'] + content-length: ['1217'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:00:26 GMT'] - etag: ['"0x8D58AD0EBCFC239"'] + date: ['Wed, 06 Jun 2018 20:54:28 GMT'] + etag: ['"0x8D5CBEF0C414994"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:00:25 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:49:50 GMT'] pragma: [no-cache] - request-id: [d4e0db58-882c-41fe-b49a-e9e5f7e97d55] + request-id: [0f9f4c49-07c7-444c-be51-1170a496ba69] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1207,24 +1083,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:59:47.923Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:49:50.711Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":1},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1208'] + content-length: ['1217'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:00:48 GMT'] - etag: ['"0x8D58AD0EBCFC239"'] + date: ['Wed, 06 Jun 2018 20:54:49 GMT'] + etag: ['"0x8D5CBEF0C414994"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:00:25 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:49:50 GMT'] pragma: [no-cache] - request-id: [0cbc0a8a-2e63-49eb-aa41-5287a1eeffa6] + request-id: [05cd18f9-a414-45f0-9a09-20fca8c1237d] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1238,24 +1114,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:59:47.923Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:54:57.527Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1208'] + content-length: ['1215'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:01:08 GMT'] - etag: ['"0x8D58AD0EBCFC239"'] + date: ['Wed, 06 Jun 2018 20:55:10 GMT'] + etag: ['"0x8D5CBEF0C414994"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:00:25 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:49:50 GMT'] pragma: [no-cache] - request-id: [4ab90e68-c1a7-487d-980e-afa3cfe31f0c] + request-id: [76b69fd8-c95a-4b46-8c54-f04addadaa17] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1268,25 +1144,24 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] + Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed/listRemoteLoginInformation?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:59:47.923Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"value":[]}'} headers: cache-control: [no-cache] - content-length: ['1208'] + content-length: ['12'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:01:30 GMT'] - etag: ['"0x8D58AD0EBCFC239"'] + date: ['Wed, 06 Jun 2018 20:55:12 GMT'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:00:25 GMT'] pragma: [no-cache] - request-id: [27b6fc72-bcaa-4939-a3f7-a459153765f3] + request-id: [931aa6ac-e16b-4674-99b0-7bfe1974921b] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1294,35 +1169,38 @@ interactions: x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: null + body: '{"properties": {"scaleSettings": {"manual": {"targetNodeCount": 1, "nodeDeallocationOption": + "requeue"}}}}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] + Content-Length: ['106'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:59:47.923Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:54:57.527Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1208'] + content-length: ['1215'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:01:52 GMT'] - etag: ['"0x8D58AD0EBCFC239"'] + date: ['Wed, 06 Jun 2018 20:55:14 GMT'] + etag: ['"0x8D5CBEFCD1B3CE1"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:00:25 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:55:14 GMT'] pragma: [no-cache] - request-id: [ae2e2975-f29e-440f-96f1-0c4f407d60f6] + request-id: [efee729e-a3f8-450e-a9b3-793c35afa53b] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] vary: [Accept-Encoding] x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1196'] status: {code: 200, message: OK} - request: body: null @@ -1331,24 +1209,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:59:47.923Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:55:14.262Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1208'] + content-length: ['1217'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:02:13 GMT'] - etag: ['"0x8D58AD0EBCFC239"'] + date: ['Wed, 06 Jun 2018 20:55:14 GMT'] + etag: ['"0x8D5CBEFCD1B3CE1"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:00:25 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:55:14 GMT'] pragma: [no-cache] - request-id: [7693a251-ddb1-408b-b06a-368d592e2b18] + request-id: [2f4593f9-ab65-4024-a0f8-3c0b735f8b03] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1362,24 +1240,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-15T23:59:47.923Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:55:14.262Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1208'] + content-length: ['1217'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:02:34 GMT'] - etag: ['"0x8D58AD0EBCFC239"'] + date: ['Wed, 06 Jun 2018 20:55:35 GMT'] + etag: ['"0x8D5CBEFCD1B3CE1"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:00:25 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:55:14 GMT'] pragma: [no-cache] - request-id: [4e180a44-5659-44d0-a4d2-5fe87dd54812] + request-id: [4c2d8e8b-91c0-4356-abf0-123f47204d55] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1393,24 +1271,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-16T00:02:25.7Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:55:14.262Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1208'] + content-length: ['1217'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:02:56 GMT'] - etag: ['"0x8D58AD0EBCFC239"'] + date: ['Wed, 06 Jun 2018 20:55:57 GMT'] + etag: ['"0x8D5CBEFCD1B3CE1"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:00:25 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:55:14 GMT'] pragma: [no-cache] - request-id: [3d59ccaa-7caf-4575-a4b1-54f474996e24] + request-id: [ac15fa66-03a5-4c0d-8294-33654f87c00b] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1424,24 +1302,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-16T00:02:25.7Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:55:14.262Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1208'] + content-length: ['1217'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:03:18 GMT'] - etag: ['"0x8D58AD0EBCFC239"'] + date: ['Wed, 06 Jun 2018 20:56:18 GMT'] + etag: ['"0x8D5CBEFCD1B3CE1"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:00:25 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:55:14 GMT'] pragma: [no-cache] - request-id: [8961178b-b29a-4473-9dbb-a6553f4afd04] + request-id: [af8a7035-2940-43d7-80f2-1d2e1812bb24] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1455,24 +1333,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-16T00:02:25.7Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:56:28.626Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1208'] + content-length: ['1215'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:03:40 GMT'] - etag: ['"0x8D58AD0EBCFC239"'] + date: ['Wed, 06 Jun 2018 20:56:39 GMT'] + etag: ['"0x8D5CBEFCD1B3CE1"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:00:25 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:55:14 GMT'] pragma: [no-cache] - request-id: [aa47a6f0-beff-4fc8-9a38-a5dd1affb7f8] + request-id: [133b9fe4-1e31-4181-9d59-7a4f8142155b] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1486,24 +1364,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-16T00:04:00.326Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:56:28.626Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1208'] + content-length: ['1215'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:04:01 GMT'] - etag: ['"0x8D58AD0EBCFC239"'] + date: ['Wed, 06 Jun 2018 20:57:00 GMT'] + etag: ['"0x8D5CBEFCD1B3CE1"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:00:25 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:55:14 GMT'] pragma: [no-cache] - request-id: [2392c390-b7d3-4227-831b-2c3a469f278d] + request-id: [da3c2433-a78c-4b64-8e19-d71107180719] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1517,24 +1395,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-16T00:04:00.326Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:56:28.626Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1208'] + content-length: ['1215'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:04:22 GMT'] - etag: ['"0x8D58AD0EBCFC239"'] + date: ['Wed, 06 Jun 2018 20:57:21 GMT'] + etag: ['"0x8D5CBEFCD1B3CE1"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:00:25 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:55:14 GMT'] pragma: [no-cache] - request-id: [f92c9764-0174-4813-9e79-249b4fd11f09] + request-id: [bf273d0a-294d-4f8f-b626-9d25ff58dacf] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1548,24 +1426,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-16T00:04:00.326Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:56:28.626Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1208'] + content-length: ['1215'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:04:44 GMT'] - etag: ['"0x8D58AD0EBCFC239"'] + date: ['Wed, 06 Jun 2018 20:57:42 GMT'] + etag: ['"0x8D5CBEFCD1B3CE1"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:00:25 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:55:14 GMT'] pragma: [no-cache] - request-id: [35a0f356-9fd0-4075-a5ae-661de9e2f832] + request-id: [ce3cec04-3731-4590-9ae2-1384e9577327] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1579,24 +1457,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-16T00:04:00.326Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:56:28.626Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1208'] + content-length: ['1215'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:05:05 GMT'] - etag: ['"0x8D58AD0EBCFC239"'] + date: ['Wed, 06 Jun 2018 20:58:03 GMT'] + etag: ['"0x8D5CBEFCD1B3CE1"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:00:25 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:55:14 GMT'] pragma: [no-cache] - request-id: [5712cc4a-4ca6-4df8-ad57-7f86a028ae69] + request-id: [df39e056-c872-4ba6-9573-2c6fecf4b696] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1610,24 +1488,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-16T00:04:00.326Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:56:28.626Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1208'] + content-length: ['1215'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:05:26 GMT'] - etag: ['"0x8D58AD0EBCFC239"'] + date: ['Wed, 06 Jun 2018 20:58:24 GMT'] + etag: ['"0x8D5CBEFCD1B3CE1"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:00:25 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:55:14 GMT'] pragma: [no-cache] - request-id: [6d72f198-e907-45e7-aa88-7d1a7db01b35] + request-id: [6008cb4b-20c9-47fa-8a8f-2dd7e53ff354] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1641,24 +1519,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-16T00:04:00.326Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:56:28.626Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1208'] + content-length: ['1215'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:05:48 GMT'] - etag: ['"0x8D58AD0EBCFC239"'] + date: ['Wed, 06 Jun 2018 20:58:46 GMT'] + etag: ['"0x8D5CBEFCD1B3CE1"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:00:25 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:55:14 GMT'] pragma: [no-cache] - request-id: [c33632fd-98b4-4407-b46c-a3a27a96d390] + request-id: [3f9bfe25-72c0-40b6-b15f-5e860fcafcda] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1672,24 +1550,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-16T00:04:00.326Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:56:28.626Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1208'] + content-length: ['1215'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:06:10 GMT'] - etag: ['"0x8D58AD0EBCFC239"'] + date: ['Wed, 06 Jun 2018 20:59:08 GMT'] + etag: ['"0x8D5CBEFCD1B3CE1"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:00:25 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:55:14 GMT'] pragma: [no-cache] - request-id: [a7674234-b835-4032-b89a-0a40465d61ca] + request-id: [66a1d363-1dad-4ef9-acf1-ece236d182dc] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1703,24 +1581,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-16T00:04:00.326Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:44:55.25Z","allocationStateTransitionTime":"2018-06-06T20:56:28.626Z","provisioningStateTransitionTime":"2018-06-06T20:44:56.234Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1208'] + content-length: ['1215'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:06:31 GMT'] - etag: ['"0x8D58AD0EBCFC239"'] + date: ['Wed, 06 Jun 2018 20:59:29 GMT'] + etag: ['"0x8D5CBEFCD1B3CE1"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:00:25 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:55:14 GMT'] pragma: [no-cache] - request-id: [8cfdb5fe-81c1-487e-88f6-0e23218ae2ff] + request-id: [9e216f86-629e-4d44-9b60-a04e0562478e] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1733,25 +1611,24 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] + Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed/listRemoteLoginInformation?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed","name":"clustere61f13ed","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-15T23:49:58.966Z","allocationStateTransitionTime":"2018-03-16T00:04:00.326Z","provisioningStateTransitionTime":"2018-03-15T23:49:59.559Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdke61f13ed","azureFileUrl":"https://psdke61f13ed.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"value":[{"nodeId":"tvm-171039672_2-20180606t205627z-p","ipAddress":"104.41.228.206","port":50000}]}'} headers: cache-control: [no-cache] - content-length: ['1208'] + content-length: ['101'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:06:52 GMT'] - etag: ['"0x8D58AD0EBCFC239"'] + date: ['Wed, 06 Jun 2018 20:59:30 GMT'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:00:25 GMT'] pragma: [no-cache] - request-id: [ab7fc15e-1db2-4901-9f12-1140e0350552] + request-id: [4fa3b61d-2b03-483e-ae10-9129a3edc1cf] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1766,63 +1643,65 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed/listRemoteLoginInformation?api-version=2018-03-01 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment?api-version=2018-05-01 response: - body: {string: '{"value":[{"nodeId":"tvm-2346434939_2-20180316t000359z-p","ipAddress":"52.232.67.181","port":50000}]}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment","name":"experiment","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:59:32.82Z","creationTime":"2018-06-06T20:59:32.82Z"}}'} headers: cache-control: [no-cache] - content-length: ['101'] + content-length: ['422'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:06:55 GMT'] + date: ['Wed, 06 Jun 2018 20:59:32 GMT'] + etag: ['"0x8D5CBF06748BED7"'] expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 20:59:32 GMT'] pragma: [no-cache] - request-id: [abea5e1d-513b-4ad7-bbfd-a44f26dd6839] + request-id: [b3f1d353-026a-4f86-be45-ceaaad45a5ed] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] vary: [Accept-Encoding] x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1197'] status: {code: 200, message: OK} - request: - body: 'b''b\''b\\\''{"location": "westeurope", "properties": {"priority": 0, "cluster": - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed"}, + body: 'b''{"properties": {"schedulingPriority": "normal", "cluster": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed"}, "nodeCount": 1, "customToolkitSettings": {"commandLine": "echo hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"}, "stdOutErrPathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles", "inputDirectories": [{"id": "INPUT", "path": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}], "outputDirectories": [{"id": "OUTPUTS", "pathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/", "pathSuffix": - "files", "type": "custom", "createNew": true}]}}\\\''\''''' + "files"}]}}''' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['663'] + Content-Length: ['638'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/e24de38d-33b2-48ba-a79d-34cc70c8905a?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/abbfdc9c-8f2d-42a3-b29a-4db1618143ef?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 00:06:58 GMT'] + date: ['Wed, 06 Jun 2018 20:59:33 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/e24de38d-33b2-48ba-a79d-34cc70c8905a?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/abbfdc9c-8f2d-42a3-b29a-4db1618143ef?api-version=2018-05-01'] pragma: [no-cache] - request-id: [69f2fea5-0863-4a2b-ad1a-26a1c5da8d37] + request-id: [8c6011c3-ab68-4c2d-9471-62d7074c9c14] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] + x-ms-ratelimit-remaining-subscription-writes: ['1197'] status: {code: 202, message: Accepted} - request: body: null @@ -1830,21 +1709,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/e24de38d-33b2-48ba-a79d-34cc70c8905a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/abbfdc9c-8f2d-42a3-b29a-4db1618143ef?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/e24de38d-33b2-48ba-a79d-34cc70c8905a","name":"e24de38d-33b2-48ba-a79d-34cc70c8905a","status":"Succeeded","startTime":"2018-03-16T00:06:58.194Z","endTime":"2018-03-16T00:06:59.116Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed$host_job"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/abbfdc9c-8f2d-42a3-b29a-4db1618143ef","name":"abbfdc9c-8f2d-42a3-b29a-4db1618143ef","status":"Succeeded","startTime":"2018-06-06T20:59:34.166Z","endTime":"2018-06-06T20:59:34.713Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed$workspace$experiment$host_job"}}'} headers: cache-control: [no-cache] - content-length: ['467'] + content-length: ['489'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:07:14 GMT'] + date: ['Wed, 06 Jun 2018 20:59:50 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [c7c567e4-0c6b-465e-86d1-31acac7c4d1d] + request-id: [1da080fe-fc95-48cd-b223-d4490904df21] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1857,24 +1736,24 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/jobs/host_job/ef5e000e-b600-4388-a800-e878be41d352","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T00:06:58.169Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T00:06:59.101Z","executionState":"succeeded","executionStateTransitionTime":"2018-03-16T00:07:02.368Z","executionInfo":{"startTime":"2018-03-16T00:07:00.027Z","endTime":"2018-03-16T00:07:02.368Z","exitCode":0}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/workspaces/workspace/experiments/experiment/jobs/host_job/7f8d128b-ef30-43be-91cc-7ed654113b8c","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:59:34.151Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:59:34.697Z","executionState":"succeeded","executionStateTransitionTime":"2018-06-06T20:59:38.599Z","executionInfo":{"startTime":"2018-06-06T20:59:35.621Z","endTime":"2018-06-06T20:59:38.599Z","exitCode":0}}}'} headers: cache-control: [no-cache] - content-length: ['1401'] + content-length: ['1547'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:07:15 GMT'] - etag: ['"0x8D58AD1D5BF87F1"'] + date: ['Wed, 06 Jun 2018 20:59:51 GMT'] + etag: ['"0x8D5CBF06813CDBF"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:06:58 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:59:34 GMT'] pragma: [no-cache] - request-id: [1b221c21-d071-471d-bc12-0fb4ad61132f] + request-id: [ba1030a9-664d-4c55-bab9-791189692046] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1888,25 +1767,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/jobs/host_job/ef5e000e-b600-4388-a800-e878be41d352","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T00:06:58.169Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T00:06:59.101Z","executionState":"succeeded","executionStateTransitionTime":"2018-03-16T00:07:02.368Z","executionInfo":{"startTime":"2018-03-16T00:07:00.027Z","endTime":"2018-03-16T00:07:02.368Z","exitCode":0}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/workspaces/workspace/experiments/experiment/jobs/host_job/7f8d128b-ef30-43be-91cc-7ed654113b8c","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:59:34.151Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:59:34.697Z","executionState":"succeeded","executionStateTransitionTime":"2018-06-06T20:59:38.599Z","executionInfo":{"startTime":"2018-06-06T20:59:35.621Z","endTime":"2018-06-06T20:59:38.599Z","exitCode":0}}}'} headers: cache-control: [no-cache] - content-length: ['1401'] + content-length: ['1547'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:07:16 GMT'] - etag: ['"0x8D58AD1D5BF87F1"'] + date: ['Wed, 06 Jun 2018 20:59:52 GMT'] + etag: ['"0x8D5CBF06813CDBF"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:06:58 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:59:34 GMT'] pragma: [no-cache] - request-id: [770ec324-a791-43b9-8e5c-bf28ce634f0c] + request-id: [2b49c572-0ea4-4bee-a7b4-b42db3fad4ac] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1921,22 +1800,22 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/jobs/host_job/listOutputFiles?api-version=2018-03-01&outputdirectoryid=OUTPUTS&directory=.&linkexpiryinminutes=60&maxresults=1000 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job/listOutputFiles?api-version=2018-05-01&outputdirectoryid=OUTPUTS&directory=.&linkexpiryinminutes=60&maxresults=1000 response: - body: {string: '{"value":[{"name":"hi.txt","isDirectory":false,"downloadUrl":"https://psdke61f13ed.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/jobs/host_job/ef5e000e-b600-4388-a800-e878be41d352/outputs/files/hi.txt?sv=2016-05-31&sr=f&sig=VLsxas0TZ%2Bzv8ADnITRrqLHPcqG9F0TX%2Bp2EZtDwk8E%3D&se=2018-03-16T01%3A07%3A18Z&sp=rl","properties":{"lastModified":"2018-03-16T00:07:01Z","contentLength":6}}]}'} + body: {string: '{"value":[{"name":"hi.txt","fileType":"file","downloadUrl":"https://psdke61f13ed.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/workspaces/workspace/experiments/experiment/jobs/host_job/7f8d128b-ef30-43be-91cc-7ed654113b8c/outputs/files/hi.txt?sv=2016-05-31&sr=f&sig=SdWzBHaLQmtLkhXeYgjUDn8E7CLclRlgFhaXY2YXFWg%3D&se=2018-06-06T21%3A59%3A53Z&sp=rl","properties":{"lastModified":"2018-06-06T20:59:38Z","contentLength":6}}]}'} headers: cache-control: [no-cache] - content-length: ['459'] + content-length: ['497'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:07:17 GMT'] + date: ['Wed, 06 Jun 2018 20:59:52 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [2499fd0c-105d-4ead-97a7-bc32fe8e1299] + request-id: [92512044-fe2f-4161-8bac-6fade971ff06] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1951,7 +1830,7 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdke61f13ed.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/jobs/host_job/ef5e000e-b600-4388-a800-e878be41d352/outputs/files/hi.txt?sv=2016-05-31&sr=f&sig=VLsxas0TZ%2Bzv8ADnITRrqLHPcqG9F0TX%2Bp2EZtDwk8E%3D&se=2018-03-16T01%3A07%3A18Z&sp=rl + uri: https://psdke61f13ed.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/workspaces/workspace/experiments/experiment/jobs/host_job/7f8d128b-ef30-43be-91cc-7ed654113b8c/outputs/files/hi.txt?sv=2016-05-31&sr=f&sig=SdWzBHaLQmtLkhXeYgjUDn8E7CLclRlgFhaXY2YXFWg%3D&se=2018-06-06T21%3A59%3A53Z&sp=rl response: body: {string: 'hello @@ -1960,9 +1839,9 @@ interactions: accept-ranges: [bytes] content-length: ['6'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 00:07:19 GMT'] - etag: ['"0x8D58AD1D7DA7E68"'] - last-modified: ['Fri, 16 Mar 2018 00:07:01 GMT'] + date: ['Wed, 06 Jun 2018 20:59:53 GMT'] + etag: ['"0x8D5CBF06A759DEC"'] + last-modified: ['Wed, 06 Jun 2018 20:59:38 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -1975,22 +1854,22 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/jobs/host_job/listOutputFiles?api-version=2018-03-01&outputdirectoryid=stdouterr&directory=.&linkexpiryinminutes=60&maxresults=1000 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job/listOutputFiles?api-version=2018-05-01&outputdirectoryid=stdouterr&directory=.&linkexpiryinminutes=60&maxresults=1000 response: - body: {string: '{"value":[{"name":"execution.log","isDirectory":false,"downloadUrl":"https://psdke61f13ed.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/jobs/host_job/ef5e000e-b600-4388-a800-e878be41d352/stdouterr/execution.log?sv=2016-05-31&sr=f&sig=MDhJl%2B6jL48g4419bB%2FsOIfCg56vNDuUMOI%2BDCh4%2B5E%3D&se=2018-03-16T01%3A07%3A20Z&sp=rl","properties":{"lastModified":"2018-03-16T00:07:01Z","contentLength":181}},{"name":"stderr.txt","isDirectory":false,"downloadUrl":"https://psdke61f13ed.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/jobs/host_job/ef5e000e-b600-4388-a800-e878be41d352/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=NUYNsZxpFFWeI7hVkxSTJbv871dTISSb6Szuu2rt0oA%3D&se=2018-03-16T01%3A07%3A20Z&sp=rl","properties":{"lastModified":"2018-03-16T00:07:01Z","contentLength":0}},{"name":"stdout.txt","isDirectory":false,"downloadUrl":"https://psdke61f13ed.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/jobs/host_job/ef5e000e-b600-4388-a800-e878be41d352/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=bm0SDSp28T4ZkAShH5p%2BpoC8jXXofc9%2BS%2Fh2FNjXb9I%3D&se=2018-03-16T01%3A07%3A20Z&sp=rl","properties":{"lastModified":"2018-03-16T00:07:01Z","contentLength":6}}]}'} + body: {string: '{"value":[{"name":"execution.log","fileType":"file","downloadUrl":"https://psdke61f13ed.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/workspaces/workspace/experiments/experiment/jobs/host_job/7f8d128b-ef30-43be-91cc-7ed654113b8c/stdouterr/execution.log?sv=2016-05-31&sr=f&sig=Uyw1%2FCKb8fLnmvuvTVyDnVjGAGppUQhzE0Ta8TBwZVY%3D&se=2018-06-06T21%3A59%3A55Z&sp=rl","properties":{"lastModified":"2018-06-06T20:59:38Z","contentLength":3213}},{"name":"stderr.txt","fileType":"file","downloadUrl":"https://psdke61f13ed.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/workspaces/workspace/experiments/experiment/jobs/host_job/7f8d128b-ef30-43be-91cc-7ed654113b8c/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=%2BxP4W4jlPHCBupqpe2bM42K1quUH4xE%2BKqL2jmsvxqg%3D&se=2018-06-06T21%3A59%3A55Z&sp=rl","properties":{"lastModified":"2018-06-06T20:59:37Z","contentLength":0}},{"name":"stdout.txt","fileType":"file","downloadUrl":"https://psdke61f13ed.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/workspaces/workspace/experiments/experiment/jobs/host_job/7f8d128b-ef30-43be-91cc-7ed654113b8c/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=jOd%2BPLUrx%2BjZkixWAjOSAn8oKZoZQQq9Iw%2BOK8jnVXc%3D&se=2018-06-06T21%3A59%3A55Z&sp=rl","properties":{"lastModified":"2018-06-06T20:59:38Z","contentLength":6}}]}'} headers: cache-control: [no-cache] - content-length: ['1377'] + content-length: ['1502'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:07:20 GMT'] + date: ['Wed, 06 Jun 2018 20:59:54 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [197fb75e-846d-4f8c-983c-772be0329f09] + request-id: [9da9208b-b302-4177-9f34-453038029c58] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2005,16 +1884,16 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdke61f13ed.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/jobs/host_job/ef5e000e-b600-4388-a800-e878be41d352/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=NUYNsZxpFFWeI7hVkxSTJbv871dTISSb6Szuu2rt0oA%3D&se=2018-03-16T01%3A07%3A20Z&sp=rl + uri: https://psdke61f13ed.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/workspaces/workspace/experiments/experiment/jobs/host_job/7f8d128b-ef30-43be-91cc-7ed654113b8c/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=%2BxP4W4jlPHCBupqpe2bM42K1quUH4xE%2BKqL2jmsvxqg%3D&se=2018-06-06T21%3A59%3A55Z&sp=rl response: body: {string: ''} headers: accept-ranges: [bytes] content-length: ['0'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 00:07:20 GMT'] - etag: ['"0x8D58AD1D7CCC064"'] - last-modified: ['Fri, 16 Mar 2018 00:07:01 GMT'] + date: ['Wed, 06 Jun 2018 20:59:55 GMT'] + etag: ['"0x8D5CBF06A5AE391"'] + last-modified: ['Wed, 06 Jun 2018 20:59:37 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -2027,7 +1906,7 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdke61f13ed.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/jobs/host_job/ef5e000e-b600-4388-a800-e878be41d352/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=bm0SDSp28T4ZkAShH5p%2BpoC8jXXofc9%2BS%2Fh2FNjXb9I%3D&se=2018-03-16T01%3A07%3A20Z&sp=rl + uri: https://psdke61f13ed.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/workspaces/workspace/experiments/experiment/jobs/host_job/7f8d128b-ef30-43be-91cc-7ed654113b8c/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=jOd%2BPLUrx%2BjZkixWAjOSAn8oKZoZQQq9Iw%2BOK8jnVXc%3D&se=2018-06-06T21%3A59%3A55Z&sp=rl response: body: {string: 'hello @@ -2036,9 +1915,9 @@ interactions: accept-ranges: [bytes] content-length: ['6'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 00:07:22 GMT'] - etag: ['"0x8D58AD1D7DC2C65"'] - last-modified: ['Fri, 16 Mar 2018 00:07:01 GMT'] + date: ['Wed, 06 Jun 2018 20:59:56 GMT'] + etag: ['"0x8D5CBF06A780F7E"'] + last-modified: ['Wed, 06 Jun 2018 20:59:38 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -2051,27 +1930,27 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/clusters/clustere61f13ed?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere61f13ed?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/2a754ef7-f1d1-4e91-8991-7dd415389de7?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8dbd5ffc-81fb-465d-a680-91c8d43a527b?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 00:07:24 GMT'] + date: ['Wed, 06 Jun 2018 20:59:58 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/2a754ef7-f1d1-4e91-8991-7dd415389de7?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/8dbd5ffc-81fb-465d-a680-91c8d43a527b?api-version=2018-05-01'] pragma: [no-cache] - request-id: [32746395-b200-4989-8592-8d66d6d365c0] + request-id: [cd52bf36-206d-47a1-99a7-e755ba823135] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1196'] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] status: {code: 202, message: Accepted} - request: body: null @@ -2079,21 +1958,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/2a754ef7-f1d1-4e91-8991-7dd415389de7?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8dbd5ffc-81fb-465d-a680-91c8d43a527b?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/2a754ef7-f1d1-4e91-8991-7dd415389de7","name":"2a754ef7-f1d1-4e91-8991-7dd415389de7","status":"InProgress","startTime":"2018-03-16T00:07:24.383Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8dbd5ffc-81fb-465d-a680-91c8d43a527b","name":"8dbd5ffc-81fb-465d-a680-91c8d43a527b","status":"InProgress","startTime":"2018-06-06T20:59:58.514Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:07:40 GMT'] + date: ['Wed, 06 Jun 2018 21:00:14 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [1f3278af-1c39-4250-8e17-740bdc20e7fb] + request-id: [97191156-fdaf-4a8f-9201-08e32e4ada6d] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2106,21 +1985,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/2a754ef7-f1d1-4e91-8991-7dd415389de7?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8dbd5ffc-81fb-465d-a680-91c8d43a527b?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/2a754ef7-f1d1-4e91-8991-7dd415389de7","name":"2a754ef7-f1d1-4e91-8991-7dd415389de7","status":"InProgress","startTime":"2018-03-16T00:07:24.383Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8dbd5ffc-81fb-465d-a680-91c8d43a527b","name":"8dbd5ffc-81fb-465d-a680-91c8d43a527b","status":"InProgress","startTime":"2018-06-06T20:59:58.514Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:08:11 GMT'] + date: ['Wed, 06 Jun 2018 21:00:45 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [35755d3b-8cad-4f75-be79-ad2c3b39eaf8] + request-id: [3f1acd19-c685-4101-8c9c-5d14f0d3bd27] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2133,21 +2012,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/2a754ef7-f1d1-4e91-8991-7dd415389de7?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8dbd5ffc-81fb-465d-a680-91c8d43a527b?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/2a754ef7-f1d1-4e91-8991-7dd415389de7","name":"2a754ef7-f1d1-4e91-8991-7dd415389de7","status":"InProgress","startTime":"2018-03-16T00:07:24.383Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8dbd5ffc-81fb-465d-a680-91c8d43a527b","name":"8dbd5ffc-81fb-465d-a680-91c8d43a527b","status":"InProgress","startTime":"2018-06-06T20:59:58.514Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:08:42 GMT'] + date: ['Wed, 06 Jun 2018 21:01:16 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [95b7bd85-e706-4881-8e1c-53f504a4a697] + request-id: [019d9f04-a85a-4339-a3b7-2bb9ccc7e93c] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2160,21 +2039,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/2a754ef7-f1d1-4e91-8991-7dd415389de7?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8dbd5ffc-81fb-465d-a680-91c8d43a527b?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/2a754ef7-f1d1-4e91-8991-7dd415389de7","name":"2a754ef7-f1d1-4e91-8991-7dd415389de7","status":"InProgress","startTime":"2018-03-16T00:07:24.383Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8dbd5ffc-81fb-465d-a680-91c8d43a527b","name":"8dbd5ffc-81fb-465d-a680-91c8d43a527b","status":"InProgress","startTime":"2018-06-06T20:59:58.514Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:09:13 GMT'] + date: ['Wed, 06 Jun 2018 21:01:47 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [b72087c5-2559-4feb-a419-da067db720ae] + request-id: [f114312a-b5d1-4c0d-a891-4d3d7fc8eb88] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2187,21 +2066,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/2a754ef7-f1d1-4e91-8991-7dd415389de7?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8dbd5ffc-81fb-465d-a680-91c8d43a527b?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/2a754ef7-f1d1-4e91-8991-7dd415389de7","name":"2a754ef7-f1d1-4e91-8991-7dd415389de7","status":"InProgress","startTime":"2018-03-16T00:07:24.383Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8dbd5ffc-81fb-465d-a680-91c8d43a527b","name":"8dbd5ffc-81fb-465d-a680-91c8d43a527b","status":"InProgress","startTime":"2018-06-06T20:59:58.514Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:09:45 GMT'] + date: ['Wed, 06 Jun 2018 21:02:19 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [2af4f4b4-e89c-4967-a970-c8f0fc7d9300] + request-id: [9470cde8-7b8b-43c4-8e15-81307bbf6df4] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2214,21 +2093,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/2a754ef7-f1d1-4e91-8991-7dd415389de7?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8dbd5ffc-81fb-465d-a680-91c8d43a527b?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/2a754ef7-f1d1-4e91-8991-7dd415389de7","name":"2a754ef7-f1d1-4e91-8991-7dd415389de7","status":"InProgress","startTime":"2018-03-16T00:07:24.383Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8dbd5ffc-81fb-465d-a680-91c8d43a527b","name":"8dbd5ffc-81fb-465d-a680-91c8d43a527b","status":"InProgress","startTime":"2018-06-06T20:59:58.514Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:10:16 GMT'] + date: ['Wed, 06 Jun 2018 21:02:50 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [f72c83a7-01b4-433e-8e19-6729c0395f54] + request-id: [cca9580f-1c37-43ad-a383-adc7caeb7e6e] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2241,21 +2120,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/2a754ef7-f1d1-4e91-8991-7dd415389de7?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8dbd5ffc-81fb-465d-a680-91c8d43a527b?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/2a754ef7-f1d1-4e91-8991-7dd415389de7","name":"2a754ef7-f1d1-4e91-8991-7dd415389de7","status":"InProgress","startTime":"2018-03-16T00:07:24.383Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8dbd5ffc-81fb-465d-a680-91c8d43a527b","name":"8dbd5ffc-81fb-465d-a680-91c8d43a527b","status":"InProgress","startTime":"2018-06-06T20:59:58.514Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:10:47 GMT'] + date: ['Wed, 06 Jun 2018 21:03:20 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [00807c32-7137-4834-8e24-d28476e4b82d] + request-id: [eae67cba-ddc6-490c-8726-cd87def82bb2] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2268,21 +2147,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/2a754ef7-f1d1-4e91-8991-7dd415389de7?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8dbd5ffc-81fb-465d-a680-91c8d43a527b?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/2a754ef7-f1d1-4e91-8991-7dd415389de7","name":"2a754ef7-f1d1-4e91-8991-7dd415389de7","status":"InProgress","startTime":"2018-03-16T00:07:24.383Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8dbd5ffc-81fb-465d-a680-91c8d43a527b","name":"8dbd5ffc-81fb-465d-a680-91c8d43a527b","status":"InProgress","startTime":"2018-06-06T20:59:58.514Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:11:19 GMT'] + date: ['Wed, 06 Jun 2018 21:03:51 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [7dd7fa43-db72-46d0-92f0-d44ec48e1a36] + request-id: [775bdc63-faa7-4330-90c7-7e61a1fce96f] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2295,21 +2174,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/2a754ef7-f1d1-4e91-8991-7dd415389de7?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8dbd5ffc-81fb-465d-a680-91c8d43a527b?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/2a754ef7-f1d1-4e91-8991-7dd415389de7","name":"2a754ef7-f1d1-4e91-8991-7dd415389de7","status":"InProgress","startTime":"2018-03-16T00:07:24.383Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8dbd5ffc-81fb-465d-a680-91c8d43a527b","name":"8dbd5ffc-81fb-465d-a680-91c8d43a527b","status":"InProgress","startTime":"2018-06-06T20:59:58.514Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:11:50 GMT'] + date: ['Wed, 06 Jun 2018 21:04:23 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [ccba23c5-ce76-418e-93eb-b3b9b95352d8] + request-id: [25be7d7b-d586-4f4f-8504-bf9cf8462132] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2322,21 +2201,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/2a754ef7-f1d1-4e91-8991-7dd415389de7?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8dbd5ffc-81fb-465d-a680-91c8d43a527b?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/2a754ef7-f1d1-4e91-8991-7dd415389de7","name":"2a754ef7-f1d1-4e91-8991-7dd415389de7","status":"InProgress","startTime":"2018-03-16T00:07:24.383Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8dbd5ffc-81fb-465d-a680-91c8d43a527b","name":"8dbd5ffc-81fb-465d-a680-91c8d43a527b","status":"InProgress","startTime":"2018-06-06T20:59:58.514Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:12:21 GMT'] + date: ['Wed, 06 Jun 2018 21:04:54 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [f3f6ae27-165e-4807-a85f-d4ca880e0b74] + request-id: [a615dbad-2434-475f-953f-d4128d9f9b67] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2349,21 +2228,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/2a754ef7-f1d1-4e91-8991-7dd415389de7?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8dbd5ffc-81fb-465d-a680-91c8d43a527b?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/2a754ef7-f1d1-4e91-8991-7dd415389de7","name":"2a754ef7-f1d1-4e91-8991-7dd415389de7","status":"Succeeded","startTime":"2018-03-16T00:07:24.383Z","endTime":"2018-03-16T00:12:26.658Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed$clustere61f13ed"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8dbd5ffc-81fb-465d-a680-91c8d43a527b","name":"8dbd5ffc-81fb-465d-a680-91c8d43a527b","status":"Succeeded","startTime":"2018-06-06T20:59:58.514Z","endTime":"2018-06-06T21:05:01.03Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed$workspace$clustere61f13ed"}}'} headers: cache-control: [no-cache] - content-length: ['474'] + content-length: ['484'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:12:52 GMT'] + date: ['Wed, 06 Jun 2018 21:05:25 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [d5752ede-6300-478f-ac9a-9b87a4764792] + request-id: [01c9c716-5a9d-4885-802a-14a9747775fa] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] diff --git a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_clusters.test_creation_and_deletion.yaml b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_clusters.test_creation_and_deletion.yaml index f9b4653f052e..a8a135619f15 100644 --- a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_clusters.test_creation_and_deletion.yaml +++ b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_clusters.test_creation_and_deletion.yaml @@ -4,56 +4,89 @@ interactions: headers: Connection: [keep-alive] Content-Length: ['0'] - User-Agent: [Azure-Storage/0.36.0 (Python CPython 3.6.4; Linux 4.15.6-300.fc27.x86_64)] - x-ms-date: ['Fri, 16 Mar 2018 00:13:30 GMT'] - x-ms-version: ['2017-04-17'] + User-Agent: [Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Linux 4.16.12-300.fc28.x86_64)] + x-ms-date: ['Wed, 06 Jun 2018 21:05:58 GMT'] + x-ms-version: ['2017-07-29'] method: PUT uri: https://psdk4c3c15bb.file.core.windows.net/share?restype=share response: body: {string: ''} headers: - date: ['Fri, 16 Mar 2018 00:13:31 GMT'] - etag: ['"0x8D58AD2C05426EC"'] - last-modified: ['Fri, 16 Mar 2018 00:13:31 GMT'] + date: ['Wed, 06 Jun 2018 21:05:59 GMT'] + etag: ['"0x8D5CBF14DD878D9"'] + last-modified: ['Wed, 06 Jun 2018 21:05:59 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] transfer-encoding: [chunked] - x-ms-version: ['2017-04-17'] + x-ms-version: ['2017-07-29'] status: {code: 201, message: Created} - request: - body: '{"location": "westeurope", "properties": {"vmSize": "STANDARD_D1", "vmPriority": - "lowpriority", "scaleSettings": {"manual": {"targetNodeCount": 1, "nodeDeallocationOption": - "requeue"}}, "nodeSetup": {"mountVolumes": {"azureFileShares": [{"accountName": - "psdk4c3c15bb", "azureFileUrl": "https://psdk4c3c15bb.file.core.windows.net/share", - "credentials": {"accountKey": "EHMRhzSTFq3lioCH0KoO3o5ljGGgumJrWIktQVEwAoMxpuxo4fL6b4MPSSN4bQbRhWM5uFYpXvK1LyA/0Ih/0w=="}, + body: '{"location": "northeurope"}' + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['27'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace","name":"workspace","type":"Microsoft.BatchAI/workspaces","location":"northeurope","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T21:06:02.35Z","creationTime":"2018-06-06T21:06:02.35Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['416'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:06:02 GMT'] + etag: ['"0x8D5CBF14F764BC6"'] + expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 21:06:02 GMT'] + pragma: [no-cache] + request-id: [543f7db9-d6bf-4f21-90d8-eb7fc667f8ec] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1198'] + status: {code: 200, message: OK} +- request: + body: '{"properties": {"vmSize": "STANDARD_D1", "vmPriority": "lowpriority", "scaleSettings": + {"manual": {"targetNodeCount": 1, "nodeDeallocationOption": "requeue"}}, "nodeSetup": + {"mountVolumes": {"azureFileShares": [{"accountName": "psdk4c3c15bb", "azureFileUrl": + "https://psdk4c3c15bb.file.core.windows.net/share", "credentials": {"accountKey": + "lQZltz/+DW6d4rjO2rotMFkVg1Q08CXUj57zvlHlA1mCrQH17SPOqP/8BE/GO9oqx4O+Uy+v2WeLvFhZGtjLFA=="}, "relativeMountPath": "azfiles", "fileMode": "0777", "directoryMode": "0777"}]}}, "userAccountSettings": {"adminUserName": "demoUser", "adminUserPassword": "Dem0Pa$$w0rd"}}}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['632'] + Content-Length: ['606'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/aaaa16d8-0160-438f-95dd-3f053464b0be?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/c97d4fe0-3388-44b3-b474-31ff35abcf05?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 00:13:34 GMT'] + date: ['Wed, 06 Jun 2018 21:06:04 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/aaaa16d8-0160-438f-95dd-3f053464b0be?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/c97d4fe0-3388-44b3-b474-31ff35abcf05?api-version=2018-05-01'] pragma: [no-cache] - request-id: [b2a4b2c0-51b0-4e26-aba3-ba2bfbc14213] + request-id: [f6fe55f8-b3f5-457f-ac2a-60f1ee61530b] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] + x-ms-ratelimit-remaining-subscription-writes: ['1196'] status: {code: 202, message: Accepted} - request: body: null @@ -61,21 +94,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/aaaa16d8-0160-438f-95dd-3f053464b0be?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/c97d4fe0-3388-44b3-b474-31ff35abcf05?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/aaaa16d8-0160-438f-95dd-3f053464b0be","name":"aaaa16d8-0160-438f-95dd-3f053464b0be","status":"Succeeded","startTime":"2018-03-16T00:13:35.023Z","endTime":"2018-03-16T00:13:37.054Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb$cluster4c3c15bb"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/c97d4fe0-3388-44b3-b474-31ff35abcf05","name":"c97d4fe0-3388-44b3-b474-31ff35abcf05","status":"Succeeded","startTime":"2018-06-06T21:06:04.634Z","endTime":"2018-06-06T21:06:05.666Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb$workspace$cluster4c3c15bb"}}'} headers: cache-control: [no-cache] - content-length: ['479'] + content-length: ['490'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:13:51 GMT'] + date: ['Wed, 06 Jun 2018 21:06:19 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [47047424-5a92-4527-be59-5b51aee38b08] + request-id: [1e72ad4d-4f7d-4ac4-9c24-750b8991c986] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -88,23 +121,23 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb","name":"cluster4c3c15bb","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-16T00:13:34.931Z","allocationStateTransitionTime":"2018-03-16T00:13:34.931Z","provisioningStateTransitionTime":"2018-03-16T00:13:37.054Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk4c3c15bb","azureFileUrl":"https://psdk4c3c15bb.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb","name":"cluster4c3c15bb","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T21:06:04.619Z","allocationStateTransitionTime":"2018-06-06T21:06:04.619Z","provisioningStateTransitionTime":"2018-06-06T21:06:05.65Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk4c3c15bb","azureFileUrl":"https://psdk4c3c15bb.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1215'] + content-length: ['1222'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:13:51 GMT'] - etag: ['"0x8D58AD2C23CA67A"'] + date: ['Wed, 06 Jun 2018 21:06:20 GMT'] + etag: ['"0x8D5CBF150D082D4"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:13:34 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:06:04 GMT'] pragma: [no-cache] - request-id: [3e2e6c20-996d-4698-ab46-862d1ea78ffd] + request-id: [2355b38d-146c-4f18-a66d-7dcbf2044520] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -118,22 +151,22 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters?api-version=2018-05-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb","name":"cluster4c3c15bb","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-16T00:13:34.931Z","allocationStateTransitionTime":"2018-03-16T00:13:34.931Z","provisioningStateTransitionTime":"2018-03-16T00:13:37.054Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk4c3c15bb","azureFileUrl":"https://psdk4c3c15bb.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}]}'} + body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb","name":"cluster4c3c15bb","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T21:06:04.619Z","allocationStateTransitionTime":"2018-06-06T21:06:04.619Z","provisioningStateTransitionTime":"2018-06-06T21:06:05.65Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk4c3c15bb","azureFileUrl":"https://psdk4c3c15bb.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}]}'} headers: cache-control: [no-cache] - content-length: ['1227'] + content-length: ['1234'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:13:53 GMT'] + date: ['Wed, 06 Jun 2018 21:06:22 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [2d21294e-7a66-4fb4-b00d-c3701105a217] + request-id: [3f7241a0-191d-40a9-b7bc-d3dcae4acfbb] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -147,24 +180,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb","name":"cluster4c3c15bb","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-16T00:13:34.931Z","allocationStateTransitionTime":"2018-03-16T00:13:34.931Z","provisioningStateTransitionTime":"2018-03-16T00:13:37.054Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk4c3c15bb","azureFileUrl":"https://psdk4c3c15bb.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb","name":"cluster4c3c15bb","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T21:06:04.619Z","allocationStateTransitionTime":"2018-06-06T21:06:04.619Z","provisioningStateTransitionTime":"2018-06-06T21:06:05.65Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk4c3c15bb","azureFileUrl":"https://psdk4c3c15bb.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1215'] + content-length: ['1222'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:13:54 GMT'] - etag: ['"0x8D58AD2C23CA67A"'] + date: ['Wed, 06 Jun 2018 21:06:23 GMT'] + etag: ['"0x8D5CBF150D082D4"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:13:34 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:06:04 GMT'] pragma: [no-cache] - request-id: [4d3b951c-f817-42d6-8b5f-8bba68a46a81] + request-id: [451bf02b-cdca-40d1-9166-4d01fdee5e07] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -178,24 +211,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb","name":"cluster4c3c15bb","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-16T00:13:34.931Z","allocationStateTransitionTime":"2018-03-16T00:13:34.931Z","provisioningStateTransitionTime":"2018-03-16T00:13:37.054Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk4c3c15bb","azureFileUrl":"https://psdk4c3c15bb.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb","name":"cluster4c3c15bb","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T21:06:04.619Z","allocationStateTransitionTime":"2018-06-06T21:06:04.619Z","provisioningStateTransitionTime":"2018-06-06T21:06:05.65Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk4c3c15bb","azureFileUrl":"https://psdk4c3c15bb.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1215'] + content-length: ['1222'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:14:15 GMT'] - etag: ['"0x8D58AD2C23CA67A"'] + date: ['Wed, 06 Jun 2018 21:06:44 GMT'] + etag: ['"0x8D5CBF150D082D4"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:13:34 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:06:04 GMT'] pragma: [no-cache] - request-id: [376a24c4-b958-4793-8a86-4ced62f14c42] + request-id: [1b31c616-31a6-4f07-841f-7bff3cdb5e7a] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -209,24 +242,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb","name":"cluster4c3c15bb","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-16T00:13:34.931Z","allocationStateTransitionTime":"2018-03-16T00:13:34.931Z","provisioningStateTransitionTime":"2018-03-16T00:13:37.054Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk4c3c15bb","azureFileUrl":"https://psdk4c3c15bb.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb","name":"cluster4c3c15bb","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T21:06:04.619Z","allocationStateTransitionTime":"2018-06-06T21:06:04.619Z","provisioningStateTransitionTime":"2018-06-06T21:06:05.65Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk4c3c15bb","azureFileUrl":"https://psdk4c3c15bb.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1215'] + content-length: ['1222'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:14:36 GMT'] - etag: ['"0x8D58AD2C23CA67A"'] + date: ['Wed, 06 Jun 2018 21:07:06 GMT'] + etag: ['"0x8D5CBF150D082D4"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:13:34 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:06:04 GMT'] pragma: [no-cache] - request-id: [4383b6ec-4ca6-4b65-b207-5110c869a5f3] + request-id: [4ef7ccd7-b482-449d-96a8-07f4e6135dd1] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -240,24 +273,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb","name":"cluster4c3c15bb","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-16T00:13:34.931Z","allocationStateTransitionTime":"2018-03-16T00:13:34.931Z","provisioningStateTransitionTime":"2018-03-16T00:13:37.054Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk4c3c15bb","azureFileUrl":"https://psdk4c3c15bb.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb","name":"cluster4c3c15bb","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T21:06:04.619Z","allocationStateTransitionTime":"2018-06-06T21:06:04.619Z","provisioningStateTransitionTime":"2018-06-06T21:06:05.65Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk4c3c15bb","azureFileUrl":"https://psdk4c3c15bb.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1215'] + content-length: ['1222'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:14:59 GMT'] - etag: ['"0x8D58AD2C23CA67A"'] + date: ['Wed, 06 Jun 2018 21:07:27 GMT'] + etag: ['"0x8D5CBF150D082D4"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:13:34 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:06:04 GMT'] pragma: [no-cache] - request-id: [f28e2bae-ced4-4b3a-a5cd-6352b2742dad] + request-id: [64d20fd9-ee02-41ba-a548-194ec7338c1d] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -271,24 +304,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb","name":"cluster4c3c15bb","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-16T00:13:34.931Z","allocationStateTransitionTime":"2018-03-16T00:13:34.931Z","provisioningStateTransitionTime":"2018-03-16T00:13:37.054Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk4c3c15bb","azureFileUrl":"https://psdk4c3c15bb.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb","name":"cluster4c3c15bb","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T21:06:04.619Z","allocationStateTransitionTime":"2018-06-06T21:06:04.619Z","provisioningStateTransitionTime":"2018-06-06T21:06:05.65Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk4c3c15bb","azureFileUrl":"https://psdk4c3c15bb.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1215'] + content-length: ['1222'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:15:20 GMT'] - etag: ['"0x8D58AD2C23CA67A"'] + date: ['Wed, 06 Jun 2018 21:07:48 GMT'] + etag: ['"0x8D5CBF150D082D4"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:13:34 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:06:04 GMT'] pragma: [no-cache] - request-id: [56308400-f5a5-41f0-9659-2f7643f9b380] + request-id: [8634bbc5-198b-4bcb-bb0c-2085cb8d5cc2] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -302,24 +335,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb","name":"cluster4c3c15bb","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-16T00:13:34.931Z","allocationStateTransitionTime":"2018-03-16T00:15:27.161Z","provisioningStateTransitionTime":"2018-03-16T00:13:37.054Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk4c3c15bb","azureFileUrl":"https://psdk4c3c15bb.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb","name":"cluster4c3c15bb","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T21:06:04.619Z","allocationStateTransitionTime":"2018-06-06T21:06:04.619Z","provisioningStateTransitionTime":"2018-06-06T21:06:05.65Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk4c3c15bb","azureFileUrl":"https://psdk4c3c15bb.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1213'] + content-length: ['1222'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:15:41 GMT'] - etag: ['"0x8D58AD2C23CA67A"'] + date: ['Wed, 06 Jun 2018 21:08:09 GMT'] + etag: ['"0x8D5CBF150D082D4"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:13:34 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:06:04 GMT'] pragma: [no-cache] - request-id: [2968f7f8-365a-4084-a1be-ef498c3224cf] + request-id: [e26fe69a-a9c0-47cf-8f4d-31c80c6f2e0c] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -333,24 +366,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb","name":"cluster4c3c15bb","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-16T00:13:34.931Z","allocationStateTransitionTime":"2018-03-16T00:15:27.161Z","provisioningStateTransitionTime":"2018-03-16T00:13:37.054Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk4c3c15bb","azureFileUrl":"https://psdk4c3c15bb.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb","name":"cluster4c3c15bb","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T21:06:04.619Z","allocationStateTransitionTime":"2018-06-06T21:06:04.619Z","provisioningStateTransitionTime":"2018-06-06T21:06:05.65Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk4c3c15bb","azureFileUrl":"https://psdk4c3c15bb.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1213'] + content-length: ['1222'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:16:02 GMT'] - etag: ['"0x8D58AD2C23CA67A"'] + date: ['Wed, 06 Jun 2018 21:08:31 GMT'] + etag: ['"0x8D5CBF150D082D4"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:13:34 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:06:04 GMT'] pragma: [no-cache] - request-id: [293cdbb4-5cfc-430e-8d43-07bf9b38d8e0] + request-id: [b1002944-3746-46e1-b939-602d0b540f6c] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -364,24 +397,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb","name":"cluster4c3c15bb","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-16T00:13:34.931Z","allocationStateTransitionTime":"2018-03-16T00:15:27.161Z","provisioningStateTransitionTime":"2018-03-16T00:13:37.054Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk4c3c15bb","azureFileUrl":"https://psdk4c3c15bb.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb","name":"cluster4c3c15bb","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T21:06:04.619Z","allocationStateTransitionTime":"2018-06-06T21:08:36.163Z","provisioningStateTransitionTime":"2018-06-06T21:06:05.65Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk4c3c15bb","azureFileUrl":"https://psdk4c3c15bb.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1213'] + content-length: ['1220'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:16:23 GMT'] - etag: ['"0x8D58AD2C23CA67A"'] + date: ['Wed, 06 Jun 2018 21:08:52 GMT'] + etag: ['"0x8D5CBF150D082D4"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:13:34 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:06:04 GMT'] pragma: [no-cache] - request-id: [486a9b20-03df-4d43-aa3c-d5031761f9b6] + request-id: [107a8258-29ec-480e-87df-442f2bb64f15] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -395,24 +428,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb","name":"cluster4c3c15bb","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-16T00:13:34.931Z","allocationStateTransitionTime":"2018-03-16T00:15:27.161Z","provisioningStateTransitionTime":"2018-03-16T00:13:37.054Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk4c3c15bb","azureFileUrl":"https://psdk4c3c15bb.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb","name":"cluster4c3c15bb","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T21:06:04.619Z","allocationStateTransitionTime":"2018-06-06T21:08:36.163Z","provisioningStateTransitionTime":"2018-06-06T21:06:05.65Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk4c3c15bb","azureFileUrl":"https://psdk4c3c15bb.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1213'] + content-length: ['1220'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:16:45 GMT'] - etag: ['"0x8D58AD2C23CA67A"'] + date: ['Wed, 06 Jun 2018 21:09:14 GMT'] + etag: ['"0x8D5CBF150D082D4"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:13:34 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:06:04 GMT'] pragma: [no-cache] - request-id: [9360cddf-b9f2-4114-aab6-3e9793016782] + request-id: [77eeb5ad-a449-4f5e-866d-d5ddd85c02e2] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -426,24 +459,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb","name":"cluster4c3c15bb","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-16T00:13:34.931Z","allocationStateTransitionTime":"2018-03-16T00:15:27.161Z","provisioningStateTransitionTime":"2018-03-16T00:13:37.054Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk4c3c15bb","azureFileUrl":"https://psdk4c3c15bb.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb","name":"cluster4c3c15bb","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T21:06:04.619Z","allocationStateTransitionTime":"2018-06-06T21:08:36.163Z","provisioningStateTransitionTime":"2018-06-06T21:06:05.65Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk4c3c15bb","azureFileUrl":"https://psdk4c3c15bb.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1213'] + content-length: ['1220'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:17:06 GMT'] - etag: ['"0x8D58AD2C23CA67A"'] + date: ['Wed, 06 Jun 2018 21:09:35 GMT'] + etag: ['"0x8D5CBF150D082D4"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:13:34 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:06:04 GMT'] pragma: [no-cache] - request-id: [ad89e499-6459-4ed8-81a1-28b433f1175a] + request-id: [0f2e6481-2bc5-4ae0-9aa7-9c5d33eefa03] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -457,24 +490,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb","name":"cluster4c3c15bb","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-16T00:13:34.931Z","allocationStateTransitionTime":"2018-03-16T00:15:27.161Z","provisioningStateTransitionTime":"2018-03-16T00:13:37.054Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk4c3c15bb","azureFileUrl":"https://psdk4c3c15bb.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb","name":"cluster4c3c15bb","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T21:06:04.619Z","allocationStateTransitionTime":"2018-06-06T21:08:36.163Z","provisioningStateTransitionTime":"2018-06-06T21:06:05.65Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk4c3c15bb","azureFileUrl":"https://psdk4c3c15bb.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1213'] + content-length: ['1220'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:17:28 GMT'] - etag: ['"0x8D58AD2C23CA67A"'] + date: ['Wed, 06 Jun 2018 21:09:57 GMT'] + etag: ['"0x8D5CBF150D082D4"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:13:34 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:06:04 GMT'] pragma: [no-cache] - request-id: [0f3dcb32-0b2e-4813-95c9-a9d8feec8961] + request-id: [de43ccd9-0c00-4413-894c-76e546f0405b] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -488,24 +521,86 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb","name":"cluster4c3c15bb","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-16T00:13:34.931Z","allocationStateTransitionTime":"2018-03-16T00:15:27.161Z","provisioningStateTransitionTime":"2018-03-16T00:13:37.054Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk4c3c15bb","azureFileUrl":"https://psdk4c3c15bb.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb","name":"cluster4c3c15bb","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T21:06:04.619Z","allocationStateTransitionTime":"2018-06-06T21:08:36.163Z","provisioningStateTransitionTime":"2018-06-06T21:06:05.65Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk4c3c15bb","azureFileUrl":"https://psdk4c3c15bb.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1213'] + content-length: ['1220'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:17:49 GMT'] - etag: ['"0x8D58AD2C23CA67A"'] + date: ['Wed, 06 Jun 2018 21:10:18 GMT'] + etag: ['"0x8D5CBF150D082D4"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:13:34 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:06:04 GMT'] pragma: [no-cache] - request-id: [c9b7db45-f92e-41ef-b5c5-6993d2695e21] + request-id: [17c63da2-524e-4ee1-a978-9a4d14163350] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb","name":"cluster4c3c15bb","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T21:06:04.619Z","allocationStateTransitionTime":"2018-06-06T21:08:36.163Z","provisioningStateTransitionTime":"2018-06-06T21:06:05.65Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk4c3c15bb","azureFileUrl":"https://psdk4c3c15bb.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + headers: + cache-control: [no-cache] + content-length: ['1220'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:10:39 GMT'] + etag: ['"0x8D5CBF150D082D4"'] + expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 21:06:04 GMT'] + pragma: [no-cache] + request-id: [074b1a97-a946-4d90-9fa8-b50a6ee635b1] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb","name":"cluster4c3c15bb","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T21:06:04.619Z","allocationStateTransitionTime":"2018-06-06T21:08:36.163Z","provisioningStateTransitionTime":"2018-06-06T21:06:05.65Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdk4c3c15bb","azureFileUrl":"https://psdk4c3c15bb.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + headers: + cache-control: [no-cache] + content-length: ['1220'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:11:00 GMT'] + etag: ['"0x8D5CBF150D082D4"'] + expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 21:06:04 GMT'] + pragma: [no-cache] + request-id: [1d242aee-0c76-4f39-9cfb-fa3c7011381b] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -520,22 +615,22 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb/listRemoteLoginInformation?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb/listRemoteLoginInformation?api-version=2018-05-01 response: - body: {string: '{"value":[{"nodeId":"tvm-1989762041_1-20180316t001525z-p","ipAddress":"51.144.237.38","port":50000}]}'} + body: {string: '{"value":[{"nodeId":"tvm-171039672_1-20180606t210834z-p","ipAddress":"104.46.15.190","port":50000}]}'} headers: cache-control: [no-cache] - content-length: ['101'] + content-length: ['100'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:17:50 GMT'] + date: ['Wed, 06 Jun 2018 21:11:00 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [b2069f05-064a-47b4-a382-92916149a478] + request-id: [72f9d16d-484f-4ac8-9ec4-abd7f82017f7] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -543,40 +638,72 @@ interactions: x-content-type-options: [nosniff] status: {code: 200, message: OK} - request: - body: 'b''b\''b\\\''{"location": "westeurope", "properties": {"priority": 0, "cluster": - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb"}, + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['0'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment","name":"experiment","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T21:11:03.269Z","creationTime":"2018-06-06T21:11:03.269Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['429'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:11:02 GMT'] + etag: ['"0x8D5CBF202D2EB4F"'] + expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 21:11:03 GMT'] + pragma: [no-cache] + request-id: [97e0f567-b99f-4fb2-bb50-64f10306c0d2] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1197'] + status: {code: 200, message: OK} +- request: + body: 'b''{"properties": {"schedulingPriority": "normal", "cluster": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb"}, "nodeCount": 1, "customToolkitSettings": {"commandLine": "echo hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"}, "stdOutErrPathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles", "inputDirectories": [{"id": "INPUT", "path": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}], "outputDirectories": [{"id": "OUTPUTS", "pathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/", "pathSuffix": - "files", "type": "custom", "createNew": true}]}}\\\''\''''' + "files"}]}}''' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['668'] + Content-Length: ['643'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/7af9cec5-f53b-427a-9e37-aa50077139a3?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/7789aa2d-9f3b-4990-8093-10e40b5a981d?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 00:17:53 GMT'] + date: ['Wed, 06 Jun 2018 21:11:04 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/7af9cec5-f53b-427a-9e37-aa50077139a3?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/7789aa2d-9f3b-4990-8093-10e40b5a981d?api-version=2018-05-01'] pragma: [no-cache] - request-id: [c29052f3-1293-4341-a24c-931236b785e0] + request-id: [47b334b4-e4e8-497d-aa38-480c2c9903bc] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] + x-ms-ratelimit-remaining-subscription-writes: ['1196'] status: {code: 202, message: Accepted} - request: body: null @@ -584,21 +711,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/7af9cec5-f53b-427a-9e37-aa50077139a3?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/7789aa2d-9f3b-4990-8093-10e40b5a981d?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/7af9cec5-f53b-427a-9e37-aa50077139a3","name":"7af9cec5-f53b-427a-9e37-aa50077139a3","status":"Succeeded","startTime":"2018-03-16T00:17:54.083Z","endTime":"2018-03-16T00:17:54.754Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb$host_job"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/7789aa2d-9f3b-4990-8093-10e40b5a981d","name":"7789aa2d-9f3b-4990-8093-10e40b5a981d","status":"Succeeded","startTime":"2018-06-06T21:11:04.951Z","endTime":"2018-06-06T21:11:05.413Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb$workspace$experiment$host_job"}}'} headers: cache-control: [no-cache] - content-length: ['472'] + content-length: ['494'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:18:09 GMT'] + date: ['Wed, 06 Jun 2018 21:11:21 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [68d011bb-c3b1-4766-b177-07d8a10466ee] + request-id: [ef3e944c-0af9-4142-a4dd-5b456c475903] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -611,24 +738,24 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/jobs/host_job/47d16a0c-046c-4802-8386-3e75173a8fcc","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T00:17:54.067Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T00:17:54.739Z","executionState":"succeeded","executionStateTransitionTime":"2018-03-16T00:17:58.548Z","executionInfo":{"startTime":"2018-03-16T00:17:55.976Z","endTime":"2018-03-16T00:17:58.548Z","exitCode":0}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/workspaces/workspace/experiments/experiment/jobs/host_job/efb65977-83ae-46ff-94cd-2bd803ca7b22","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T21:11:04.936Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T21:11:05.397Z","executionState":"succeeded","executionStateTransitionTime":"2018-06-06T21:11:09.655Z","executionInfo":{"startTime":"2018-06-06T21:11:07.591Z","endTime":"2018-06-06T21:11:09.655Z","exitCode":0}}}'} headers: cache-control: [no-cache] - content-length: ['1416'] + content-length: ['1562'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:18:11 GMT'] - etag: ['"0x8D58AD35CB1ADBC"'] + date: ['Wed, 06 Jun 2018 21:11:22 GMT'] + etag: ['"0x8D5CBF203D13B39"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:17:54 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:11:04 GMT'] pragma: [no-cache] - request-id: [d0927de9-8c32-42b9-b8ec-c4d189746c73] + request-id: [2ad92020-1787-47f2-a1e5-bd374a053fc0] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -642,25 +769,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/jobs/host_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/jobs/host_job/47d16a0c-046c-4802-8386-3e75173a8fcc","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T00:17:54.067Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T00:17:54.739Z","executionState":"succeeded","executionStateTransitionTime":"2018-03-16T00:17:58.548Z","executionInfo":{"startTime":"2018-03-16T00:17:55.976Z","endTime":"2018-03-16T00:17:58.548Z","exitCode":0}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job","name":"host_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/workspaces/workspace/experiments/experiment/jobs/host_job/efb65977-83ae-46ff-94cd-2bd803ca7b22","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T21:11:04.936Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T21:11:05.397Z","executionState":"succeeded","executionStateTransitionTime":"2018-06-06T21:11:09.655Z","executionInfo":{"startTime":"2018-06-06T21:11:07.591Z","endTime":"2018-06-06T21:11:09.655Z","exitCode":0}}}'} headers: cache-control: [no-cache] - content-length: ['1416'] + content-length: ['1562'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:18:12 GMT'] - etag: ['"0x8D58AD35CB1ADBC"'] + date: ['Wed, 06 Jun 2018 21:11:23 GMT'] + etag: ['"0x8D5CBF203D13B39"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:17:54 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:11:04 GMT'] pragma: [no-cache] - request-id: [9a0ffd45-957c-4fa6-86d2-2eea1b61c0b9] + request-id: [59dd816c-2ad7-4677-8260-7d29f1140b0b] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -675,22 +802,22 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/jobs/host_job/listOutputFiles?api-version=2018-03-01&outputdirectoryid=OUTPUTS&directory=.&linkexpiryinminutes=60&maxresults=1000 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job/listOutputFiles?api-version=2018-05-01&outputdirectoryid=OUTPUTS&directory=.&linkexpiryinminutes=60&maxresults=1000 response: - body: {string: '{"value":[{"name":"hi.txt","isDirectory":false,"downloadUrl":"https://psdk4c3c15bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/jobs/host_job/47d16a0c-046c-4802-8386-3e75173a8fcc/outputs/files/hi.txt?sv=2016-05-31&sr=f&sig=K37rmeV1H4EYNWfPkFj8AASuBAZXt1QpBqdWI%2BSHzDU%3D&se=2018-03-16T01%3A18%3A14Z&sp=rl","properties":{"lastModified":"2018-03-16T00:17:57Z","contentLength":6}}]}'} + body: {string: '{"value":[{"name":"hi.txt","fileType":"file","downloadUrl":"https://psdk4c3c15bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/workspaces/workspace/experiments/experiment/jobs/host_job/efb65977-83ae-46ff-94cd-2bd803ca7b22/outputs/files/hi.txt?sv=2016-05-31&sr=f&sig=aWtn7mEERMM2teMsLuKO4CpGnINNuxQWz0V%2Bd3cH8ww%3D&se=2018-06-06T22%3A11%3A24Z&sp=rl","properties":{"lastModified":"2018-06-06T21:11:09Z","contentLength":6}}]}'} headers: cache-control: [no-cache] - content-length: ['462'] + content-length: ['504'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:18:14 GMT'] + date: ['Wed, 06 Jun 2018 21:11:24 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [c02fdab2-9f11-4041-8355-630e239860fe] + request-id: [8b24b18f-0996-4669-bc1f-c1015bb6c175] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -705,7 +832,7 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdk4c3c15bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/jobs/host_job/47d16a0c-046c-4802-8386-3e75173a8fcc/outputs/files/hi.txt?sv=2016-05-31&sr=f&sig=K37rmeV1H4EYNWfPkFj8AASuBAZXt1QpBqdWI%2BSHzDU%3D&se=2018-03-16T01%3A18%3A14Z&sp=rl + uri: https://psdk4c3c15bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/workspaces/workspace/experiments/experiment/jobs/host_job/efb65977-83ae-46ff-94cd-2bd803ca7b22/outputs/files/hi.txt?sv=2016-05-31&sr=f&sig=aWtn7mEERMM2teMsLuKO4CpGnINNuxQWz0V%2Bd3cH8ww%3D&se=2018-06-06T22%3A11%3A24Z&sp=rl response: body: {string: 'hello @@ -714,9 +841,9 @@ interactions: accept-ranges: [bytes] content-length: ['6'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 00:18:15 GMT'] - etag: ['"0x8D58AD35EF65415"'] - last-modified: ['Fri, 16 Mar 2018 00:17:57 GMT'] + date: ['Wed, 06 Jun 2018 21:11:25 GMT'] + etag: ['"0x8D5CBF20647177B"'] + last-modified: ['Wed, 06 Jun 2018 21:11:09 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -729,22 +856,22 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/jobs/host_job/listOutputFiles?api-version=2018-03-01&outputdirectoryid=stdouterr&directory=.&linkexpiryinminutes=60&maxresults=1000 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_job/listOutputFiles?api-version=2018-05-01&outputdirectoryid=stdouterr&directory=.&linkexpiryinminutes=60&maxresults=1000 response: - body: {string: '{"value":[{"name":"execution.log","isDirectory":false,"downloadUrl":"https://psdk4c3c15bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/jobs/host_job/47d16a0c-046c-4802-8386-3e75173a8fcc/stdouterr/execution.log?sv=2016-05-31&sr=f&sig=zMY0x9PuP2RJ9wxFUrGxtwJbbktYpYny5LZnj9A3s54%3D&se=2018-03-16T01%3A18%3A16Z&sp=rl","properties":{"lastModified":"2018-03-16T00:17:57Z","contentLength":181}},{"name":"stderr.txt","isDirectory":false,"downloadUrl":"https://psdk4c3c15bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/jobs/host_job/47d16a0c-046c-4802-8386-3e75173a8fcc/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=j%2B6p9qNPwaVnkLfZKZxaTB4KEJ%2BfGy%2Bc5YMJ5ynbVTU%3D&se=2018-03-16T01%3A18%3A16Z&sp=rl","properties":{"lastModified":"2018-03-16T00:17:57Z","contentLength":0}},{"name":"stdout.txt","isDirectory":false,"downloadUrl":"https://psdk4c3c15bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/jobs/host_job/47d16a0c-046c-4802-8386-3e75173a8fcc/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=12X4KogQlUoBZzlo49juB7ktIfcMxy0d6f5hOoB%2FQxo%3D&se=2018-03-16T01%3A18%3A16Z&sp=rl","properties":{"lastModified":"2018-03-16T00:17:57Z","contentLength":6}}]}'} + body: {string: '{"value":[{"name":"execution.log","fileType":"file","downloadUrl":"https://psdk4c3c15bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/workspaces/workspace/experiments/experiment/jobs/host_job/efb65977-83ae-46ff-94cd-2bd803ca7b22/stdouterr/execution.log?sv=2016-05-31&sr=f&sig=u9fixOghBXfXGyCsgIswRYyy68UHIG%2FWnNXlwM%2BKN4Y%3D&se=2018-06-06T22%3A11%3A26Z&sp=rl","properties":{"lastModified":"2018-06-06T21:11:09Z","contentLength":3223}},{"name":"stderr.txt","fileType":"file","downloadUrl":"https://psdk4c3c15bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/workspaces/workspace/experiments/experiment/jobs/host_job/efb65977-83ae-46ff-94cd-2bd803ca7b22/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=IakwaKJH7tcpxg8lw4uhIn1QY0ax8UJuKUjO53MAOSM%3D&se=2018-06-06T22%3A11%3A26Z&sp=rl","properties":{"lastModified":"2018-06-06T21:11:08Z","contentLength":0}},{"name":"stdout.txt","fileType":"file","downloadUrl":"https://psdk4c3c15bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/workspaces/workspace/experiments/experiment/jobs/host_job/efb65977-83ae-46ff-94cd-2bd803ca7b22/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=TRDIX0%2FLNVhzP9JzD1DYQgNNiCzwSrSC3G4uDgx3UXI%3D&se=2018-06-06T22%3A11%3A26Z&sp=rl","properties":{"lastModified":"2018-06-06T21:11:09Z","contentLength":6}}]}'} headers: cache-control: [no-cache] - content-length: ['1386'] + content-length: ['1511'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:18:16 GMT'] + date: ['Wed, 06 Jun 2018 21:11:26 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [855f49c6-e31d-4d20-ab2f-a23161a763de] + request-id: [4c93563d-e8b2-4619-8f63-314de523d674] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -759,16 +886,16 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdk4c3c15bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/jobs/host_job/47d16a0c-046c-4802-8386-3e75173a8fcc/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=j%2B6p9qNPwaVnkLfZKZxaTB4KEJ%2BfGy%2Bc5YMJ5ynbVTU%3D&se=2018-03-16T01%3A18%3A16Z&sp=rl + uri: https://psdk4c3c15bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/workspaces/workspace/experiments/experiment/jobs/host_job/efb65977-83ae-46ff-94cd-2bd803ca7b22/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=IakwaKJH7tcpxg8lw4uhIn1QY0ax8UJuKUjO53MAOSM%3D&se=2018-06-06T22%3A11%3A26Z&sp=rl response: body: {string: ''} headers: accept-ranges: [bytes] content-length: ['0'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 00:18:16 GMT'] - etag: ['"0x8D58AD35EE22AF3"'] - last-modified: ['Fri, 16 Mar 2018 00:17:57 GMT'] + date: ['Wed, 06 Jun 2018 21:11:26 GMT'] + etag: ['"0x8D5CBF20639A788"'] + last-modified: ['Wed, 06 Jun 2018 21:11:08 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -781,7 +908,7 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdk4c3c15bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/jobs/host_job/47d16a0c-046c-4802-8386-3e75173a8fcc/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=12X4KogQlUoBZzlo49juB7ktIfcMxy0d6f5hOoB%2FQxo%3D&se=2018-03-16T01%3A18%3A16Z&sp=rl + uri: https://psdk4c3c15bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/workspaces/workspace/experiments/experiment/jobs/host_job/efb65977-83ae-46ff-94cd-2bd803ca7b22/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=TRDIX0%2FLNVhzP9JzD1DYQgNNiCzwSrSC3G4uDgx3UXI%3D&se=2018-06-06T22%3A11%3A26Z&sp=rl response: body: {string: 'hello @@ -790,49 +917,81 @@ interactions: accept-ranges: [bytes] content-length: ['6'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 00:18:18 GMT'] - etag: ['"0x8D58AD35EF89E9A"'] - last-modified: ['Fri, 16 Mar 2018 00:17:57 GMT'] + date: ['Wed, 06 Jun 2018 21:11:27 GMT'] + etag: ['"0x8D5CBF20648EC8B"'] + last-modified: ['Wed, 06 Jun 2018 21:11:09 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] status: {code: 200, message: OK} - request: - body: 'b''b\''b\\\''{"location": "westeurope", "properties": {"priority": 0, "cluster": - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb"}, + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['0'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment","name":"experiment","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T21:11:03.269Z","creationTime":"2018-06-06T21:11:03.269Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['429'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:11:28 GMT'] + etag: ['"0x8D5CBF202D2EB4F"'] + expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 21:11:03 GMT'] + pragma: [no-cache] + request-id: [214c6d75-83f2-4e62-9d65-aea03a925c44] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1195'] + status: {code: 200, message: OK} +- request: + body: 'b''{"properties": {"schedulingPriority": "normal", "cluster": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb"}, "nodeCount": 1, "containerSettings": {"imageSourceRegistry": {"image": "ubuntu"}}, "customToolkitSettings": {"commandLine": "echo hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"}, "stdOutErrPathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles", "inputDirectories": [{"id": "INPUT", "path": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}], "outputDirectories": [{"id": "OUTPUTS", "pathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/", "pathSuffix": - "files", "type": "custom", "createNew": true}]}}\\\''\''''' + "files"}]}}''' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['735'] + Content-Length: ['710'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/jobs/container_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/container_job?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/61e5804a-e8d8-4724-992a-f307784a4e34?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/84d81b36-5af2-4fa7-9808-9bee30e74f79?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 00:18:21 GMT'] + date: ['Wed, 06 Jun 2018 21:11:29 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/61e5804a-e8d8-4724-992a-f307784a4e34?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/84d81b36-5af2-4fa7-9808-9bee30e74f79?api-version=2018-05-01'] pragma: [no-cache] - request-id: [896a021f-e81b-4263-b39a-fda4fd5847f9] + request-id: [602e6cb8-56dc-4148-8dd6-14a5e59a5aea] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] + x-ms-ratelimit-remaining-subscription-writes: ['1197'] status: {code: 202, message: Accepted} - request: body: null @@ -840,21 +999,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/61e5804a-e8d8-4724-992a-f307784a4e34?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/84d81b36-5af2-4fa7-9808-9bee30e74f79?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/61e5804a-e8d8-4724-992a-f307784a4e34","name":"61e5804a-e8d8-4724-992a-f307784a4e34","status":"Succeeded","startTime":"2018-03-16T00:18:21.693Z","endTime":"2018-03-16T00:18:22.293Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb$container_job"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/84d81b36-5af2-4fa7-9808-9bee30e74f79","name":"84d81b36-5af2-4fa7-9808-9bee30e74f79","status":"Succeeded","startTime":"2018-06-06T21:11:29.539Z","endTime":"2018-06-06T21:11:29.898Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb$workspace$experiment$container_job"}}'} headers: cache-control: [no-cache] - content-length: ['477'] + content-length: ['499'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:18:37 GMT'] + date: ['Wed, 06 Jun 2018 21:11:44 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [db76e43b-a94e-4d9e-8b6e-2b732bb424e2] + request-id: [c12a19b3-8eea-4744-8e44-3da5469ed923] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -867,24 +1026,24 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/jobs/container_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/container_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/jobs/container_job","name":"container_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/jobs/container_job/3bb54f57-beb7-413b-b1b7-0eb2f869ec5d","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T00:18:21.677Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T00:18:22.277Z","executionState":"running","executionStateTransitionTime":"2018-03-16T00:18:23.357Z","executionInfo":{"startTime":"2018-03-16T00:18:23.163Z"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/container_job","name":"container_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/workspaces/workspace/experiments/experiment/jobs/container_job/457c2601-5a42-4304-9b40-ff22cca703fe","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T21:11:29.523Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T21:11:29.882Z","executionState":"running","executionStateTransitionTime":"2018-06-06T21:11:30.521Z","executionInfo":{"startTime":"2018-06-06T21:11:30.521Z"}}}'} headers: cache-control: [no-cache] - content-length: ['1442'] + content-length: ['1588'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:18:38 GMT'] - etag: ['"0x8D58AD36D26B26E"'] + date: ['Wed, 06 Jun 2018 21:11:44 GMT'] + etag: ['"0x8D5CBF21278F329"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:18:21 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:11:29 GMT'] pragma: [no-cache] - request-id: [aeceeb4c-328c-43b3-adff-69f33f5cd441] + request-id: [75aebfbc-8bfd-41ac-a80a-5eb6cb491899] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -898,25 +1057,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/jobs/container_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/container_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/jobs/container_job","name":"container_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/jobs/container_job/3bb54f57-beb7-413b-b1b7-0eb2f869ec5d","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T00:18:21.677Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T00:18:22.277Z","executionState":"running","executionStateTransitionTime":"2018-03-16T00:18:23.357Z","executionInfo":{"startTime":"2018-03-16T00:18:23.163Z"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/container_job","name":"container_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/workspaces/workspace/experiments/experiment/jobs/container_job/457c2601-5a42-4304-9b40-ff22cca703fe","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T21:11:29.523Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T21:11:29.882Z","executionState":"running","executionStateTransitionTime":"2018-06-06T21:11:30.521Z","executionInfo":{"startTime":"2018-06-06T21:11:30.521Z"}}}'} headers: cache-control: [no-cache] - content-length: ['1442'] + content-length: ['1588'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:18:39 GMT'] - etag: ['"0x8D58AD36D26B26E"'] + date: ['Wed, 06 Jun 2018 21:11:45 GMT'] + etag: ['"0x8D5CBF21278F329"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:18:21 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:11:29 GMT'] pragma: [no-cache] - request-id: [b0c4ac6c-3acc-48bd-8df6-6710f569ff73] + request-id: [8563b7ec-b60e-4781-a320-d3486a717445] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -930,25 +1089,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/jobs/container_job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/container_job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/jobs/container_job","name":"container_job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/jobs/container_job/3bb54f57-beb7-413b-b1b7-0eb2f869ec5d","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T00:18:21.677Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T00:18:22.277Z","executionState":"succeeded","executionStateTransitionTime":"2018-03-16T00:18:57.183Z","executionInfo":{"startTime":"2018-03-16T00:18:23.163Z","endTime":"2018-03-16T00:18:57.183Z","exitCode":0}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/container_job","name":"container_job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/workspaces/workspace/experiments/experiment/jobs/container_job/457c2601-5a42-4304-9b40-ff22cca703fe","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hello | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T21:11:29.523Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T21:11:29.882Z","executionState":"succeeded","executionStateTransitionTime":"2018-06-06T21:11:58.007Z","executionInfo":{"startTime":"2018-06-06T21:11:30.521Z","endTime":"2018-06-06T21:11:58.007Z","exitCode":0}}}'} headers: cache-control: [no-cache] - content-length: ['1494'] + content-length: ['1640'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:19:01 GMT'] - etag: ['"0x8D58AD36D26B26E"'] + date: ['Wed, 06 Jun 2018 21:12:07 GMT'] + etag: ['"0x8D5CBF21278F329"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:18:21 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:11:29 GMT'] pragma: [no-cache] - request-id: [5c4b34f8-7450-4041-bdba-4033b8fa8fea] + request-id: [a8ce3113-5ab9-4ab3-b88f-e1a4371497cc] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -963,22 +1122,22 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/jobs/container_job/listOutputFiles?api-version=2018-03-01&outputdirectoryid=OUTPUTS&directory=.&linkexpiryinminutes=60&maxresults=1000 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/container_job/listOutputFiles?api-version=2018-05-01&outputdirectoryid=OUTPUTS&directory=.&linkexpiryinminutes=60&maxresults=1000 response: - body: {string: '{"value":[{"name":"hi.txt","isDirectory":false,"downloadUrl":"https://psdk4c3c15bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/jobs/container_job/3bb54f57-beb7-413b-b1b7-0eb2f869ec5d/outputs/files/hi.txt?sv=2016-05-31&sr=f&sig=8FTPPC8yaI5XY8fwjuexotmg566zgTObEoN%2FiJ1RK68%3D&se=2018-03-16T01%3A19%3A03Z&sp=rl","properties":{"lastModified":"2018-03-16T00:18:56Z","contentLength":6}}]}'} + body: {string: '{"value":[{"name":"hi.txt","fileType":"file","downloadUrl":"https://psdk4c3c15bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/workspaces/workspace/experiments/experiment/jobs/container_job/457c2601-5a42-4304-9b40-ff22cca703fe/outputs/files/hi.txt?sv=2016-05-31&sr=f&sig=gIXmrI6c%2FCKRTzVJHtKEURrYb7qgXB3LwRr%2B%2BqbCpKI%3D&se=2018-06-06T22%3A12%3A08Z&sp=rl","properties":{"lastModified":"2018-06-06T21:11:54Z","contentLength":6}}]}'} headers: cache-control: [no-cache] - content-length: ['467'] + content-length: ['513'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:19:02 GMT'] + date: ['Wed, 06 Jun 2018 21:12:08 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [84fc8967-45a7-4adf-84de-b3c292041234] + request-id: [e9b55ee6-27aa-4e4b-9baa-399e4deec1f5] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -993,7 +1152,7 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdk4c3c15bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/jobs/container_job/3bb54f57-beb7-413b-b1b7-0eb2f869ec5d/outputs/files/hi.txt?sv=2016-05-31&sr=f&sig=8FTPPC8yaI5XY8fwjuexotmg566zgTObEoN%2FiJ1RK68%3D&se=2018-03-16T01%3A19%3A03Z&sp=rl + uri: https://psdk4c3c15bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/workspaces/workspace/experiments/experiment/jobs/container_job/457c2601-5a42-4304-9b40-ff22cca703fe/outputs/files/hi.txt?sv=2016-05-31&sr=f&sig=gIXmrI6c%2FCKRTzVJHtKEURrYb7qgXB3LwRr%2B%2BqbCpKI%3D&se=2018-06-06T22%3A12%3A08Z&sp=rl response: body: {string: 'hello @@ -1002,9 +1161,9 @@ interactions: accept-ranges: [bytes] content-length: ['6'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 00:19:03 GMT'] - etag: ['"0x8D58AD38212C322"'] - last-modified: ['Fri, 16 Mar 2018 00:18:56 GMT'] + date: ['Wed, 06 Jun 2018 21:12:09 GMT'] + etag: ['"0x8D5CBF2212D87D4"'] + last-modified: ['Wed, 06 Jun 2018 21:11:54 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -1017,22 +1176,22 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/jobs/container_job/listOutputFiles?api-version=2018-03-01&outputdirectoryid=stdouterr&directory=.&linkexpiryinminutes=60&maxresults=1000 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/container_job/listOutputFiles?api-version=2018-05-01&outputdirectoryid=stdouterr&directory=.&linkexpiryinminutes=60&maxresults=1000 response: - body: {string: '{"value":[{"name":"execution.log","isDirectory":false,"downloadUrl":"https://psdk4c3c15bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/jobs/container_job/3bb54f57-beb7-413b-b1b7-0eb2f869ec5d/stdouterr/execution.log?sv=2016-05-31&sr=f&sig=UkCghoLRqTFxgqKeNoY5iO9AEY%2FP7b4rbYvuBjElEoY%3D&se=2018-03-16T01%3A19%3A05Z&sp=rl","properties":{"lastModified":"2018-03-16T00:18:56Z","contentLength":22564}},{"name":"stderr.txt","isDirectory":false,"downloadUrl":"https://psdk4c3c15bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/jobs/container_job/3bb54f57-beb7-413b-b1b7-0eb2f869ec5d/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=XgpY2YPmT%2FRoyAmQt81o424CBg1TGZUGbQ9ml50I%2B0M%3D&se=2018-03-16T01%3A19%3A05Z&sp=rl","properties":{"lastModified":"2018-03-16T00:18:56Z","contentLength":0}},{"name":"stdout.txt","isDirectory":false,"downloadUrl":"https://psdk4c3c15bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/jobs/container_job/3bb54f57-beb7-413b-b1b7-0eb2f869ec5d/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=Odk9vvtbySbun0LgSwPbleei%2F%2F7%2BP%2B%2Bms8H4CgMdE4c%3D&se=2018-03-16T01%3A19%3A05Z&sp=rl","properties":{"lastModified":"2018-03-16T00:18:56Z","contentLength":6}}]}'} + body: {string: '{"value":[{"name":"execution.log","fileType":"file","downloadUrl":"https://psdk4c3c15bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/workspaces/workspace/experiments/experiment/jobs/container_job/457c2601-5a42-4304-9b40-ff22cca703fe/stdouterr/execution.log?sv=2016-05-31&sr=f&sig=v1oX2k0PtEra9sp042uNsXFYnyRe7OTN1oWMykVus9s%3D&se=2018-06-06T22%3A12%3A10Z&sp=rl","properties":{"lastModified":"2018-06-06T21:11:57Z","contentLength":15713}},{"name":"stderr.txt","fileType":"file","downloadUrl":"https://psdk4c3c15bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/workspaces/workspace/experiments/experiment/jobs/container_job/457c2601-5a42-4304-9b40-ff22cca703fe/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=9girRrIMNRXaLpzka842yshKdXyodKH2Lv0MNnxS7wE%3D&se=2018-06-06T22%3A12%3A10Z&sp=rl","properties":{"lastModified":"2018-06-06T21:11:54Z","contentLength":0}},{"name":"stdout.txt","fileType":"file","downloadUrl":"https://psdk4c3c15bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/workspaces/workspace/experiments/experiment/jobs/container_job/457c2601-5a42-4304-9b40-ff22cca703fe/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=9Kzs6oZaeo3QpsJ9i0Rfyb4WDEc%2BYsuDGsFEavDGYoU%3D&se=2018-06-06T22%3A12%3A10Z&sp=rl","properties":{"lastModified":"2018-06-06T21:11:54Z","contentLength":6}}]}'} headers: cache-control: [no-cache] - content-length: ['1411'] + content-length: ['1523'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:19:04 GMT'] + date: ['Wed, 06 Jun 2018 21:12:10 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [5447fab6-67ca-4ea5-833c-38fcc88ddef1] + request-id: [6a6d4803-d0c3-4a4d-bf7a-11043f2a5df0] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1047,16 +1206,16 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdk4c3c15bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/jobs/container_job/3bb54f57-beb7-413b-b1b7-0eb2f869ec5d/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=XgpY2YPmT%2FRoyAmQt81o424CBg1TGZUGbQ9ml50I%2B0M%3D&se=2018-03-16T01%3A19%3A05Z&sp=rl + uri: https://psdk4c3c15bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/workspaces/workspace/experiments/experiment/jobs/container_job/457c2601-5a42-4304-9b40-ff22cca703fe/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=9girRrIMNRXaLpzka842yshKdXyodKH2Lv0MNnxS7wE%3D&se=2018-06-06T22%3A12%3A10Z&sp=rl response: body: {string: ''} headers: accept-ranges: [bytes] content-length: ['0'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 00:19:05 GMT'] - etag: ['"0x8D58AD382009648"'] - last-modified: ['Fri, 16 Mar 2018 00:18:56 GMT'] + date: ['Wed, 06 Jun 2018 21:12:11 GMT'] + etag: ['"0x8D5CBF2211E1BC2"'] + last-modified: ['Wed, 06 Jun 2018 21:11:54 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -1069,7 +1228,7 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdk4c3c15bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/jobs/container_job/3bb54f57-beb7-413b-b1b7-0eb2f869ec5d/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=Odk9vvtbySbun0LgSwPbleei%2F%2F7%2BP%2B%2Bms8H4CgMdE4c%3D&se=2018-03-16T01%3A19%3A05Z&sp=rl + uri: https://psdk4c3c15bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/workspaces/workspace/experiments/experiment/jobs/container_job/457c2601-5a42-4304-9b40-ff22cca703fe/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=9Kzs6oZaeo3QpsJ9i0Rfyb4WDEc%2BYsuDGsFEavDGYoU%3D&se=2018-06-06T22%3A12%3A10Z&sp=rl response: body: {string: 'hello @@ -1078,9 +1237,9 @@ interactions: accept-ranges: [bytes] content-length: ['6'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 00:19:06 GMT'] - etag: ['"0x8D58AD38214BF79"'] - last-modified: ['Fri, 16 Mar 2018 00:18:56 GMT'] + date: ['Wed, 06 Jun 2018 21:12:11 GMT'] + etag: ['"0x8D5CBF2212EE7A8"'] + last-modified: ['Wed, 06 Jun 2018 21:11:54 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -1093,27 +1252,27 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters/cluster4c3c15bb?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster4c3c15bb?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fa5ab30b-f489-4d04-a0f0-bf6e51ca0717?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ded7a327-454b-4a7f-87b3-70d076a003a7?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 00:19:08 GMT'] + date: ['Wed, 06 Jun 2018 21:12:12 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/fa5ab30b-f489-4d04-a0f0-bf6e51ca0717?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/ded7a327-454b-4a7f-87b3-70d076a003a7?api-version=2018-05-01'] pragma: [no-cache] - request-id: [b8cda3c0-b0d8-43ae-b980-4f3124f48187] + request-id: [e582e447-cc38-40d0-b99a-9e68d88e85eb] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] + x-ms-ratelimit-remaining-subscription-deletes: ['14997'] status: {code: 202, message: Accepted} - request: body: null @@ -1121,48 +1280,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 - Azure-SDK-For-Python] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fa5ab30b-f489-4d04-a0f0-bf6e51ca0717?api-version=2018-03-01 - response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fa5ab30b-f489-4d04-a0f0-bf6e51ca0717","name":"fa5ab30b-f489-4d04-a0f0-bf6e51ca0717","status":"InProgress","startTime":"2018-03-16T00:19:08.482Z"}'} - headers: - cache-control: [no-cache] - content-length: ['298'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:19:24 GMT'] - expires: ['-1'] - pragma: [no-cache] - request-id: [939f762c-3b23-40c4-b94e-2affb11d350e] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - 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.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fa5ab30b-f489-4d04-a0f0-bf6e51ca0717?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ded7a327-454b-4a7f-87b3-70d076a003a7?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fa5ab30b-f489-4d04-a0f0-bf6e51ca0717","name":"fa5ab30b-f489-4d04-a0f0-bf6e51ca0717","status":"InProgress","startTime":"2018-03-16T00:19:08.482Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ded7a327-454b-4a7f-87b3-70d076a003a7","name":"ded7a327-454b-4a7f-87b3-70d076a003a7","status":"InProgress","startTime":"2018-06-06T21:12:13.64Z"}'} headers: cache-control: [no-cache] content-length: ['298'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:19:55 GMT'] + date: ['Wed, 06 Jun 2018 21:12:29 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [d97977cc-da2a-498b-82ad-edbb1056ae6d] + request-id: [22189081-5f26-45c4-9f91-ffc327ec249c] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1175,21 +1307,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fa5ab30b-f489-4d04-a0f0-bf6e51ca0717?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ded7a327-454b-4a7f-87b3-70d076a003a7?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fa5ab30b-f489-4d04-a0f0-bf6e51ca0717","name":"fa5ab30b-f489-4d04-a0f0-bf6e51ca0717","status":"InProgress","startTime":"2018-03-16T00:19:08.482Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ded7a327-454b-4a7f-87b3-70d076a003a7","name":"ded7a327-454b-4a7f-87b3-70d076a003a7","status":"InProgress","startTime":"2018-06-06T21:12:13.64Z"}'} headers: cache-control: [no-cache] content-length: ['298'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:20:26 GMT'] + date: ['Wed, 06 Jun 2018 21:13:00 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [ed1de4c7-397c-4250-b26d-2f842ecec5b8] + request-id: [9924ef79-da10-4def-8734-937e420ba369] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1202,21 +1334,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fa5ab30b-f489-4d04-a0f0-bf6e51ca0717?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ded7a327-454b-4a7f-87b3-70d076a003a7?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fa5ab30b-f489-4d04-a0f0-bf6e51ca0717","name":"fa5ab30b-f489-4d04-a0f0-bf6e51ca0717","status":"InProgress","startTime":"2018-03-16T00:19:08.482Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ded7a327-454b-4a7f-87b3-70d076a003a7","name":"ded7a327-454b-4a7f-87b3-70d076a003a7","status":"InProgress","startTime":"2018-06-06T21:12:13.64Z"}'} headers: cache-control: [no-cache] content-length: ['298'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:20:58 GMT'] + date: ['Wed, 06 Jun 2018 21:13:31 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [37444923-1714-4202-a58a-1cc7b2295d87] + request-id: [5057d2dc-e4f7-4f6d-a180-469def28c06d] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1229,21 +1361,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fa5ab30b-f489-4d04-a0f0-bf6e51ca0717?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ded7a327-454b-4a7f-87b3-70d076a003a7?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fa5ab30b-f489-4d04-a0f0-bf6e51ca0717","name":"fa5ab30b-f489-4d04-a0f0-bf6e51ca0717","status":"InProgress","startTime":"2018-03-16T00:19:08.482Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ded7a327-454b-4a7f-87b3-70d076a003a7","name":"ded7a327-454b-4a7f-87b3-70d076a003a7","status":"InProgress","startTime":"2018-06-06T21:12:13.64Z"}'} headers: cache-control: [no-cache] content-length: ['298'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:21:29 GMT'] + date: ['Wed, 06 Jun 2018 21:14:01 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [5faf749f-e0db-4ac2-9043-a414efd5ec96] + request-id: [e8f2c4a3-c079-4a4a-b1e7-1ea8a6ad1902] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1256,21 +1388,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fa5ab30b-f489-4d04-a0f0-bf6e51ca0717?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ded7a327-454b-4a7f-87b3-70d076a003a7?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fa5ab30b-f489-4d04-a0f0-bf6e51ca0717","name":"fa5ab30b-f489-4d04-a0f0-bf6e51ca0717","status":"InProgress","startTime":"2018-03-16T00:19:08.482Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ded7a327-454b-4a7f-87b3-70d076a003a7","name":"ded7a327-454b-4a7f-87b3-70d076a003a7","status":"InProgress","startTime":"2018-06-06T21:12:13.64Z"}'} headers: cache-control: [no-cache] content-length: ['298'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:22:00 GMT'] + date: ['Wed, 06 Jun 2018 21:14:33 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [ab2a4417-1c43-406a-b9c2-d134a477d34d] + request-id: [6706cfbe-46bb-47b4-8c92-1c4404c03066] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1283,21 +1415,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fa5ab30b-f489-4d04-a0f0-bf6e51ca0717?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ded7a327-454b-4a7f-87b3-70d076a003a7?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fa5ab30b-f489-4d04-a0f0-bf6e51ca0717","name":"fa5ab30b-f489-4d04-a0f0-bf6e51ca0717","status":"InProgress","startTime":"2018-03-16T00:19:08.482Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ded7a327-454b-4a7f-87b3-70d076a003a7","name":"ded7a327-454b-4a7f-87b3-70d076a003a7","status":"InProgress","startTime":"2018-06-06T21:12:13.64Z"}'} headers: cache-control: [no-cache] content-length: ['298'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:22:32 GMT'] + date: ['Wed, 06 Jun 2018 21:15:04 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [1980ef1c-8ea4-4159-bbcd-9f7487224ca0] + request-id: [63c45413-da46-48cd-867c-76b13f4dd358] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1310,21 +1442,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fa5ab30b-f489-4d04-a0f0-bf6e51ca0717?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ded7a327-454b-4a7f-87b3-70d076a003a7?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fa5ab30b-f489-4d04-a0f0-bf6e51ca0717","name":"fa5ab30b-f489-4d04-a0f0-bf6e51ca0717","status":"InProgress","startTime":"2018-03-16T00:19:08.482Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ded7a327-454b-4a7f-87b3-70d076a003a7","name":"ded7a327-454b-4a7f-87b3-70d076a003a7","status":"InProgress","startTime":"2018-06-06T21:12:13.64Z"}'} headers: cache-control: [no-cache] content-length: ['298'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:23:03 GMT'] + date: ['Wed, 06 Jun 2018 21:15:35 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [920c42ef-07fb-4d4a-b1ba-b6371dbbe7cd] + request-id: [227a6924-8a6b-44e2-80e0-65aec356951c] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1337,21 +1469,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fa5ab30b-f489-4d04-a0f0-bf6e51ca0717?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ded7a327-454b-4a7f-87b3-70d076a003a7?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fa5ab30b-f489-4d04-a0f0-bf6e51ca0717","name":"fa5ab30b-f489-4d04-a0f0-bf6e51ca0717","status":"InProgress","startTime":"2018-03-16T00:19:08.482Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ded7a327-454b-4a7f-87b3-70d076a003a7","name":"ded7a327-454b-4a7f-87b3-70d076a003a7","status":"InProgress","startTime":"2018-06-06T21:12:13.64Z"}'} headers: cache-control: [no-cache] content-length: ['298'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:23:34 GMT'] + date: ['Wed, 06 Jun 2018 21:16:07 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [6c6d506b-dbf0-46b3-8f82-6b97ef65d3b1] + request-id: [4841cfb6-6874-474a-91ef-f8437b7b34fd] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1364,21 +1496,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fa5ab30b-f489-4d04-a0f0-bf6e51ca0717?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ded7a327-454b-4a7f-87b3-70d076a003a7?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fa5ab30b-f489-4d04-a0f0-bf6e51ca0717","name":"fa5ab30b-f489-4d04-a0f0-bf6e51ca0717","status":"InProgress","startTime":"2018-03-16T00:19:08.482Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ded7a327-454b-4a7f-87b3-70d076a003a7","name":"ded7a327-454b-4a7f-87b3-70d076a003a7","status":"InProgress","startTime":"2018-06-06T21:12:13.64Z"}'} headers: cache-control: [no-cache] content-length: ['298'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:24:05 GMT'] + date: ['Wed, 06 Jun 2018 21:16:38 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [883d4b42-e9c9-4aca-8cce-e2d75dd4c835] + request-id: [6cb3f8e1-f04f-41b9-8a75-fd34f1681376] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1391,21 +1523,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fa5ab30b-f489-4d04-a0f0-bf6e51ca0717?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ded7a327-454b-4a7f-87b3-70d076a003a7?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fa5ab30b-f489-4d04-a0f0-bf6e51ca0717","name":"fa5ab30b-f489-4d04-a0f0-bf6e51ca0717","status":"InProgress","startTime":"2018-03-16T00:19:08.482Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ded7a327-454b-4a7f-87b3-70d076a003a7","name":"ded7a327-454b-4a7f-87b3-70d076a003a7","status":"InProgress","startTime":"2018-06-06T21:12:13.64Z"}'} headers: cache-control: [no-cache] content-length: ['298'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:24:37 GMT'] + date: ['Wed, 06 Jun 2018 21:17:09 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [4fd8d9a3-74a5-4dd0-be9d-c1f8b8169a16] + request-id: [20e8f1e7-6907-442c-93d7-bdae4092d97a] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1418,21 +1550,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fa5ab30b-f489-4d04-a0f0-bf6e51ca0717?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ded7a327-454b-4a7f-87b3-70d076a003a7?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fa5ab30b-f489-4d04-a0f0-bf6e51ca0717","name":"fa5ab30b-f489-4d04-a0f0-bf6e51ca0717","status":"InProgress","startTime":"2018-03-16T00:19:08.482Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ded7a327-454b-4a7f-87b3-70d076a003a7","name":"ded7a327-454b-4a7f-87b3-70d076a003a7","status":"InProgress","startTime":"2018-06-06T21:12:13.64Z"}'} headers: cache-control: [no-cache] content-length: ['298'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:25:08 GMT'] + date: ['Wed, 06 Jun 2018 21:17:40 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [a2e3a5a6-3bae-435e-9142-00c03ec89bb3] + request-id: [a5d0f0d0-ed99-48d0-9229-ddd858099d9c] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1445,21 +1577,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fa5ab30b-f489-4d04-a0f0-bf6e51ca0717?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ded7a327-454b-4a7f-87b3-70d076a003a7?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fa5ab30b-f489-4d04-a0f0-bf6e51ca0717","name":"fa5ab30b-f489-4d04-a0f0-bf6e51ca0717","status":"Succeeded","startTime":"2018-03-16T00:19:08.482Z","endTime":"2018-03-16T00:25:11.46Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb$cluster4c3c15bb"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ded7a327-454b-4a7f-87b3-70d076a003a7","name":"ded7a327-454b-4a7f-87b3-70d076a003a7","status":"Succeeded","startTime":"2018-06-06T21:12:13.64Z","endTime":"2018-06-06T21:17:45.714Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb$workspace$cluster4c3c15bb"}}'} headers: cache-control: [no-cache] - content-length: ['478'] + content-length: ['489'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:25:39 GMT'] + date: ['Wed, 06 Jun 2018 21:18:12 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [2336d832-ac50-4abb-a1e6-e025d62e886f] + request-id: [a02e1dbb-d8ed-4394-bbda-c049b783f8ea] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1473,22 +1605,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/clusters?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_creation_and_deletion4c3c15bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters?api-version=2018-05-01 response: body: {string: '{"value":[]}'} headers: cache-control: [no-cache] content-length: ['12'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:25:39 GMT'] + date: ['Wed, 06 Jun 2018 21:18:12 GMT'] expires: ['-1'] pragma: [no-cache] + request-id: [f32d9fb3-ae26-4de9-b833-32c75d6db631] + server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] vary: [Accept-Encoding] x-content-type-options: [nosniff] status: {code: 200, message: OK} diff --git a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_clusters.test_setup_task_execution.yaml b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_clusters.test_setup_task_execution.yaml index 84153b495a2f..e0f0cd4cdb8b 100644 --- a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_clusters.test_setup_task_execution.yaml +++ b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_clusters.test_setup_task_execution.yaml @@ -4,112 +4,114 @@ interactions: headers: Connection: [keep-alive] Content-Length: ['0'] - User-Agent: [Azure-Storage/0.36.0 (Python CPython 3.6.4; Linux 4.15.6-300.fc27.x86_64)] - x-ms-date: ['Fri, 16 Mar 2018 00:26:20 GMT'] - x-ms-version: ['2017-04-17'] + User-Agent: [Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Linux 4.16.12-300.fc28.x86_64)] + x-ms-date: ['Wed, 06 Jun 2018 21:18:48 GMT'] + x-ms-version: ['2017-07-29'] method: PUT uri: https://psdk39da1597.file.core.windows.net/share?restype=share response: body: {string: ''} headers: - date: ['Fri, 16 Mar 2018 00:26:20 GMT'] - etag: ['"0x8D58AD48AE5FC64"'] - last-modified: ['Fri, 16 Mar 2018 00:26:21 GMT'] + date: ['Wed, 06 Jun 2018 21:18:49 GMT'] + etag: ['"0x8D5CBF318845914"'] + last-modified: ['Wed, 06 Jun 2018 21:18:49 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] transfer-encoding: [chunked] - x-ms-version: ['2017-04-17'] + x-ms-version: ['2017-07-29'] status: {code: 201, message: Created} - request: - body: '{"location": "westeurope", "properties": {"vmSize": "STANDARD_D1", "vmPriority": - "lowpriority", "scaleSettings": {"manual": {"targetNodeCount": 1, "nodeDeallocationOption": - "requeue"}}, "nodeSetup": {"setupTask": {"commandLine": "echo $GREETING $SECRET_GREETING", - "environmentVariables": [{"name": "GREETING", "value": "setup task"}], "secrets": - [{"name": "SECRET_GREETING", "value": "has a secret"}], "runElevated": false, - "stdOutErrPathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles"}, "mountVolumes": {"azureFileShares": - [{"accountName": "psdk39da1597", "azureFileUrl": "https://psdk39da1597.file.core.windows.net/share", - "credentials": {"accountKey": "YqXK3UQFbS9Jh6P8BprswmRWJUON+628lTWI1fYNFH9esAH9RiRiwyqolUaXD/kSf05gs4OCdOn/DS7Tq1z8mg=="}, - "relativeMountPath": "azfiles", "fileMode": "0777", "directoryMode": "0777"}]}}, - "userAccountSettings": {"adminUserName": "demoUser", "adminUserPassword": "Dem0Pa$$w0rd"}}}' + body: '{"location": "northeurope"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['914'] + Content-Length: ['27'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace?api-version=2018-05-01 response: - body: {string: ''} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace","name":"workspace","type":"Microsoft.BatchAI/workspaces","location":"northeurope","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T21:18:51.272Z","creationTime":"2018-06-06T21:18:51.272Z"}}'} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/280c66ad-a289-4d20-8d0c-01c5bfa1f3b7?api-version=2018-03-01'] cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 16 Mar 2018 00:26:23 GMT'] + content-length: ['417'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:18:51 GMT'] + etag: ['"0x8D5CBF319C67A81"'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/280c66ad-a289-4d20-8d0c-01c5bfa1f3b7?api-version=2018-03-01'] + last-modified: ['Wed, 06 Jun 2018 21:18:51 GMT'] pragma: [no-cache] - request-id: [df48db5a-5994-4bea-9363-4c289f5c6f58] + request-id: [c7480ad8-3621-4649-9247-2dcf4d7ab21c] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] x-content-type-options: [nosniff] x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 202, message: Accepted} + status: {code: 200, message: OK} - request: - body: null + body: '{"properties": {"vmSize": "STANDARD_D1", "vmPriority": "lowpriority", "scaleSettings": + {"manual": {"targetNodeCount": 1, "nodeDeallocationOption": "requeue"}}, "nodeSetup": + {"setupTask": {"commandLine": "echo $GREETING $SECRET_GREETING", "environmentVariables": + [{"name": "GREETING", "value": "setup task"}], "secrets": [{"name": "SECRET_GREETING", + "value": "has a secret"}], "stdOutErrPathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles"}, + "mountVolumes": {"azureFileShares": [{"accountName": "psdk39da1597", "azureFileUrl": + "https://psdk39da1597.file.core.windows.net/share", "credentials": {"accountKey": + "S5XbT/1uk6KhMOwKPtfi96gdQ3ipSWdsGNdSWdkhpm7MigFTPlv19/Pgr9Xeu1LErAkntO3qD5UA4DN8eT23yw=="}, + "relativeMountPath": "azfiles", "fileMode": "0777", "directoryMode": "0777"}]}}, + "userAccountSettings": {"adminUserName": "demoUser", "adminUserPassword": "Dem0Pa$$w0rd"}}}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + Content-Length: ['866'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/280c66ad-a289-4d20-8d0c-01c5bfa1f3b7?api-version=2018-03-01 + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster39da1597?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/280c66ad-a289-4d20-8d0c-01c5bfa1f3b7","name":"280c66ad-a289-4d20-8d0c-01c5bfa1f3b7","status":"Succeeded","startTime":"2018-03-16T00:26:23.401Z","endTime":"2018-03-16T00:26:24.058Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_clusters_test_setup_task_execution39da1597$cluster39da1597"}}'} + body: {string: ''} headers: + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/a0a43edb-42b8-421a-a600-23aff0ec4767?api-version=2018-05-01'] cache-control: [no-cache] - content-length: ['478'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:26:38 GMT'] + content-length: ['0'] + date: ['Wed, 06 Jun 2018 21:18:52 GMT'] expires: ['-1'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/a0a43edb-42b8-421a-a600-23aff0ec4767?api-version=2018-05-01'] pragma: [no-cache] - request-id: [c6aeb742-510c-4b4a-97b2-4f2f78f0430b] + request-id: [f9567f5e-89d3-4e37-a604-b21fe11a60fe] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] x-content-type-options: [nosniff] - status: {code: 200, message: OK} + x-ms-ratelimit-remaining-subscription-writes: ['1198'] + status: {code: 202, message: Accepted} - request: body: null headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/a0a43edb-42b8-421a-a600-23aff0ec4767?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597","name":"cluster39da1597","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-16T00:26:23.386Z","allocationStateTransitionTime":"2018-03-16T00:26:23.386Z","provisioningStateTransitionTime":"2018-03-16T00:26:24.042Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"setupTask":{"commandLine":"echo - $GREETING $SECRET_GREETING","environmentVariables":[{"name":"GREETING","value":"setup - task"}],"secrets":[{"name":"SECRET_GREETING"}],"runElevated":false,"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","stdOutErrPathSuffix":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/clusters/cluster39da1597/f601ee14-b1f3-46f8-93c9-39c8937cf910"},"mountVolumes":{"azureFileShares":[{"accountName":"psdk39da1597","azureFileUrl":"https://psdk39da1597.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/a0a43edb-42b8-421a-a600-23aff0ec4767","name":"a0a43edb-42b8-421a-a600-23aff0ec4767","status":"Succeeded","startTime":"2018-06-06T21:18:53.03Z","endTime":"2018-06-06T21:18:53.975Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_clusters_test_setup_task_execution39da1597$workspace$cluster39da1597"}}'} headers: cache-control: [no-cache] - content-length: ['1640'] + content-length: ['488'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:26:40 GMT'] - etag: ['"0x8D58AD48C458B92"'] + date: ['Wed, 06 Jun 2018 21:19:08 GMT'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:26:23 GMT'] pragma: [no-cache] - request-id: [7658b85c-a74d-413d-8141-65d38a5809da] + request-id: [29d9770f-6c1f-4110-ad76-a6ffc93e175b] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -122,25 +124,25 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] - accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster39da1597?api-version=2018-05-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597","name":"cluster39da1597","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-16T00:26:23.386Z","allocationStateTransitionTime":"2018-03-16T00:26:23.386Z","provisioningStateTransitionTime":"2018-03-16T00:26:24.042Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"setupTask":{"commandLine":"echo + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster39da1597","name":"cluster39da1597","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T21:18:53.03Z","allocationStateTransitionTime":"2018-06-06T21:18:53.03Z","provisioningStateTransitionTime":"2018-06-06T21:18:53.959Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"setupTask":{"commandLine":"echo $GREETING $SECRET_GREETING","environmentVariables":[{"name":"GREETING","value":"setup - task"}],"secrets":[{"name":"SECRET_GREETING"}],"runElevated":false,"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","stdOutErrPathSuffix":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/clusters/cluster39da1597/f601ee14-b1f3-46f8-93c9-39c8937cf910"},"mountVolumes":{"azureFileShares":[{"accountName":"psdk39da1597","azureFileUrl":"https://psdk39da1597.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}]}'} + task"}],"secrets":[{"name":"SECRET_GREETING"}],"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","stdOutErrPathSuffix":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/workspaces/workspace/clusters/cluster39da1597/c9941a94-5365-4ab0-ac03-e80baaf61fab"},"mountVolumes":{"azureFileShares":[{"accountName":"psdk39da1597","azureFileUrl":"https://psdk39da1597.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1652'] + content-length: ['1647'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:26:41 GMT'] + date: ['Wed, 06 Jun 2018 21:19:10 GMT'] + etag: ['"0x8D5CBF31AD2C371"'] expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 21:18:53 GMT'] pragma: [no-cache] - request-id: [aeedbf78-7942-42cb-b975-e7959c00cc34] + request-id: [6bce3912-686d-4485-9450-e4d08fb45556] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -154,26 +156,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597","name":"cluster39da1597","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-16T00:26:23.386Z","allocationStateTransitionTime":"2018-03-16T00:26:23.386Z","provisioningStateTransitionTime":"2018-03-16T00:26:24.042Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"setupTask":{"commandLine":"echo + body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster39da1597","name":"cluster39da1597","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T21:18:53.03Z","allocationStateTransitionTime":"2018-06-06T21:18:53.03Z","provisioningStateTransitionTime":"2018-06-06T21:18:53.959Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"setupTask":{"commandLine":"echo $GREETING $SECRET_GREETING","environmentVariables":[{"name":"GREETING","value":"setup - task"}],"secrets":[{"name":"SECRET_GREETING"}],"runElevated":false,"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","stdOutErrPathSuffix":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/clusters/cluster39da1597/f601ee14-b1f3-46f8-93c9-39c8937cf910"},"mountVolumes":{"azureFileShares":[{"accountName":"psdk39da1597","azureFileUrl":"https://psdk39da1597.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + task"}],"secrets":[{"name":"SECRET_GREETING"}],"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","stdOutErrPathSuffix":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/workspaces/workspace/clusters/cluster39da1597/c9941a94-5365-4ab0-ac03-e80baaf61fab"},"mountVolumes":{"azureFileShares":[{"accountName":"psdk39da1597","azureFileUrl":"https://psdk39da1597.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}]}'} headers: cache-control: [no-cache] - content-length: ['1640'] + content-length: ['1659'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:26:43 GMT'] - etag: ['"0x8D58AD48C458B92"'] + date: ['Wed, 06 Jun 2018 21:19:11 GMT'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:26:23 GMT'] pragma: [no-cache] - request-id: [d21b41ed-8241-4828-a09e-fe947d838b72] + request-id: [69a5d0ae-5a01-41f2-a871-5f5202814d19] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -187,26 +187,26 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster39da1597?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597","name":"cluster39da1597","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-16T00:26:23.386Z","allocationStateTransitionTime":"2018-03-16T00:26:23.386Z","provisioningStateTransitionTime":"2018-03-16T00:26:24.042Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"setupTask":{"commandLine":"echo + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster39da1597","name":"cluster39da1597","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T21:18:53.03Z","allocationStateTransitionTime":"2018-06-06T21:18:53.03Z","provisioningStateTransitionTime":"2018-06-06T21:18:53.959Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"setupTask":{"commandLine":"echo $GREETING $SECRET_GREETING","environmentVariables":[{"name":"GREETING","value":"setup - task"}],"secrets":[{"name":"SECRET_GREETING"}],"runElevated":false,"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","stdOutErrPathSuffix":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/clusters/cluster39da1597/f601ee14-b1f3-46f8-93c9-39c8937cf910"},"mountVolumes":{"azureFileShares":[{"accountName":"psdk39da1597","azureFileUrl":"https://psdk39da1597.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + task"}],"secrets":[{"name":"SECRET_GREETING"}],"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","stdOutErrPathSuffix":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/workspaces/workspace/clusters/cluster39da1597/c9941a94-5365-4ab0-ac03-e80baaf61fab"},"mountVolumes":{"azureFileShares":[{"accountName":"psdk39da1597","azureFileUrl":"https://psdk39da1597.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1640'] + content-length: ['1647'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:27:04 GMT'] - etag: ['"0x8D58AD48C458B92"'] + date: ['Wed, 06 Jun 2018 21:19:12 GMT'] + etag: ['"0x8D5CBF31AD2C371"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:26:23 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:18:53 GMT'] pragma: [no-cache] - request-id: [9781dccc-fb6e-44a1-b836-556aee81b6c5] + request-id: [de5b4ae4-e6e4-4364-be19-5f117915494d] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -220,26 +220,26 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster39da1597?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597","name":"cluster39da1597","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-16T00:26:23.386Z","allocationStateTransitionTime":"2018-03-16T00:26:23.386Z","provisioningStateTransitionTime":"2018-03-16T00:26:24.042Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"setupTask":{"commandLine":"echo + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster39da1597","name":"cluster39da1597","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T21:18:53.03Z","allocationStateTransitionTime":"2018-06-06T21:18:53.03Z","provisioningStateTransitionTime":"2018-06-06T21:18:53.959Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"setupTask":{"commandLine":"echo $GREETING $SECRET_GREETING","environmentVariables":[{"name":"GREETING","value":"setup - task"}],"secrets":[{"name":"SECRET_GREETING"}],"runElevated":false,"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","stdOutErrPathSuffix":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/clusters/cluster39da1597/f601ee14-b1f3-46f8-93c9-39c8937cf910"},"mountVolumes":{"azureFileShares":[{"accountName":"psdk39da1597","azureFileUrl":"https://psdk39da1597.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + task"}],"secrets":[{"name":"SECRET_GREETING"}],"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","stdOutErrPathSuffix":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/workspaces/workspace/clusters/cluster39da1597/c9941a94-5365-4ab0-ac03-e80baaf61fab"},"mountVolumes":{"azureFileShares":[{"accountName":"psdk39da1597","azureFileUrl":"https://psdk39da1597.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1640'] + content-length: ['1647'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:27:26 GMT'] - etag: ['"0x8D58AD48C458B92"'] + date: ['Wed, 06 Jun 2018 21:19:34 GMT'] + etag: ['"0x8D5CBF31AD2C371"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:26:23 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:18:53 GMT'] pragma: [no-cache] - request-id: [c891ea8b-2a65-415a-a44f-a43ef753cdd8] + request-id: [0fc9335e-b458-4050-a4d0-261f38a4699c] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -253,26 +253,26 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster39da1597?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597","name":"cluster39da1597","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-16T00:26:23.386Z","allocationStateTransitionTime":"2018-03-16T00:26:23.386Z","provisioningStateTransitionTime":"2018-03-16T00:26:24.042Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"setupTask":{"commandLine":"echo + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster39da1597","name":"cluster39da1597","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T21:18:53.03Z","allocationStateTransitionTime":"2018-06-06T21:18:53.03Z","provisioningStateTransitionTime":"2018-06-06T21:18:53.959Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"setupTask":{"commandLine":"echo $GREETING $SECRET_GREETING","environmentVariables":[{"name":"GREETING","value":"setup - task"}],"secrets":[{"name":"SECRET_GREETING"}],"runElevated":false,"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","stdOutErrPathSuffix":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/clusters/cluster39da1597/f601ee14-b1f3-46f8-93c9-39c8937cf910"},"mountVolumes":{"azureFileShares":[{"accountName":"psdk39da1597","azureFileUrl":"https://psdk39da1597.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + task"}],"secrets":[{"name":"SECRET_GREETING"}],"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","stdOutErrPathSuffix":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/workspaces/workspace/clusters/cluster39da1597/c9941a94-5365-4ab0-ac03-e80baaf61fab"},"mountVolumes":{"azureFileShares":[{"accountName":"psdk39da1597","azureFileUrl":"https://psdk39da1597.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1640'] + content-length: ['1647'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:27:47 GMT'] - etag: ['"0x8D58AD48C458B92"'] + date: ['Wed, 06 Jun 2018 21:19:54 GMT'] + etag: ['"0x8D5CBF31AD2C371"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:26:23 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:18:53 GMT'] pragma: [no-cache] - request-id: [0673e6db-8742-433a-a2b4-f1dc12abf116] + request-id: [7952347c-890f-4ced-a736-1b55db45d9bb] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -286,26 +286,26 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster39da1597?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597","name":"cluster39da1597","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-16T00:26:23.386Z","allocationStateTransitionTime":"2018-03-16T00:27:58.91Z","provisioningStateTransitionTime":"2018-03-16T00:26:24.042Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"setupTask":{"commandLine":"echo + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster39da1597","name":"cluster39da1597","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T21:18:53.03Z","allocationStateTransitionTime":"2018-06-06T21:18:53.03Z","provisioningStateTransitionTime":"2018-06-06T21:18:53.959Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"setupTask":{"commandLine":"echo $GREETING $SECRET_GREETING","environmentVariables":[{"name":"GREETING","value":"setup - task"}],"secrets":[{"name":"SECRET_GREETING"}],"runElevated":false,"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","stdOutErrPathSuffix":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/clusters/cluster39da1597/f601ee14-b1f3-46f8-93c9-39c8937cf910"},"mountVolumes":{"azureFileShares":[{"accountName":"psdk39da1597","azureFileUrl":"https://psdk39da1597.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + task"}],"secrets":[{"name":"SECRET_GREETING"}],"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","stdOutErrPathSuffix":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/workspaces/workspace/clusters/cluster39da1597/c9941a94-5365-4ab0-ac03-e80baaf61fab"},"mountVolumes":{"azureFileShares":[{"accountName":"psdk39da1597","azureFileUrl":"https://psdk39da1597.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1637'] + content-length: ['1647'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:28:10 GMT'] - etag: ['"0x8D58AD48C458B92"'] + date: ['Wed, 06 Jun 2018 21:20:16 GMT'] + etag: ['"0x8D5CBF31AD2C371"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:26:23 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:18:53 GMT'] pragma: [no-cache] - request-id: [acb8ba9e-1ff6-4079-905d-63e1365c71c0] + request-id: [1134a484-5a2b-4ea2-bd0d-17ea4a64ffe8] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -319,26 +319,26 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster39da1597?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597","name":"cluster39da1597","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-16T00:26:23.386Z","allocationStateTransitionTime":"2018-03-16T00:27:58.91Z","provisioningStateTransitionTime":"2018-03-16T00:26:24.042Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"setupTask":{"commandLine":"echo + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster39da1597","name":"cluster39da1597","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-06T21:18:53.03Z","allocationStateTransitionTime":"2018-06-06T21:18:53.03Z","provisioningStateTransitionTime":"2018-06-06T21:18:53.959Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"setupTask":{"commandLine":"echo $GREETING $SECRET_GREETING","environmentVariables":[{"name":"GREETING","value":"setup - task"}],"secrets":[{"name":"SECRET_GREETING"}],"runElevated":false,"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","stdOutErrPathSuffix":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/clusters/cluster39da1597/f601ee14-b1f3-46f8-93c9-39c8937cf910"},"mountVolumes":{"azureFileShares":[{"accountName":"psdk39da1597","azureFileUrl":"https://psdk39da1597.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + task"}],"secrets":[{"name":"SECRET_GREETING"}],"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","stdOutErrPathSuffix":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/workspaces/workspace/clusters/cluster39da1597/c9941a94-5365-4ab0-ac03-e80baaf61fab"},"mountVolumes":{"azureFileShares":[{"accountName":"psdk39da1597","azureFileUrl":"https://psdk39da1597.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1637'] + content-length: ['1647'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:28:31 GMT'] - etag: ['"0x8D58AD48C458B92"'] + date: ['Wed, 06 Jun 2018 21:20:38 GMT'] + etag: ['"0x8D5CBF31AD2C371"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:26:23 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:18:53 GMT'] pragma: [no-cache] - request-id: [72f330d5-1fff-46c4-8a3a-d23667ceb917] + request-id: [7c2dcadc-ba37-4889-b86d-0587cd7478db] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -352,26 +352,26 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster39da1597?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597","name":"cluster39da1597","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-16T00:26:23.386Z","allocationStateTransitionTime":"2018-03-16T00:27:58.91Z","provisioningStateTransitionTime":"2018-03-16T00:26:24.042Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"setupTask":{"commandLine":"echo + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster39da1597","name":"cluster39da1597","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T21:18:53.03Z","allocationStateTransitionTime":"2018-06-06T21:20:58.845Z","provisioningStateTransitionTime":"2018-06-06T21:18:53.959Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"setupTask":{"commandLine":"echo $GREETING $SECRET_GREETING","environmentVariables":[{"name":"GREETING","value":"setup - task"}],"secrets":[{"name":"SECRET_GREETING"}],"runElevated":false,"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","stdOutErrPathSuffix":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/clusters/cluster39da1597/f601ee14-b1f3-46f8-93c9-39c8937cf910"},"mountVolumes":{"azureFileShares":[{"accountName":"psdk39da1597","azureFileUrl":"https://psdk39da1597.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + task"}],"secrets":[{"name":"SECRET_GREETING"}],"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","stdOutErrPathSuffix":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/workspaces/workspace/clusters/cluster39da1597/c9941a94-5365-4ab0-ac03-e80baaf61fab"},"mountVolumes":{"azureFileShares":[{"accountName":"psdk39da1597","azureFileUrl":"https://psdk39da1597.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1637'] + content-length: ['1646'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:28:52 GMT'] - etag: ['"0x8D58AD48C458B92"'] + date: ['Wed, 06 Jun 2018 21:20:59 GMT'] + etag: ['"0x8D5CBF31AD2C371"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:26:23 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:18:53 GMT'] pragma: [no-cache] - request-id: [f52a2843-fc13-4b0e-8704-165222f32dd9] + request-id: [c1c5a390-0639-4004-a6b0-86fd6a7abc50] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -385,26 +385,26 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster39da1597?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597","name":"cluster39da1597","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-16T00:26:23.386Z","allocationStateTransitionTime":"2018-03-16T00:27:58.91Z","provisioningStateTransitionTime":"2018-03-16T00:26:24.042Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"setupTask":{"commandLine":"echo + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster39da1597","name":"cluster39da1597","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T21:18:53.03Z","allocationStateTransitionTime":"2018-06-06T21:20:58.845Z","provisioningStateTransitionTime":"2018-06-06T21:18:53.959Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"setupTask":{"commandLine":"echo $GREETING $SECRET_GREETING","environmentVariables":[{"name":"GREETING","value":"setup - task"}],"secrets":[{"name":"SECRET_GREETING"}],"runElevated":false,"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","stdOutErrPathSuffix":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/clusters/cluster39da1597/f601ee14-b1f3-46f8-93c9-39c8937cf910"},"mountVolumes":{"azureFileShares":[{"accountName":"psdk39da1597","azureFileUrl":"https://psdk39da1597.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + task"}],"secrets":[{"name":"SECRET_GREETING"}],"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","stdOutErrPathSuffix":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/workspaces/workspace/clusters/cluster39da1597/c9941a94-5365-4ab0-ac03-e80baaf61fab"},"mountVolumes":{"azureFileShares":[{"accountName":"psdk39da1597","azureFileUrl":"https://psdk39da1597.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1637'] + content-length: ['1646'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:29:15 GMT'] - etag: ['"0x8D58AD48C458B92"'] + date: ['Wed, 06 Jun 2018 21:21:19 GMT'] + etag: ['"0x8D5CBF31AD2C371"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:26:23 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:18:53 GMT'] pragma: [no-cache] - request-id: [bed062d9-9582-4d28-8c52-47cb9cef4137] + request-id: [afeee71f-ed96-421a-a38a-814e992b5098] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -418,26 +418,26 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster39da1597?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597","name":"cluster39da1597","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-16T00:26:23.386Z","allocationStateTransitionTime":"2018-03-16T00:27:58.91Z","provisioningStateTransitionTime":"2018-03-16T00:26:24.042Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"setupTask":{"commandLine":"echo + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster39da1597","name":"cluster39da1597","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T21:18:53.03Z","allocationStateTransitionTime":"2018-06-06T21:20:58.845Z","provisioningStateTransitionTime":"2018-06-06T21:18:53.959Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"setupTask":{"commandLine":"echo $GREETING $SECRET_GREETING","environmentVariables":[{"name":"GREETING","value":"setup - task"}],"secrets":[{"name":"SECRET_GREETING"}],"runElevated":false,"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","stdOutErrPathSuffix":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/clusters/cluster39da1597/f601ee14-b1f3-46f8-93c9-39c8937cf910"},"mountVolumes":{"azureFileShares":[{"accountName":"psdk39da1597","azureFileUrl":"https://psdk39da1597.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + task"}],"secrets":[{"name":"SECRET_GREETING"}],"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","stdOutErrPathSuffix":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/workspaces/workspace/clusters/cluster39da1597/c9941a94-5365-4ab0-ac03-e80baaf61fab"},"mountVolumes":{"azureFileShares":[{"accountName":"psdk39da1597","azureFileUrl":"https://psdk39da1597.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1637'] + content-length: ['1646'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:29:36 GMT'] - etag: ['"0x8D58AD48C458B92"'] + date: ['Wed, 06 Jun 2018 21:21:41 GMT'] + etag: ['"0x8D5CBF31AD2C371"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:26:23 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:18:53 GMT'] pragma: [no-cache] - request-id: [9d171277-1a1a-42bb-86fd-1496079f1904] + request-id: [12907a92-22db-4cc8-a65e-74db15eb5e16] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -451,26 +451,26 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster39da1597?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597","name":"cluster39da1597","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-16T00:26:23.386Z","allocationStateTransitionTime":"2018-03-16T00:27:58.91Z","provisioningStateTransitionTime":"2018-03-16T00:26:24.042Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"setupTask":{"commandLine":"echo + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster39da1597","name":"cluster39da1597","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T21:18:53.03Z","allocationStateTransitionTime":"2018-06-06T21:20:58.845Z","provisioningStateTransitionTime":"2018-06-06T21:18:53.959Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"setupTask":{"commandLine":"echo $GREETING $SECRET_GREETING","environmentVariables":[{"name":"GREETING","value":"setup - task"}],"secrets":[{"name":"SECRET_GREETING"}],"runElevated":false,"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","stdOutErrPathSuffix":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/clusters/cluster39da1597/f601ee14-b1f3-46f8-93c9-39c8937cf910"},"mountVolumes":{"azureFileShares":[{"accountName":"psdk39da1597","azureFileUrl":"https://psdk39da1597.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + task"}],"secrets":[{"name":"SECRET_GREETING"}],"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","stdOutErrPathSuffix":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/workspaces/workspace/clusters/cluster39da1597/c9941a94-5365-4ab0-ac03-e80baaf61fab"},"mountVolumes":{"azureFileShares":[{"accountName":"psdk39da1597","azureFileUrl":"https://psdk39da1597.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1637'] + content-length: ['1646'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:29:57 GMT'] - etag: ['"0x8D58AD48C458B92"'] + date: ['Wed, 06 Jun 2018 21:22:03 GMT'] + etag: ['"0x8D5CBF31AD2C371"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:26:23 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:18:53 GMT'] pragma: [no-cache] - request-id: [1af6d4dc-8600-4712-b452-dad5a1ccb95a] + request-id: [bbc1ba33-c931-4243-af81-b2e524f4bc7a] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -484,26 +484,26 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster39da1597?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597","name":"cluster39da1597","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-16T00:26:23.386Z","allocationStateTransitionTime":"2018-03-16T00:27:58.91Z","provisioningStateTransitionTime":"2018-03-16T00:26:24.042Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"setupTask":{"commandLine":"echo + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster39da1597","name":"cluster39da1597","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T21:18:53.03Z","allocationStateTransitionTime":"2018-06-06T21:20:58.845Z","provisioningStateTransitionTime":"2018-06-06T21:18:53.959Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"setupTask":{"commandLine":"echo $GREETING $SECRET_GREETING","environmentVariables":[{"name":"GREETING","value":"setup - task"}],"secrets":[{"name":"SECRET_GREETING"}],"runElevated":false,"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","stdOutErrPathSuffix":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/clusters/cluster39da1597/f601ee14-b1f3-46f8-93c9-39c8937cf910"},"mountVolumes":{"azureFileShares":[{"accountName":"psdk39da1597","azureFileUrl":"https://psdk39da1597.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + task"}],"secrets":[{"name":"SECRET_GREETING"}],"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","stdOutErrPathSuffix":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/workspaces/workspace/clusters/cluster39da1597/c9941a94-5365-4ab0-ac03-e80baaf61fab"},"mountVolumes":{"azureFileShares":[{"accountName":"psdk39da1597","azureFileUrl":"https://psdk39da1597.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1637'] + content-length: ['1646'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:30:18 GMT'] - etag: ['"0x8D58AD48C458B92"'] + date: ['Wed, 06 Jun 2018 21:22:24 GMT'] + etag: ['"0x8D5CBF31AD2C371"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:26:23 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:18:53 GMT'] pragma: [no-cache] - request-id: [ee0dd132-877d-4197-9680-68b841da7ae0] + request-id: [2fcc9f7c-5039-4810-a48a-376c09454cdd] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -517,26 +517,26 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster39da1597?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597","name":"cluster39da1597","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-16T00:26:23.386Z","allocationStateTransitionTime":"2018-03-16T00:27:58.91Z","provisioningStateTransitionTime":"2018-03-16T00:26:24.042Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"setupTask":{"commandLine":"echo + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster39da1597","name":"cluster39da1597","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T21:18:53.03Z","allocationStateTransitionTime":"2018-06-06T21:20:58.845Z","provisioningStateTransitionTime":"2018-06-06T21:18:53.959Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"setupTask":{"commandLine":"echo $GREETING $SECRET_GREETING","environmentVariables":[{"name":"GREETING","value":"setup - task"}],"secrets":[{"name":"SECRET_GREETING"}],"runElevated":false,"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","stdOutErrPathSuffix":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/clusters/cluster39da1597/f601ee14-b1f3-46f8-93c9-39c8937cf910"},"mountVolumes":{"azureFileShares":[{"accountName":"psdk39da1597","azureFileUrl":"https://psdk39da1597.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + task"}],"secrets":[{"name":"SECRET_GREETING"}],"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","stdOutErrPathSuffix":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/workspaces/workspace/clusters/cluster39da1597/c9941a94-5365-4ab0-ac03-e80baaf61fab"},"mountVolumes":{"azureFileShares":[{"accountName":"psdk39da1597","azureFileUrl":"https://psdk39da1597.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1637'] + content-length: ['1646'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:30:40 GMT'] - etag: ['"0x8D58AD48C458B92"'] + date: ['Wed, 06 Jun 2018 21:22:45 GMT'] + etag: ['"0x8D5CBF31AD2C371"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:26:23 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:18:53 GMT'] pragma: [no-cache] - request-id: [85ef09e2-65b9-4e5d-ae77-a7d5e776c287] + request-id: [2794c5e3-8e9d-4951-97a2-f2b1de6f3fb3] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -550,26 +550,26 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster39da1597?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597","name":"cluster39da1597","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-16T00:26:23.386Z","allocationStateTransitionTime":"2018-03-16T00:27:58.91Z","provisioningStateTransitionTime":"2018-03-16T00:26:24.042Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"setupTask":{"commandLine":"echo + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster39da1597","name":"cluster39da1597","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T21:18:53.03Z","allocationStateTransitionTime":"2018-06-06T21:20:58.845Z","provisioningStateTransitionTime":"2018-06-06T21:18:53.959Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"setupTask":{"commandLine":"echo $GREETING $SECRET_GREETING","environmentVariables":[{"name":"GREETING","value":"setup - task"}],"secrets":[{"name":"SECRET_GREETING"}],"runElevated":false,"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","stdOutErrPathSuffix":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/clusters/cluster39da1597/f601ee14-b1f3-46f8-93c9-39c8937cf910"},"mountVolumes":{"azureFileShares":[{"accountName":"psdk39da1597","azureFileUrl":"https://psdk39da1597.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} + task"}],"secrets":[{"name":"SECRET_GREETING"}],"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","stdOutErrPathSuffix":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/workspaces/workspace/clusters/cluster39da1597/c9941a94-5365-4ab0-ac03-e80baaf61fab"},"mountVolumes":{"azureFileShares":[{"accountName":"psdk39da1597","azureFileUrl":"https://psdk39da1597.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}]}}}}'} headers: cache-control: [no-cache] - content-length: ['1637'] + content-length: ['1646'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:31:01 GMT'] - etag: ['"0x8D58AD48C458B92"'] + date: ['Wed, 06 Jun 2018 21:23:07 GMT'] + etag: ['"0x8D5CBF31AD2C371"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 00:26:23 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:18:53 GMT'] pragma: [no-cache] - request-id: [c3337e4b-4b12-40bd-8fe7-f9553454b079] + request-id: [c6b4602f-4e67-46aa-a9e6-429db2ca5bec] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -584,22 +584,22 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597/listRemoteLoginInformation?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster39da1597/listRemoteLoginInformation?api-version=2018-05-01 response: - body: {string: '{"value":[{"nodeId":"tvm-3516245985_1-20180316t002758z-p","ipAddress":"52.232.47.117","port":50000}]}'} + body: {string: '{"value":[{"nodeId":"tvm-171039672_1-20180606t212057z-p","ipAddress":"40.112.90.220","port":50000}]}'} headers: cache-control: [no-cache] - content-length: ['101'] + content-length: ['100'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:31:03 GMT'] + date: ['Wed, 06 Jun 2018 21:23:08 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [c44223ec-66d1-4e50-90f9-553bf4de7781] + request-id: [ac1d72f5-7ff8-495c-a930-71de00589841] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -610,12 +610,12 @@ interactions: body: null headers: Connection: [keep-alive] - User-Agent: [Azure-Storage/0.36.0 (Python CPython 3.6.4; Linux 4.15.6-300.fc27.x86_64)] - x-ms-date: ['Fri, 16 Mar 2018 00:31:03 GMT'] + User-Agent: [Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Linux 4.16.12-300.fc28.x86_64)] + x-ms-date: ['Wed, 06 Jun 2018 21:23:09 GMT'] x-ms-range: [bytes=0-33554431] - x-ms-version: ['2017-04-17'] + x-ms-version: ['2017-07-29'] method: GET - uri: https://psdk39da1597.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/clusters/cluster39da1597/f601ee14-b1f3-46f8-93c9-39c8937cf910/stdout-tvm-3516245985_1-20180316t002758z-p.txt + uri: https://psdk39da1597.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/workspaces/workspace/clusters/cluster39da1597/c9941a94-5365-4ab0-ac03-e80baaf61fab/stdout-tvm-171039672_1-20180606t212057z-p.txt response: body: {string: 'setup task has a secret @@ -625,59 +625,60 @@ interactions: content-length: ['24'] content-range: [bytes 0-23/24] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 00:31:04 GMT'] - etag: ['"0x8D58AD525A8A047"'] - last-modified: ['Fri, 16 Mar 2018 00:30:40 GMT'] + date: ['Wed, 06 Jun 2018 21:23:09 GMT'] + etag: ['"0x8D5CBF3A53F3B19"'] + last-modified: ['Wed, 06 Jun 2018 21:22:45 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-server-encrypted: ['true'] x-ms-type: [File] - x-ms-version: ['2017-04-17'] + x-ms-version: ['2017-07-29'] status: {code: 206, message: Partial Content} - request: body: null headers: Connection: [keep-alive] - User-Agent: [Azure-Storage/0.36.0 (Python CPython 3.6.4; Linux 4.15.6-300.fc27.x86_64)] - x-ms-date: ['Fri, 16 Mar 2018 00:31:04 GMT'] + User-Agent: [Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Linux 4.16.12-300.fc28.x86_64)] + x-ms-date: ['Wed, 06 Jun 2018 21:23:10 GMT'] x-ms-range: [bytes=0-33554431] - x-ms-version: ['2017-04-17'] + x-ms-version: ['2017-07-29'] method: GET - uri: https://psdk39da1597.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/clusters/cluster39da1597/f601ee14-b1f3-46f8-93c9-39c8937cf910/stderr-tvm-3516245985_1-20180316t002758z-p.txt + uri: https://psdk39da1597.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/workspaces/workspace/clusters/cluster39da1597/c9941a94-5365-4ab0-ac03-e80baaf61fab/stderr-tvm-171039672_1-20180606t212057z-p.txt response: body: {string: "\uFEFFInvalidRangeThe\ - \ range specified is invalid for the current size of the resource.\nRequestId:6889ab8b-601a-0049-14be-bc4253000000\n\ - Time:2018-03-16T00:31:05.2211093Z"} + \ range specified is invalid for the current size of the resource.\nRequestId:c55771c2-b01a-003a-74dc-fd7575000000\n\ + Time:2018-06-06T21:23:11.0999624Z"} headers: content-length: ['249'] content-range: [bytes */0] content-type: [application/xml] - date: ['Fri, 16 Mar 2018 00:31:05 GMT'] + date: ['Wed, 06 Jun 2018 21:23:11 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] - x-ms-version: ['2017-04-17'] + x-ms-error-code: [InvalidRange] + x-ms-version: ['2017-07-29'] status: {code: 416, message: The range specified is invalid for the current size of the resource.} - request: body: null headers: Connection: [keep-alive] - User-Agent: [Azure-Storage/0.36.0 (Python CPython 3.6.4; Linux 4.15.6-300.fc27.x86_64)] - x-ms-date: ['Fri, 16 Mar 2018 00:31:05 GMT'] - x-ms-version: ['2017-04-17'] + User-Agent: [Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Linux 4.16.12-300.fc28.x86_64)] + x-ms-date: ['Wed, 06 Jun 2018 21:23:11 GMT'] + x-ms-version: ['2017-07-29'] method: GET - uri: https://psdk39da1597.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/clusters/cluster39da1597/f601ee14-b1f3-46f8-93c9-39c8937cf910/stderr-tvm-3516245985_1-20180316t002758z-p.txt + uri: https://psdk39da1597.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/workspaces/workspace/clusters/cluster39da1597/c9941a94-5365-4ab0-ac03-e80baaf61fab/stderr-tvm-171039672_1-20180606t212057z-p.txt response: body: {string: ''} headers: accept-ranges: [bytes] content-length: ['0'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 00:31:05 GMT'] - etag: ['"0x8D58AD52598254C"'] - last-modified: ['Fri, 16 Mar 2018 00:30:40 GMT'] + date: ['Wed, 06 Jun 2018 21:23:11 GMT'] + etag: ['"0x8D5CBF3A53B90F0"'] + last-modified: ['Wed, 06 Jun 2018 21:22:45 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-server-encrypted: ['true'] x-ms-type: [File] - x-ms-version: ['2017-04-17'] + x-ms-version: ['2017-07-29'] status: {code: 200, message: OK} - request: body: null @@ -687,27 +688,27 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/clusters/cluster39da1597?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_setup_task_execution39da1597/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster39da1597?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/93b3a5e8-d19b-4d51-98db-735e91e60644?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0903f977-728f-4aef-b56f-07a212e47592?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 00:31:08 GMT'] + date: ['Wed, 06 Jun 2018 21:23:12 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/93b3a5e8-d19b-4d51-98db-735e91e60644?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/0903f977-728f-4aef-b56f-07a212e47592?api-version=2018-05-01'] pragma: [no-cache] - request-id: [d7c61ac9-b458-4bd1-9e35-e92f6ade67c6] + request-id: [a708ec91-ef25-48e4-9fc9-54e1276a589a] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] + x-ms-ratelimit-remaining-subscription-deletes: ['14998'] status: {code: 202, message: Accepted} - request: body: null @@ -715,21 +716,48 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0903f977-728f-4aef-b56f-07a212e47592?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0903f977-728f-4aef-b56f-07a212e47592","name":"0903f977-728f-4aef-b56f-07a212e47592","status":"InProgress","startTime":"2018-06-06T21:23:13.081Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:23:29 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [9f0e550a-5d46-4962-a267-bd0d8b25bce5] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/93b3a5e8-d19b-4d51-98db-735e91e60644?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0903f977-728f-4aef-b56f-07a212e47592?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/93b3a5e8-d19b-4d51-98db-735e91e60644","name":"93b3a5e8-d19b-4d51-98db-735e91e60644","status":"InProgress","startTime":"2018-03-16T00:31:07.501Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0903f977-728f-4aef-b56f-07a212e47592","name":"0903f977-728f-4aef-b56f-07a212e47592","status":"InProgress","startTime":"2018-06-06T21:23:13.081Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:31:23 GMT'] + date: ['Wed, 06 Jun 2018 21:24:00 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [5f00c170-8342-4b01-b19d-cc11ac1082f8] + request-id: [45230dd9-313a-41c2-bd16-80a4a51356d6] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -742,21 +770,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/93b3a5e8-d19b-4d51-98db-735e91e60644?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0903f977-728f-4aef-b56f-07a212e47592?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/93b3a5e8-d19b-4d51-98db-735e91e60644","name":"93b3a5e8-d19b-4d51-98db-735e91e60644","status":"InProgress","startTime":"2018-03-16T00:31:07.501Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0903f977-728f-4aef-b56f-07a212e47592","name":"0903f977-728f-4aef-b56f-07a212e47592","status":"InProgress","startTime":"2018-06-06T21:23:13.081Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:31:55 GMT'] + date: ['Wed, 06 Jun 2018 21:24:31 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [00e445a3-8622-402b-82fc-54d62dfa3449] + request-id: [3dda7c03-1292-4990-9dd6-6db051bfc7b4] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -769,21 +797,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/93b3a5e8-d19b-4d51-98db-735e91e60644?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0903f977-728f-4aef-b56f-07a212e47592?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/93b3a5e8-d19b-4d51-98db-735e91e60644","name":"93b3a5e8-d19b-4d51-98db-735e91e60644","status":"InProgress","startTime":"2018-03-16T00:31:07.501Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0903f977-728f-4aef-b56f-07a212e47592","name":"0903f977-728f-4aef-b56f-07a212e47592","status":"InProgress","startTime":"2018-06-06T21:23:13.081Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:32:26 GMT'] + date: ['Wed, 06 Jun 2018 21:25:02 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [e3a9b59f-266f-4e13-9c8b-b4fa6fbcaa6d] + request-id: [25cd9b0a-bd09-4ccd-9f27-f4b9facd08dd] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -796,21 +824,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/93b3a5e8-d19b-4d51-98db-735e91e60644?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0903f977-728f-4aef-b56f-07a212e47592?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/93b3a5e8-d19b-4d51-98db-735e91e60644","name":"93b3a5e8-d19b-4d51-98db-735e91e60644","status":"InProgress","startTime":"2018-03-16T00:31:07.501Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0903f977-728f-4aef-b56f-07a212e47592","name":"0903f977-728f-4aef-b56f-07a212e47592","status":"InProgress","startTime":"2018-06-06T21:23:13.081Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:32:57 GMT'] + date: ['Wed, 06 Jun 2018 21:25:33 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [7fc32838-7302-4ab6-a5c0-d9ddba827a30] + request-id: [dd7bf825-2489-43f6-8e9c-c1f96a46d7a6] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -823,21 +851,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/93b3a5e8-d19b-4d51-98db-735e91e60644?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0903f977-728f-4aef-b56f-07a212e47592?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/93b3a5e8-d19b-4d51-98db-735e91e60644","name":"93b3a5e8-d19b-4d51-98db-735e91e60644","status":"InProgress","startTime":"2018-03-16T00:31:07.501Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0903f977-728f-4aef-b56f-07a212e47592","name":"0903f977-728f-4aef-b56f-07a212e47592","status":"InProgress","startTime":"2018-06-06T21:23:13.081Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:33:28 GMT'] + date: ['Wed, 06 Jun 2018 21:26:04 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [989c7d40-1fb4-4524-8945-1ddf120d4cae] + request-id: [bdbe4bbf-1d3c-4b62-8f03-f227c4e9e7a8] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -850,21 +878,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/93b3a5e8-d19b-4d51-98db-735e91e60644?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0903f977-728f-4aef-b56f-07a212e47592?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/93b3a5e8-d19b-4d51-98db-735e91e60644","name":"93b3a5e8-d19b-4d51-98db-735e91e60644","status":"InProgress","startTime":"2018-03-16T00:31:07.501Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0903f977-728f-4aef-b56f-07a212e47592","name":"0903f977-728f-4aef-b56f-07a212e47592","status":"InProgress","startTime":"2018-06-06T21:23:13.081Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:33:59 GMT'] + date: ['Wed, 06 Jun 2018 21:26:35 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [422769de-9326-4ac0-8088-6033b0c43bdc] + request-id: [a0faf56b-6b21-4f30-9c32-d5d0203b3f48] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -877,21 +905,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/93b3a5e8-d19b-4d51-98db-735e91e60644?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0903f977-728f-4aef-b56f-07a212e47592?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/93b3a5e8-d19b-4d51-98db-735e91e60644","name":"93b3a5e8-d19b-4d51-98db-735e91e60644","status":"InProgress","startTime":"2018-03-16T00:31:07.501Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0903f977-728f-4aef-b56f-07a212e47592","name":"0903f977-728f-4aef-b56f-07a212e47592","status":"InProgress","startTime":"2018-06-06T21:23:13.081Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:34:31 GMT'] + date: ['Wed, 06 Jun 2018 21:27:06 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [3d221430-d8a0-42ef-a5ef-ecf91091614e] + request-id: [75fb451f-ee43-4d26-9441-3cef68dd7918] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -904,21 +932,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/93b3a5e8-d19b-4d51-98db-735e91e60644?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0903f977-728f-4aef-b56f-07a212e47592?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/93b3a5e8-d19b-4d51-98db-735e91e60644","name":"93b3a5e8-d19b-4d51-98db-735e91e60644","status":"InProgress","startTime":"2018-03-16T00:31:07.501Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0903f977-728f-4aef-b56f-07a212e47592","name":"0903f977-728f-4aef-b56f-07a212e47592","status":"InProgress","startTime":"2018-06-06T21:23:13.081Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:35:02 GMT'] + date: ['Wed, 06 Jun 2018 21:27:37 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [4b8a2800-36b7-4a10-875f-b1c16ef799b9] + request-id: [48887b6b-5f48-4dc8-ab71-b65338d77be9] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -931,21 +959,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/93b3a5e8-d19b-4d51-98db-735e91e60644?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0903f977-728f-4aef-b56f-07a212e47592?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/93b3a5e8-d19b-4d51-98db-735e91e60644","name":"93b3a5e8-d19b-4d51-98db-735e91e60644","status":"InProgress","startTime":"2018-03-16T00:31:07.501Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0903f977-728f-4aef-b56f-07a212e47592","name":"0903f977-728f-4aef-b56f-07a212e47592","status":"InProgress","startTime":"2018-06-06T21:23:13.081Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:35:34 GMT'] + date: ['Wed, 06 Jun 2018 21:28:09 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [ab83ded6-1b42-42e6-a062-50296566b474] + request-id: [02203e42-071a-4c27-98d1-f584c266e823] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -958,21 +986,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/93b3a5e8-d19b-4d51-98db-735e91e60644?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0903f977-728f-4aef-b56f-07a212e47592?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/93b3a5e8-d19b-4d51-98db-735e91e60644","name":"93b3a5e8-d19b-4d51-98db-735e91e60644","status":"InProgress","startTime":"2018-03-16T00:31:07.501Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0903f977-728f-4aef-b56f-07a212e47592","name":"0903f977-728f-4aef-b56f-07a212e47592","status":"InProgress","startTime":"2018-06-06T21:23:13.081Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:36:04 GMT'] + date: ['Wed, 06 Jun 2018 21:28:40 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [19032c44-2ef8-4bbc-9891-b5d7e134642e] + request-id: [f623808a-96ff-4805-88d9-e68bed75e8a3] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -985,21 +1013,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/93b3a5e8-d19b-4d51-98db-735e91e60644?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0903f977-728f-4aef-b56f-07a212e47592?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/93b3a5e8-d19b-4d51-98db-735e91e60644","name":"93b3a5e8-d19b-4d51-98db-735e91e60644","status":"Succeeded","startTime":"2018-03-16T00:31:07.501Z","endTime":"2018-03-16T00:36:11.06Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_clusters_test_setup_task_execution39da1597$cluster39da1597"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0903f977-728f-4aef-b56f-07a212e47592","name":"0903f977-728f-4aef-b56f-07a212e47592","status":"Succeeded","startTime":"2018-06-06T21:23:13.081Z","endTime":"2018-06-06T21:28:45.734Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_clusters_test_setup_task_execution39da1597$workspace$cluster39da1597"}}'} headers: cache-control: [no-cache] - content-length: ['477'] + content-length: ['489'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 00:36:36 GMT'] + date: ['Wed, 06 Jun 2018 21:29:11 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [532fc7c7-de57-4829-90fe-cd6cf1b2f44a] + request-id: [546d2c25-9932-473a-80cb-8c494bf67187] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] diff --git a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_experiments.test_creation_and_deletion.yaml b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_experiments.test_creation_and_deletion.yaml new file mode 100644 index 000000000000..8a2e4973b60f --- /dev/null +++ b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_experiments.test_creation_and_deletion.yaml @@ -0,0 +1,213 @@ +interactions: +- request: + body: '{"location": "northeurope"}' + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['27'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_creation_and_deletion90ac16fa/providers/Microsoft.BatchAI/workspaces/workspace?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_creation_and_deletion90ac16fa/providers/Microsoft.BatchAI/workspaces/workspace","name":"workspace","type":"Microsoft.BatchAI/workspaces","location":"northeurope","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T21:45:46.193Z","creationTime":"2018-06-06T21:45:46.193Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['421'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:45:46 GMT'] + etag: ['"0x8D5CBF6DC57FB16"'] + expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 21:45:46 GMT'] + pragma: [no-cache] + request-id: [a459b75a-cb8b-4845-bb82-59570010fcd4] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1197'] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['0'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_creation_and_deletion90ac16fa/providers/Microsoft.BatchAI/workspaces/workspace/experiments/testee?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_creation_and_deletion90ac16fa/providers/Microsoft.BatchAI/workspaces/workspace/experiments/testee","name":"testee","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T21:45:48.938Z","creationTime":"2018-06-06T21:45:48.938Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['424'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:45:48 GMT'] + etag: ['"0x8D5CBF6DDFAAECD"'] + expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 21:45:48 GMT'] + pragma: [no-cache] + request-id: [65e6ce8b-1f3f-4db0-bf09-f420b223b465] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1197'] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_creation_and_deletion90ac16fa/providers/Microsoft.BatchAI/workspaces/workspace/experiments/testee?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_creation_and_deletion90ac16fa/providers/Microsoft.BatchAI/workspaces/workspace/experiments/testee","name":"testee","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T21:45:48.938Z","creationTime":"2018-06-06T21:45:48.938Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['424'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:45:49 GMT'] + etag: ['"0x8D5CBF6DDFAAECD"'] + expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 21:45:48 GMT'] + pragma: [no-cache] + request-id: [d648a743-0e88-400f-bfe3-6fca475160d6] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_creation_and_deletion90ac16fa/providers/Microsoft.BatchAI/workspaces/workspace/experiments?api-version=2018-05-01 + response: + body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_creation_and_deletion90ac16fa/providers/Microsoft.BatchAI/workspaces/workspace/experiments/testee","name":"testee","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T21:45:48.938Z","creationTime":"2018-06-06T21:45:48.938Z"}}]}'} + headers: + cache-control: [no-cache] + content-length: ['436'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:45:51 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [95dd392c-e2b6-4482-a17d-ce17e68ee183] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['0'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_creation_and_deletion90ac16fa/providers/Microsoft.BatchAI/workspaces/workspace/experiments/testee?api-version=2018-05-01 + response: + body: {string: ''} + headers: + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/09de8686-8a9a-41ca-b919-5d57dc44d32d?api-version=2018-05-01'] + cache-control: [no-cache] + content-length: ['0'] + date: ['Wed, 06 Jun 2018 21:45:52 GMT'] + expires: ['-1'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/09de8686-8a9a-41ca-b919-5d57dc44d32d?api-version=2018-05-01'] + pragma: [no-cache] + request-id: [45d8ea7c-7173-442c-9724-782507817523] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] + status: {code: 202, message: Accepted} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/09de8686-8a9a-41ca-b919-5d57dc44d32d?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/09de8686-8a9a-41ca-b919-5d57dc44d32d","name":"09de8686-8a9a-41ca-b919-5d57dc44d32d","status":"Succeeded","startTime":"2018-06-06T21:45:53.435Z","endTime":"2018-06-06T21:45:53.795Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_experiments_test_creation_and_deletion90ac16fa$workspace$testee"}}'} + headers: + cache-control: [no-cache] + content-length: ['484'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:46:09 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [841aa2cb-1809-4bde-b187-1330f5c668cc] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_creation_and_deletion90ac16fa/providers/Microsoft.BatchAI/workspaces/workspace/experiments/testee?api-version=2018-05-01 + response: + body: {string: '{"error":{"code":"ExperimentNotFound","message":"The specified + experiment testee is not found"}}'} + headers: + cache-control: [no-cache] + content-length: ['96'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:46:09 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [9bd8d85c-f3c0-4cca-8d42-aa05d50ef777] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + x-content-type-options: [nosniff] + status: {code: 404, message: The specified experiment testee is not found} +version: 1 diff --git a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_experiments.test_experiments_isolation.yaml b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_experiments.test_experiments_isolation.yaml new file mode 100644 index 000000000000..afc33cfe6732 --- /dev/null +++ b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_experiments.test_experiments_isolation.yaml @@ -0,0 +1,1061 @@ +interactions: +- request: + body: '{"location": "northeurope"}' + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['27'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/first?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/first","name":"first","type":"Microsoft.BatchAI/workspaces","location":"northeurope","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T00:11:18.929Z","creationTime":"2018-06-07T00:11:18.929Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['413'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:11:19 GMT'] + etag: ['"0x8D5CC0B3175B2A0"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 00:11:18 GMT'] + pragma: [no-cache] + request-id: [b2aa5ebb-2284-4f2f-bc89-a9bd6be72604] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1198'] + status: {code: 200, message: OK} +- request: + body: '{"location": "northeurope"}' + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['27'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second","name":"second","type":"Microsoft.BatchAI/workspaces","location":"northeurope","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T00:11:22.58Z","creationTime":"2018-06-07T00:11:22.58Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['413'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:11:22 GMT'] + etag: ['"0x8D5CC0B33A2B79F"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 00:11:22 GMT'] + pragma: [no-cache] + request-id: [f6605c6f-9f9e-40e8-bd08-e2f62aff07a1] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1198'] + status: {code: 200, message: OK} +- request: + body: '{"properties": {"vmSize": "STANDARD_D1", "vmPriority": "lowpriority", "scaleSettings": + {"manual": {"targetNodeCount": 0, "nodeDeallocationOption": "requeue"}}, "userAccountSettings": + {"adminUserName": "demoUser", "adminUserPassword": "Dem0Pa$$w0rd"}}}' + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['251'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/first/clusters/cluster?api-version=2018-05-01 + response: + body: {string: ''} + headers: + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/e7bf9a1d-faa9-4a38-ac32-efb1aa6a1cbb?api-version=2018-05-01'] + cache-control: [no-cache] + content-length: ['0'] + date: ['Thu, 07 Jun 2018 00:11:24 GMT'] + expires: ['-1'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/e7bf9a1d-faa9-4a38-ac32-efb1aa6a1cbb?api-version=2018-05-01'] + pragma: [no-cache] + request-id: [d25c8de7-e18b-4b58-83b4-543c71d1b854] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] + status: {code: 202, message: Accepted} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/e7bf9a1d-faa9-4a38-ac32-efb1aa6a1cbb?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/e7bf9a1d-faa9-4a38-ac32-efb1aa6a1cbb","name":"e7bf9a1d-faa9-4a38-ac32-efb1aa6a1cbb","status":"Succeeded","startTime":"2018-06-07T00:11:24.88Z","endTime":"2018-06-07T00:11:25.63Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_experiments_test_experiments_isolation94591745$first$cluster"}}'} + headers: + cache-control: [no-cache] + content-length: ['479'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:11:41 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [199ce01a-031d-41b0-8558-a05de60f658a] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/first/clusters/cluster?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/first/clusters/cluster","name":"cluster","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-07T00:11:24.88Z","allocationStateTransitionTime":"2018-06-07T00:11:26.121Z","provisioningStateTransitionTime":"2018-06-07T00:11:25.599Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"}}}'} + headers: + cache-control: [no-cache] + content-length: ['967'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:11:41 GMT'] + etag: ['"0x8D5CC0B3501C331"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 00:11:24 GMT'] + pragma: [no-cache] + request-id: [700c6839-1785-4d87-a28a-09d3cd27db0e] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['0'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/first/experiments/exp1?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/first/experiments/exp1","name":"exp1","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T00:11:43.105Z","creationTime":"2018-06-07T00:11:43.105Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['416'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:11:43 GMT'] + etag: ['"0x8D5CC0B3FDE92DD"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 00:11:43 GMT'] + pragma: [no-cache] + request-id: [5d6aba37-53bf-46df-bbd5-2d2586fe6b68] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1198'] + status: {code: 200, message: OK} +- request: + body: 'b''{"properties": {"schedulingPriority": "normal", "cluster": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/first/clusters/cluster"}, + "nodeCount": 1, "customToolkitSettings": {"commandLine": "true"}, "stdOutErrPathPrefix": + "$AZ_BATCHAI_MOUNT_ROOT"}}''' + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['379'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/first/experiments/exp1/jobs/job?api-version=2018-05-01 + response: + body: {string: ''} + headers: + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/74a45497-c485-45e9-963f-b0a4209bf8d1?api-version=2018-05-01'] + cache-control: [no-cache] + content-length: ['0'] + date: ['Thu, 07 Jun 2018 00:11:45 GMT'] + expires: ['-1'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/74a45497-c485-45e9-963f-b0a4209bf8d1?api-version=2018-05-01'] + pragma: [no-cache] + request-id: [3fc14f54-cb89-45f9-9a3b-59fd3f1938e2] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] + status: {code: 202, message: Accepted} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/74a45497-c485-45e9-963f-b0a4209bf8d1?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/74a45497-c485-45e9-963f-b0a4209bf8d1","name":"74a45497-c485-45e9-963f-b0a4209bf8d1","status":"Succeeded","startTime":"2018-06-07T00:11:45.052Z","endTime":"2018-06-07T00:11:46.035Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_experiments_test_experiments_isolation94591745$first$exp1$job"}}'} + headers: + cache-control: [no-cache] + content-length: ['482'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:12:01 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [5c3aa803-cdc4-48a4-8408-7649b215a99e] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/first/experiments/exp1/jobs/job?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/first/experiments/exp1/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"exp1","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/first/clusters/cluster"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_experiments_test_experiments_isolation94591745/workspaces/first/experiments/exp1/jobs/job/bd763691-9393-46c7-ac50-e152661f2881","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT","constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T00:11:45.035Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T00:11:46.019Z","executionState":"queued","executionStateTransitionTime":"2018-06-07T00:11:45.035Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['1165'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:12:02 GMT'] + etag: ['"0x8D5CC0B41051C61"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 00:11:45 GMT'] + pragma: [no-cache] + request-id: [53d37202-bb3b-4ac0-ae5f-2dbfde4076ee] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['0'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/first/experiments/exp2?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/first/experiments/exp2","name":"exp2","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T00:12:16.931Z","creationTime":"2018-06-07T00:12:16.931Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['416'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:12:16 GMT'] + etag: ['"0x8D5CC0B54080A4A"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 00:12:16 GMT'] + pragma: [no-cache] + request-id: [a07d7c5e-b53d-44eb-98b7-b93f0dfc61a0] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] + status: {code: 200, message: OK} +- request: + body: 'b''{"properties": {"schedulingPriority": "normal", "cluster": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/first/clusters/cluster"}, + "nodeCount": 1, "customToolkitSettings": {"commandLine": "true"}, "stdOutErrPathPrefix": + "$AZ_BATCHAI_MOUNT_ROOT"}}''' + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['379'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/first/experiments/exp2/jobs/job?api-version=2018-05-01 + response: + body: {string: ''} + headers: + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/b7a8bfb4-de37-4703-b13e-6c1150ae041a?api-version=2018-05-01'] + cache-control: [no-cache] + content-length: ['0'] + date: ['Thu, 07 Jun 2018 00:12:18 GMT'] + expires: ['-1'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/b7a8bfb4-de37-4703-b13e-6c1150ae041a?api-version=2018-05-01'] + pragma: [no-cache] + request-id: [2b1c3cec-6a21-4dec-9926-053336a78510] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1198'] + status: {code: 202, message: Accepted} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/b7a8bfb4-de37-4703-b13e-6c1150ae041a?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/b7a8bfb4-de37-4703-b13e-6c1150ae041a","name":"b7a8bfb4-de37-4703-b13e-6c1150ae041a","status":"Succeeded","startTime":"2018-06-07T00:12:18.574Z","endTime":"2018-06-07T00:12:19.142Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_experiments_test_experiments_isolation94591745$first$exp2$job"}}'} + headers: + cache-control: [no-cache] + content-length: ['482'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:12:34 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [a2ae2989-334d-4f1c-ae07-0b6a3bf3ac1e] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/first/experiments/exp2/jobs/job?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/first/experiments/exp2/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"exp2","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/first/clusters/cluster"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_experiments_test_experiments_isolation94591745/workspaces/first/experiments/exp2/jobs/job/3614d845-28e4-4036-acee-59a5e5392fb4","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT","constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T00:12:18.558Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T00:12:19.126Z","executionState":"queued","executionStateTransitionTime":"2018-06-07T00:12:18.558Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['1165'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:12:36 GMT'] + etag: ['"0x8D5CC0B550063F3"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 00:12:18 GMT'] + pragma: [no-cache] + request-id: [54746967-da75-4032-a76d-81afe7e98767] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: '{"properties": {"vmSize": "STANDARD_D1", "vmPriority": "lowpriority", "scaleSettings": + {"manual": {"targetNodeCount": 0, "nodeDeallocationOption": "requeue"}}, "userAccountSettings": + {"adminUserName": "demoUser", "adminUserPassword": "Dem0Pa$$w0rd"}}}' + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['251'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second/clusters/cluster?api-version=2018-05-01 + response: + body: {string: ''} + headers: + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/f8b260cf-804a-4e94-85a1-389fc2a2d781?api-version=2018-05-01'] + cache-control: [no-cache] + content-length: ['0'] + date: ['Thu, 07 Jun 2018 00:12:37 GMT'] + expires: ['-1'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/f8b260cf-804a-4e94-85a1-389fc2a2d781?api-version=2018-05-01'] + pragma: [no-cache] + request-id: [f600c14a-1272-4d19-9155-9aee0695075d] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] + status: {code: 202, message: Accepted} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/f8b260cf-804a-4e94-85a1-389fc2a2d781?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/f8b260cf-804a-4e94-85a1-389fc2a2d781","name":"f8b260cf-804a-4e94-85a1-389fc2a2d781","status":"Succeeded","startTime":"2018-06-07T00:12:38.274Z","endTime":"2018-06-07T00:12:51.556Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_experiments_test_experiments_isolation94591745$second$cluster"}}'} + headers: + cache-control: [no-cache] + content-length: ['482'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:12:54 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [069522f7-5152-4407-95af-449e3b03032f] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second/clusters/cluster?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second/clusters/cluster","name":"cluster","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-07T00:12:38.258Z","allocationStateTransitionTime":"2018-06-07T00:12:51.981Z","provisioningStateTransitionTime":"2018-06-07T00:12:51.524Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"}}}'} + headers: + cache-control: [no-cache] + content-length: ['969'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:12:55 GMT'] + etag: ['"0x8D5CC0B60BE4F5A"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 00:12:38 GMT'] + pragma: [no-cache] + request-id: [3c0e3eef-f705-4cb0-ad00-43187f89eaa5] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['0'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second/experiments/exp1?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second/experiments/exp1","name":"exp1","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T00:12:57.997Z","creationTime":"2018-06-07T00:12:57.997Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['417'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:12:57 GMT'] + etag: ['"0x8D5CC0B6C82423F"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 00:12:57 GMT'] + pragma: [no-cache] + request-id: [d8a6c5f1-9448-46ac-b4de-610d2899d170] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] + status: {code: 200, message: OK} +- request: + body: 'b''{"properties": {"schedulingPriority": "normal", "cluster": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second/clusters/cluster"}, + "nodeCount": 1, "customToolkitSettings": {"commandLine": "true"}, "stdOutErrPathPrefix": + "$AZ_BATCHAI_MOUNT_ROOT"}}''' + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['380'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second/experiments/exp1/jobs/job?api-version=2018-05-01 + response: + body: {string: ''} + headers: + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/00d8e0a5-34ce-4b8f-8e37-a200c2cbacc3?api-version=2018-05-01'] + cache-control: [no-cache] + content-length: ['0'] + date: ['Thu, 07 Jun 2018 00:12:58 GMT'] + expires: ['-1'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/00d8e0a5-34ce-4b8f-8e37-a200c2cbacc3?api-version=2018-05-01'] + pragma: [no-cache] + request-id: [bba5478d-462d-42d9-a90d-3346b5ee00ce] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1198'] + status: {code: 202, message: Accepted} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/00d8e0a5-34ce-4b8f-8e37-a200c2cbacc3?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/00d8e0a5-34ce-4b8f-8e37-a200c2cbacc3","name":"00d8e0a5-34ce-4b8f-8e37-a200c2cbacc3","status":"Succeeded","startTime":"2018-06-07T00:12:58.7Z","endTime":"2018-06-07T00:12:59.388Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_experiments_test_experiments_isolation94591745$second$exp1$job"}}'} + headers: + cache-control: [no-cache] + content-length: ['481'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:13:14 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [e3dab0a0-e413-4e6a-8207-a9ec7b4f8a04] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second/experiments/exp1/jobs/job?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second/experiments/exp1/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"exp1","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second/clusters/cluster"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_experiments_test_experiments_isolation94591745/workspaces/second/experiments/exp1/jobs/job/11fd3b9f-269d-4ce0-a8ff-2882e2ca3f32","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT","constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T00:12:58.7Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T00:12:59.373Z","executionState":"queued","executionStateTransitionTime":"2018-06-07T00:12:58.7Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['1164'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:13:15 GMT'] + etag: ['"0x8D5CC0B6CED919D"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 00:12:58 GMT'] + pragma: [no-cache] + request-id: [136ad311-d697-459c-8e30-11204eda447f] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['0'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second/experiments/exp2?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second/experiments/exp2","name":"exp2","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T00:13:16.784Z","creationTime":"2018-06-07T00:13:16.784Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['417'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:13:16 GMT'] + etag: ['"0x8D5CC0B77B4E378"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 00:13:16 GMT'] + pragma: [no-cache] + request-id: [8718502b-080e-48c1-a3a5-c8036507450b] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1197'] + status: {code: 200, message: OK} +- request: + body: 'b''{"properties": {"schedulingPriority": "normal", "cluster": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second/clusters/cluster"}, + "nodeCount": 1, "customToolkitSettings": {"commandLine": "true"}, "stdOutErrPathPrefix": + "$AZ_BATCHAI_MOUNT_ROOT"}}''' + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['380'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second/experiments/exp2/jobs/job?api-version=2018-05-01 + response: + body: {string: ''} + headers: + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/94f141f8-3a19-4231-bd7d-13d31c5625e8?api-version=2018-05-01'] + cache-control: [no-cache] + content-length: ['0'] + date: ['Thu, 07 Jun 2018 00:13:18 GMT'] + expires: ['-1'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/94f141f8-3a19-4231-bd7d-13d31c5625e8?api-version=2018-05-01'] + pragma: [no-cache] + request-id: [1fdba6b3-0b3e-44f9-bf79-0f0445043452] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1198'] + status: {code: 202, message: Accepted} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/94f141f8-3a19-4231-bd7d-13d31c5625e8?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/94f141f8-3a19-4231-bd7d-13d31c5625e8","name":"94f141f8-3a19-4231-bd7d-13d31c5625e8","status":"Succeeded","startTime":"2018-06-07T00:13:18.414Z","endTime":"2018-06-07T00:13:19.167Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_experiments_test_experiments_isolation94591745$second$exp2$job"}}'} + headers: + cache-control: [no-cache] + content-length: ['483'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:13:33 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [8d074eeb-6ba2-458f-859d-f1d3125630fb] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second/experiments/exp2/jobs/job?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second/experiments/exp2/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"exp2","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second/clusters/cluster"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_experiments_test_experiments_isolation94591745/workspaces/second/experiments/exp2/jobs/job/7ba678a5-f890-4381-9b4e-b5f2eff5c8f6","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT","constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T00:13:18.414Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T00:13:19.152Z","executionState":"queued","executionStateTransitionTime":"2018-06-07T00:13:18.414Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['1168'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:13:34 GMT'] + etag: ['"0x8D5CC0B78AD99FD"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 00:13:18 GMT'] + pragma: [no-cache] + request-id: [69111cb7-ebe5-4537-b95e-d855ea4efef5] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['0'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/first/experiments/exp1?api-version=2018-05-01 + response: + body: {string: ''} + headers: + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/57bf7a8e-c862-4108-b82e-63757d50d14b?api-version=2018-05-01'] + cache-control: [no-cache] + content-length: ['0'] + date: ['Thu, 07 Jun 2018 00:13:36 GMT'] + expires: ['-1'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/57bf7a8e-c862-4108-b82e-63757d50d14b?api-version=2018-05-01'] + pragma: [no-cache] + request-id: [4e0e2835-b3dd-4ba0-b51c-58c9c86c25ee] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] + status: {code: 202, message: Accepted} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/57bf7a8e-c862-4108-b82e-63757d50d14b?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/57bf7a8e-c862-4108-b82e-63757d50d14b","name":"57bf7a8e-c862-4108-b82e-63757d50d14b","status":"Succeeded","startTime":"2018-06-07T00:13:37.007Z","endTime":"2018-06-07T00:13:37.367Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_experiments_test_experiments_isolation94591745$first$exp1"}}'} + headers: + cache-control: [no-cache] + content-length: ['478'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:13:53 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [9ed6e188-3724-4219-bd74-e7269866c2e5] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/first/experiments/exp1?api-version=2018-05-01 + response: + body: {string: '{"error":{"code":"ExperimentNotFound","message":"The specified + experiment exp1 is not found"}}'} + headers: + cache-control: [no-cache] + content-length: ['94'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:13:54 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [c3989169-be4e-4d7e-a880-35270363eb2d] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + x-content-type-options: [nosniff] + status: {code: 404, message: The specified experiment exp1 is not found} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/first/clusters/cluster?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/first/clusters/cluster","name":"cluster","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-07T00:11:24.88Z","allocationStateTransitionTime":"2018-06-07T00:11:26.121Z","provisioningStateTransitionTime":"2018-06-07T00:11:25.599Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"}}}'} + headers: + cache-control: [no-cache] + content-length: ['967'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:13:55 GMT'] + etag: ['"0x8D5CC0B3501C331"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 00:11:24 GMT'] + pragma: [no-cache] + request-id: [df9159a3-2562-47e9-9caa-22e223b5843f] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/first/experiments/exp2?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/first/experiments/exp2","name":"exp2","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T00:12:16.931Z","creationTime":"2018-06-07T00:12:16.931Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['416'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:13:56 GMT'] + etag: ['"0x8D5CC0B54080A4A"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 00:12:16 GMT'] + pragma: [no-cache] + request-id: [72f07454-718e-4a75-85da-c2f2534816ff] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/first/experiments/exp2/jobs/job?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/first/experiments/exp2/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"exp2","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/first/clusters/cluster"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_experiments_test_experiments_isolation94591745/workspaces/first/experiments/exp2/jobs/job/3614d845-28e4-4036-acee-59a5e5392fb4","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT","constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T00:12:18.558Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T00:12:19.126Z","executionState":"queued","executionStateTransitionTime":"2018-06-07T00:12:18.558Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['1165'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:13:57 GMT'] + etag: ['"0x8D5CC0B550063F3"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 00:12:18 GMT'] + pragma: [no-cache] + request-id: [332dbcd4-72d5-4ab4-9223-914864920b5c] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second/clusters/cluster?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second/clusters/cluster","name":"cluster","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-07T00:12:38.258Z","allocationStateTransitionTime":"2018-06-07T00:12:51.981Z","provisioningStateTransitionTime":"2018-06-07T00:12:51.524Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"}}}'} + headers: + cache-control: [no-cache] + content-length: ['969'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:13:58 GMT'] + etag: ['"0x8D5CC0B60BE4F5A"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 00:12:38 GMT'] + pragma: [no-cache] + request-id: [9b6b1fc3-9c17-4767-b42d-ba7f74ca55a6] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second/experiments/exp1?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second/experiments/exp1","name":"exp1","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T00:12:57.997Z","creationTime":"2018-06-07T00:12:57.997Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['417'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:13:58 GMT'] + etag: ['"0x8D5CC0B6C82423F"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 00:12:57 GMT'] + pragma: [no-cache] + request-id: [f3ca21d1-714e-43df-a89c-3baf89b224ce] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second/experiments/exp1/jobs/job?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second/experiments/exp1/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"exp1","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second/clusters/cluster"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_experiments_test_experiments_isolation94591745/workspaces/second/experiments/exp1/jobs/job/11fd3b9f-269d-4ce0-a8ff-2882e2ca3f32","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT","constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T00:12:58.7Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T00:12:59.373Z","executionState":"queued","executionStateTransitionTime":"2018-06-07T00:12:58.7Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['1164'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:14:00 GMT'] + etag: ['"0x8D5CC0B6CED919D"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 00:12:58 GMT'] + pragma: [no-cache] + request-id: [b587740b-ac92-4916-a920-a3948e4d59e1] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second/experiments/exp2?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second/experiments/exp2","name":"exp2","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T00:13:16.784Z","creationTime":"2018-06-07T00:13:16.784Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['417'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:14:00 GMT'] + etag: ['"0x8D5CC0B77B4E378"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 00:13:16 GMT'] + pragma: [no-cache] + request-id: [a1eae56d-54c2-4a7b-ba8d-5856bbcf3594] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second/experiments/exp2/jobs/job?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second/experiments/exp2/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"exp2","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation94591745/providers/Microsoft.BatchAI/workspaces/second/clusters/cluster"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_experiments_test_experiments_isolation94591745/workspaces/second/experiments/exp2/jobs/job/7ba678a5-f890-4381-9b4e-b5f2eff5c8f6","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT","constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T00:13:18.414Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T00:13:19.152Z","executionState":"queued","executionStateTransitionTime":"2018-06-07T00:13:18.414Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['1168'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:14:01 GMT'] + etag: ['"0x8D5CC0B78AD99FD"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 00:13:18 GMT'] + pragma: [no-cache] + request-id: [e5d29087-fe1b-4e69-adad-c65547a5f2e4] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +version: 1 diff --git a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_experiments.test_experiments_isolation2.yaml b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_experiments.test_experiments_isolation2.yaml new file mode 100644 index 000000000000..89a6c19c9ca2 --- /dev/null +++ b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_experiments.test_experiments_isolation2.yaml @@ -0,0 +1,4244 @@ +interactions: +- request: + body: '{"location": "northeurope"}' + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['27'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation2abd01777/providers/Microsoft.BatchAI/workspaces/first?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation2abd01777/providers/Microsoft.BatchAI/workspaces/first","name":"first","type":"Microsoft.BatchAI/workspaces","location":"northeurope","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T21:52:13.371Z","creationTime":"2018-06-06T21:52:13.371Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['414'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:52:13 GMT'] + etag: ['"0x8D5CBF7C31E8F9C"'] + expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 21:52:13 GMT'] + pragma: [no-cache] + request-id: [000aad6a-4961-4559-8b62-22444059b893] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] + status: {code: 200, message: OK} +- request: + body: '{"location": "northeurope"}' + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['27'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation2abd01777/providers/Microsoft.BatchAI/workspaces/second?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation2abd01777/providers/Microsoft.BatchAI/workspaces/second","name":"second","type":"Microsoft.BatchAI/workspaces","location":"northeurope","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T21:52:16.599Z","creationTime":"2018-06-06T21:52:16.599Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['416'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:52:16 GMT'] + etag: ['"0x8D5CBF7C50B2D8A"'] + expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 21:52:16 GMT'] + pragma: [no-cache] + request-id: [6907bda5-bc8b-49e9-9494-7388c88ba646] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1197'] + status: {code: 200, message: OK} +- request: + body: '{"properties": {"vmSize": "STANDARD_D1", "vmPriority": "lowpriority", "scaleSettings": + {"manual": {"targetNodeCount": 0, "nodeDeallocationOption": "requeue"}}, "userAccountSettings": + {"adminUserName": "demoUser", "adminUserPassword": "Dem0Pa$$w0rd"}}}' + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['251'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation2abd01777/providers/Microsoft.BatchAI/workspaces/first/clusters/cluster?api-version=2018-05-01 + response: + body: {string: ''} + headers: + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/eeddf77d-1fca-4adb-b8fc-4195553e7a58?api-version=2018-05-01'] + cache-control: [no-cache] + content-length: ['0'] + date: ['Wed, 06 Jun 2018 21:52:18 GMT'] + expires: ['-1'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/eeddf77d-1fca-4adb-b8fc-4195553e7a58?api-version=2018-05-01'] + pragma: [no-cache] + request-id: [10ccb3ae-3b5b-4775-a721-900f99c0f4a3] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1195'] + status: {code: 202, message: Accepted} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/eeddf77d-1fca-4adb-b8fc-4195553e7a58?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/eeddf77d-1fca-4adb-b8fc-4195553e7a58","name":"eeddf77d-1fca-4adb-b8fc-4195553e7a58","status":"InProgress","startTime":"2018-06-06T21:52:18.875Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:52:34 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [c38bdf55-e3fd-4007-b705-bdd6525b66ff] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/eeddf77d-1fca-4adb-b8fc-4195553e7a58?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/eeddf77d-1fca-4adb-b8fc-4195553e7a58","name":"eeddf77d-1fca-4adb-b8fc-4195553e7a58","status":"Succeeded","startTime":"2018-06-06T21:52:18.875Z","endTime":"2018-06-06T21:52:39.14Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_experiments_test_experiments_isolation2abd01777$first$cluster"}}'} + headers: + cache-control: [no-cache] + content-length: ['481'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:53:05 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [eb15a643-0f9a-40e3-8833-cdcbd85ef177] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation2abd01777/providers/Microsoft.BatchAI/workspaces/first/clusters/cluster?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation2abd01777/providers/Microsoft.BatchAI/workspaces/first/clusters/cluster","name":"cluster","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T21:52:18.86Z","allocationStateTransitionTime":"2018-06-06T21:52:39.844Z","provisioningStateTransitionTime":"2018-06-06T21:52:39.109Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"}}}'} + headers: + cache-control: [no-cache] + content-length: ['968'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:53:07 GMT'] + etag: ['"0x8D5CBF7C6641079"'] + expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 21:52:18 GMT'] + pragma: [no-cache] + request-id: [ee8d0790-9185-4d20-b67d-be6d459a0c86] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['0'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation2abd01777/providers/Microsoft.BatchAI/workspaces/first/experiments/exp1?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation2abd01777/providers/Microsoft.BatchAI/workspaces/first/experiments/exp1","name":"exp1","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T21:53:09.428Z","creationTime":"2018-06-06T21:53:09.428Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['417'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:53:08 GMT'] + etag: ['"0x8D5CBF7E488401D"'] + expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 21:53:09 GMT'] + pragma: [no-cache] + request-id: [2fc9509a-d31b-48d9-9227-7dc3cfee9630] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1197'] + status: {code: 200, message: OK} +- request: + body: 'b''{"properties": {"schedulingPriority": "normal", "cluster": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation2abd01777/providers/Microsoft.BatchAI/workspaces/first/clusters/cluster"}, + "nodeCount": 1, "customToolkitSettings": {"commandLine": "true"}, "stdOutErrPathPrefix": + "$AZ_BATCHAI_MOUNT_ROOT"}}''' + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['380'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_experiments_isolation2abd01777/providers/Microsoft.BatchAI/workspaces/first/experiments/exp1/jobs/job?api-version=2018-05-01 + response: + body: {string: ''} + headers: + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01'] + cache-control: [no-cache] + content-length: ['0'] + date: ['Wed, 06 Jun 2018 21:53:10 GMT'] + expires: ['-1'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01'] + pragma: [no-cache] + request-id: [d8672029-5eb7-4b8b-b235-72643e1e904b] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1196'] + status: {code: 202, message: Accepted} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:53:27 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [bcb03305-78e6-4a6c-b15d-d7e9b80ce647] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:53:58 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [b9b238b2-2abb-44ce-8300-e2ff70557c90] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:54:29 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [26d6e56a-209b-48f3-9658-98a7fa310d33] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:54:59 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [733b21ef-4b7b-42c3-a39e-606e5a2c8614] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:55:30 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [bca26d91-4652-496f-b0e3-5cba7450eac9] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:56:01 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [64d8b30e-b63a-4f96-8c0b-c164343dd524] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:56:32 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [a89fd12a-a769-4077-930f-fc1fc39add8d] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:57:03 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [2322f21b-869d-4953-877a-42a4e99e493c] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:57:35 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [e819a9c5-962a-492c-8e26-addf0b698277] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:58:05 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [24655a0c-e0c4-4e2b-9962-2858cf2c67d1] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:58:37 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [0db56b2a-d224-4f3c-9daa-72f2bc4dd6ec] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:59:08 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [a4fd1c0a-0893-4876-9acb-bf92defc9532] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:59:39 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [497b8056-bff5-4f6a-8eca-c31296bda1db] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:00:10 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [be96a6ba-80f2-4b24-8374-cb788aab62fb] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:00:42 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [08247ae8-1553-4950-bab0-90c1402734b4] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:01:12 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [932acfb8-232e-4399-a726-be47cd6904d3] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:01:44 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [be09f0f3-6a40-486c-a49e-7ba8eb6880d3] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:02:15 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [e163d8d9-f00b-4b62-bcc5-08b04794c8e5] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:02:46 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [15f15ab5-e4d0-4ceb-8499-0230077a3fde] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:03:17 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [e2461179-903e-4cb0-8de4-d14fcf487b27] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:03:47 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [03a3709f-b201-47d1-b603-88d3fa5e30b6] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:04:58 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [446841d5-b6a3-4441-af34-dac11b40ce79] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:05:31 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [f51027f1-23a3-4f92-b452-7289777b6376] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:06:03 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [09145ba3-63c6-4549-a6cd-bb9dd1cb5eaa] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:06:33 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [9db4b880-7a14-4acd-8067-dbdb778a98bd] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:07:05 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [e03bdc26-97d4-4ae3-8041-0e967d3ad844] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:07:36 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [7b9c5460-910c-42a3-a0f3-4d96d7db15ab] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:08:07 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [184f41b2-6a64-4c6c-896f-02e7111c95e2] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:08:38 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [cd1acae4-37e9-4a92-8090-8a964c025fbd] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:09:09 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [c3fd21ac-7212-47fb-8d8b-917c55b5c676] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:09:40 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [8122933f-3349-410b-ba61-495eb5da527d] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:10:11 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [23cdab96-a9f4-434a-8ef8-f427bb5c0011] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:10:42 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [bfb0b63b-2665-40a2-b1df-db25f34340b9] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:11:13 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [116be46f-b7c0-4690-bf31-08e44de62da0] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:11:44 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [4b490ab0-5e44-4fc9-b8ef-0f273c4d5625] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:12:15 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [18dbfdf4-7a93-453d-b6b6-968e475502aa] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:12:46 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [9cf31899-ba21-49a1-a4cb-0bfc212bec7d] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:13:18 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [858dc71c-c56c-4031-aae8-748137bc7419] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:13:49 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [a8d2f5b4-b43a-4512-a7ae-da182941023b] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:14:20 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [511c0540-2c33-479e-b4cc-3dc341106f70] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:14:51 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [16847450-93a6-4f8a-a463-651fe0536e41] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:15:22 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [f09152eb-192e-4fb9-a35b-c32106025cba] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:15:53 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [f871fc72-c812-4162-a253-0f25139645b5] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:16:24 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [f5858fc4-813a-4f1b-b9ae-3a2f3805ce78] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:16:55 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [89d06e5c-4dc0-4732-b5d1-5e33bbbdb35f] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:17:26 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [8685c23d-3aac-43ae-b01e-842bb81e7468] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:17:57 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [7503540d-253f-4510-9bef-5246eec860f2] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:18:28 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [2fc73580-5876-4c70-b2db-54eba0718558] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:18:59 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [b68332c8-ec90-4840-a5ef-e5e6ededace7] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:19:31 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [58554993-f109-4cb4-bb4b-13d552537590] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:20:02 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [83346d2e-958f-4eb3-966d-e861b7c44a30] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:20:33 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [30209695-cd26-4800-8e21-7aa0246f9adc] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:21:04 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [f039d873-23aa-4a7e-9024-e609b4679481] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:21:35 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [b5c442aa-0ad4-4f88-8f80-4f9284f08782] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:22:06 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [17add2ee-f37d-4522-a76c-6d784b6253ee] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:22:37 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [3d349a78-f4cb-4e4d-b113-c479dc7d7703] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:23:09 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [95f247e9-c42b-4b81-944a-a8fab2b7e265] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:23:40 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [0de4e5d3-81e5-4f51-a281-d8ee0012cd8a] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:24:11 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [4069b41c-572d-4127-a8d8-4df70af4a8e0] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:24:42 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [08d52959-5d2a-4b5f-a192-e7e7091a9acc] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:25:13 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [e2f8a0fc-d285-4554-9b31-2f2cb5281732] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:25:45 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [9d87fae8-6827-4512-bfa6-8efc69c79f25] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:26:15 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [33943455-900c-45c6-9fdd-ce246534eb81] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:26:46 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [dc92cbc7-968b-4b3c-86d4-ce3353336983] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:27:18 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [ca61ee76-55a3-4c72-ab17-0c6d9f474479] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:27:48 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [3267cd2c-ba6e-46a9-bf51-ec32432b7102] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:28:20 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [1335091b-2e1b-4fa0-883f-9c04ae829f7f] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:28:51 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [fbeb4f4d-83ad-417e-8396-4e6382514c25] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:29:22 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [abaa5f04-9a6d-4413-81f1-eaf236f2057e] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:29:54 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [d8108dfa-4a71-47a5-9cb7-bc7332ba38c3] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:30:25 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [d8cbad1b-7614-47f1-a7dd-1d18ade49083] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:30:56 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [8b8f508b-c893-432f-a755-698331afc79d] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:31:27 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [d17f8f3f-8354-4d4d-9cbc-c52a5971823a] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:31:58 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [b87be017-7ce9-4c9b-aff0-6797bee61aa8] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:32:29 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [84e9add6-e6db-4f08-a76b-9e1edfd1a454] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:33:00 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [670f8897-7c52-4564-8a0f-b848f61502c0] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:33:31 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [7ca52536-fe39-4d87-8e69-d60dc8842cec] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:34:02 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [35ec3a5f-c01c-4e68-b1b9-933787aab229] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:37:01 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [322dd33e-5509-4e6b-b949-245f420f7834] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:37:32 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [507486c6-e2e1-44e4-9d2e-59a384847b5b] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:38:04 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [61d59831-f8d7-43ab-b265-e795f5c4296e] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:38:35 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [3bf4fc23-6b66-4028-ab92-81a4805c6dc2] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:39:06 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [1b2f96bc-9e08-4090-8dc5-794c99e65cf0] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:39:38 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [f7f07379-91eb-42d0-a9f7-b02fafde67f1] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:40:08 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [fa25ecda-896e-4363-be30-3c933f6776df] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:40:39 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [55cdef2a-a8db-4616-b670-01146002f593] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:41:11 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [ac6e77ed-aea2-45b2-a34d-f590def53d3a] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:41:42 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [8145a651-bd27-482e-8149-806d250029ba] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:42:13 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [79b0f0b1-af28-4622-9a46-f9ad72a864a0] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:42:45 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [5fdbe775-31cd-444c-9f78-090930b424ce] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:43:16 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [657e79fe-ff6c-492a-b268-3b45c1d9c55e] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:43:47 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [84001669-cf68-4b2c-bb58-39800e5761d5] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:44:19 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [577bb646-68dc-4cff-9dc4-4b19609b092b] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:44:50 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [5ca7a6ef-1121-4c5f-9d0b-6987802d9ef7] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:45:21 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [3f4a2109-8309-4c59-a735-e3e551965d2b] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:45:52 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [1a0eead2-8797-43b9-a788-66fd54a7a002] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:46:22 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [b21483db-1982-41fa-a621-6218177c7ba4] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:46:53 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [3939b3a0-a134-45da-8f5a-28b52b0c470f] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:47:24 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [fd89d31c-1de6-4653-8c3c-6bb4f06b3565] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:47:56 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [94143f2d-7986-431b-94e6-384c66f5dde4] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:48:26 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [e31f2965-10c0-4081-a90a-407b83edd02e] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:48:57 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [9ca8cc88-ce41-432e-b00d-99ad792cefc6] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:49:28 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [021e5ce1-ff96-49f8-b3af-12ec705e4558] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:49:59 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [6981d986-4bcd-42c9-91e1-b5d23eccb0ff] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:50:31 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [81dc13e8-4b8d-48f7-aa8b-c8919a5e76de] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:51:02 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [60208b6d-6c72-4a39-bb6f-ba6bfa9c3253] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:51:34 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [ad855490-dc21-421e-ad3d-b5d80a719434] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:52:03 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [80ba90b2-fbe9-466a-b88a-e502482e6ae1] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:52:36 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [9031ef15-a533-476c-beac-25003d9505e9] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:53:07 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [5bd7ee3c-e44c-4ed9-af27-5c5c23b17220] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:53:38 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [d4dfae39-4ffa-4f17-a2ad-8eb13bb74bac] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:54:09 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [2f797e08-ea75-4bf8-b9e8-fec872d2cc95] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:54:40 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [f6058b73-9e10-46af-8de9-844c39da17cb] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:55:12 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [1963ea65-c485-4a97-b3dd-8c38c23f699e] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:55:42 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [46591f97-12fd-4db0-a18c-db2b42b80d16] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:56:14 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [86c59392-a1f5-4aa5-b0d0-0723abd5d559] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:56:45 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [5cf0f866-5c7d-4ef0-b4d9-c5069e1a767d] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:57:15 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [d30fcb3a-6872-4370-a94f-c3c7a57511e6] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:57:47 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [771e7ad3-8f75-47a7-9341-f6f88f68eb67] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:58:18 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [9d47c341-e0ad-4871-939e-16ba99f35505] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:58:50 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [668fc48f-eea5-437b-9323-19d8e94231c2] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:59:20 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [c884c7c7-e8dd-4c7b-9675-afedba3f4fc7] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 22:59:52 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [9f83ef12-6f0a-4b08-8baa-7384a64659a2] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 23:00:23 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [ae0bd407-2e74-45e6-a9ed-fcb641053b2b] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 23:00:53 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [b81a755d-e3e5-4982-a0dd-c670101beec8] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 23:01:25 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [756b00d6-4dcf-49ae-9dfa-a50dcbdf1aac] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 23:01:56 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [d3840df4-a41e-4665-a41f-18b21b97bf37] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 23:02:27 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [3c448541-6da7-4b89-b180-77c440580dc1] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 23:02:59 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [50c2e187-95bb-4a8f-8c19-cb350b74f03e] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 23:03:30 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [28b6647a-6da4-4072-b400-0469a0dd135b] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 23:04:01 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [269b5fbc-7cc4-4056-ba18-cbb824e85b98] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 23:04:32 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [011c0c93-b943-4430-98c5-589aecb3320e] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 23:05:03 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [5177eb56-f3b6-4477-8869-c0f407e4a27a] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 23:05:34 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [61b2b704-5bb6-4a8e-a103-31e656a125f3] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 23:06:06 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [27ea67f9-0e11-42a4-a605-4b906d679bc8] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 23:06:36 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [47edb513-ea04-4828-9937-2bee6774ca3e] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 23:07:08 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [330727e5-74b1-4814-ac0d-36d4a67374c6] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 23:07:40 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [4e1fe91a-4052-4727-8685-a6ba8eb23f91] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 23:08:11 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [83823ad7-9617-4574-8d19-d34b28a2f45b] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 23:08:42 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [a69500c4-abb1-4bcb-bcfd-e1cbf89bffad] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 23:09:13 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [e482e184-c1c4-44dc-8dd5-9749b061e0ae] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 23:09:44 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [7c3d8832-134c-4428-8dd4-46f5d69cace6] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 23:10:15 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [b9dd2af4-c187-429f-a0f6-1b1ee95ab722] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 23:10:46 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [1582e791-c49f-4956-8f75-416cea24618b] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 23:11:18 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [9a9abb4f-c157-4a29-9473-efa4fb68d7de] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 23:11:49 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [12e4ed5a-ec0d-4b52-a69b-e1d65942576d] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 23:12:20 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [6143b60e-9672-41bc-bba5-8335dffcafee] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6b2d955c-ef12-463a-901f-7f2e444f6c73","name":"6b2d955c-ef12-463a-901f-7f2e444f6c73","status":"InProgress","startTime":"2018-06-06T21:53:10.949Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 23:12:51 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [2e66b11a-b7b9-4858-b8ea-aba68513fc04] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +version: 1 diff --git a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_experiments.test_workspaces_isolation.yaml b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_experiments.test_workspaces_isolation.yaml new file mode 100644 index 000000000000..cba34ab5ea6d --- /dev/null +++ b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_experiments.test_workspaces_isolation.yaml @@ -0,0 +1,30 @@ +interactions: +- request: + body: '{"location": "northeurope"}' + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['27'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_experiments_test_workspaces_isolation7d4e16d3/providers/Microsoft.BatchAI/workspaces/first?api-version=2018-05-01 + response: + body: {string: '{"error":{"code":"SubscriptionNotFound","message":"The subscription + ''00000000-0000-0000-0000-000000000000'' could not be found."}}'} + headers: + cache-control: [no-cache] + content-length: ['129'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 21:29:56 GMT'] + expires: ['-1'] + pragma: [no-cache] + strict-transport-security: [max-age=31536000; includeSubDomains] + x-content-type-options: [nosniff] + x-ms-failure-cause: [gateway] + status: {code: 404, message: Not Found} +version: 1 diff --git a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_file_servers.test_file_server.yaml b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_file_servers.test_file_server.yaml index 4f1c41d6b771..3aa51e1d74e7 100644 --- a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_file_servers.test_file_server.yaml +++ b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_file_servers.test_file_server.yaml @@ -1,32 +1,65 @@ interactions: - request: - body: '{"location": "westeurope", "properties": {"vmSize": "STANDARD_D1", "sshConfiguration": - {"userAccountSettings": {"adminUserName": "demoUser", "adminUserPassword": "Dem0Pa$$w0rd"}}, - "dataDisks": {"diskSizeInGB": 10, "cachingType": "none", "diskCount": 2, "storageAccountType": + body: '{"location": "northeurope"}' + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['27'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace","name":"workspace","type":"Microsoft.BatchAI/workspaces","location":"northeurope","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T07:03:11.019Z","creationTime":"2018-06-07T07:03:11.019Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['412'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 07:03:11 GMT'] + etag: ['"0x8D5CC44BB036ADC"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 07:03:11 GMT'] + pragma: [no-cache] + request-id: [2bea3b54-97b8-486c-acc5-6ae18d9db3f0] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] + status: {code: 200, message: OK} +- request: + body: '{"properties": {"vmSize": "STANDARD_D1", "sshConfiguration": {"userAccountSettings": + {"adminUserName": "demoUser", "adminUserPassword": "Dem0Pa$$w0rd"}}, "dataDisks": + {"diskSizeInGB": 10, "cachingType": "none", "diskCount": 2, "storageAccountType": "Standard_LRS"}}}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['292'] + Content-Length: ['266'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileServers/fileservercedd134b?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileServers/fileservercedd134b?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/b20d3aae-79e3-48e0-9048-db205fda9e24?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/eec48144-720c-4ccc-a7c5-26da1bdfb5dd?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 07:50:09 GMT'] + date: ['Thu, 07 Jun 2018 07:03:13 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/b20d3aae-79e3-48e0-9048-db205fda9e24?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/eec48144-720c-4ccc-a7c5-26da1bdfb5dd?api-version=2018-05-01'] pragma: [no-cache] - request-id: [771eee62-f6b8-414c-90c3-3a269bcb986d] + request-id: [4b094c69-4089-4250-a5e5-1700e2727f60] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] @@ -38,21 +71,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/b20d3aae-79e3-48e0-9048-db205fda9e24?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/eec48144-720c-4ccc-a7c5-26da1bdfb5dd?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/b20d3aae-79e3-48e0-9048-db205fda9e24","name":"b20d3aae-79e3-48e0-9048-db205fda9e24","status":"InProgress","startTime":"2018-03-16T07:50:09.503Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/eec48144-720c-4ccc-a7c5-26da1bdfb5dd","name":"eec48144-720c-4ccc-a7c5-26da1bdfb5dd","status":"InProgress","startTime":"2018-06-07T07:03:13.909Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:50:25 GMT'] + date: ['Thu, 07 Jun 2018 07:03:29 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [2ab66ade-45f7-44c4-b5e7-97f77d85cd38] + request-id: [b2ff9b55-05b8-457f-8eaf-48ae2c1c3fca] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -65,21 +98,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/b20d3aae-79e3-48e0-9048-db205fda9e24?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/eec48144-720c-4ccc-a7c5-26da1bdfb5dd?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/b20d3aae-79e3-48e0-9048-db205fda9e24","name":"b20d3aae-79e3-48e0-9048-db205fda9e24","status":"InProgress","startTime":"2018-03-16T07:50:09.503Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/eec48144-720c-4ccc-a7c5-26da1bdfb5dd","name":"eec48144-720c-4ccc-a7c5-26da1bdfb5dd","status":"InProgress","startTime":"2018-06-07T07:03:13.909Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:50:57 GMT'] + date: ['Thu, 07 Jun 2018 07:04:01 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [c549b289-e354-4416-a082-7135ff43227a] + request-id: [a9319605-a57d-4fa3-a5bd-d3d8b6d5a948] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -92,21 +125,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/b20d3aae-79e3-48e0-9048-db205fda9e24?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/eec48144-720c-4ccc-a7c5-26da1bdfb5dd?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/b20d3aae-79e3-48e0-9048-db205fda9e24","name":"b20d3aae-79e3-48e0-9048-db205fda9e24","status":"InProgress","startTime":"2018-03-16T07:50:09.503Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/eec48144-720c-4ccc-a7c5-26da1bdfb5dd","name":"eec48144-720c-4ccc-a7c5-26da1bdfb5dd","status":"InProgress","startTime":"2018-06-07T07:03:13.909Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:51:29 GMT'] + date: ['Thu, 07 Jun 2018 07:04:32 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [c7f2d0f0-dd27-4b25-97d4-3998cd9f6b93] + request-id: [5be4602e-44ab-42fb-bbbd-a194c0c8a592] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -119,21 +152,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/b20d3aae-79e3-48e0-9048-db205fda9e24?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/eec48144-720c-4ccc-a7c5-26da1bdfb5dd?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/b20d3aae-79e3-48e0-9048-db205fda9e24","name":"b20d3aae-79e3-48e0-9048-db205fda9e24","status":"InProgress","startTime":"2018-03-16T07:50:09.503Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/eec48144-720c-4ccc-a7c5-26da1bdfb5dd","name":"eec48144-720c-4ccc-a7c5-26da1bdfb5dd","status":"InProgress","startTime":"2018-06-07T07:03:13.909Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:52:00 GMT'] + date: ['Thu, 07 Jun 2018 07:05:03 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [c494e192-ffc0-4d7d-9933-3e250caac43d] + request-id: [89c838a1-1ae6-4c7f-9fd4-1009db9bbd96] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -146,21 +179,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/b20d3aae-79e3-48e0-9048-db205fda9e24?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/eec48144-720c-4ccc-a7c5-26da1bdfb5dd?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/b20d3aae-79e3-48e0-9048-db205fda9e24","name":"b20d3aae-79e3-48e0-9048-db205fda9e24","status":"InProgress","startTime":"2018-03-16T07:50:09.503Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/eec48144-720c-4ccc-a7c5-26da1bdfb5dd","name":"eec48144-720c-4ccc-a7c5-26da1bdfb5dd","status":"InProgress","startTime":"2018-06-07T07:03:13.909Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:52:31 GMT'] + date: ['Thu, 07 Jun 2018 07:05:35 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [fa89b1db-8029-4299-a9b2-c429a992bb33] + request-id: [50341949-d743-4948-9cd6-f80773c06765] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -173,21 +206,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/b20d3aae-79e3-48e0-9048-db205fda9e24?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/eec48144-720c-4ccc-a7c5-26da1bdfb5dd?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/b20d3aae-79e3-48e0-9048-db205fda9e24","name":"b20d3aae-79e3-48e0-9048-db205fda9e24","status":"InProgress","startTime":"2018-03-16T07:50:09.503Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/eec48144-720c-4ccc-a7c5-26da1bdfb5dd","name":"eec48144-720c-4ccc-a7c5-26da1bdfb5dd","status":"InProgress","startTime":"2018-06-07T07:03:13.909Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:53:02 GMT'] + date: ['Thu, 07 Jun 2018 07:06:06 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [c34969b9-347e-4470-ab05-0b7be76a30a0] + request-id: [eb6dfc02-8356-431c-b6f6-bc137ac99d42] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -200,21 +233,102 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/b20d3aae-79e3-48e0-9048-db205fda9e24?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/eec48144-720c-4ccc-a7c5-26da1bdfb5dd?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/b20d3aae-79e3-48e0-9048-db205fda9e24","name":"b20d3aae-79e3-48e0-9048-db205fda9e24","status":"Succeeded","startTime":"2018-03-16T07:50:09.503Z","endTime":"2018-03-16T07:53:18.593Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_file_servers_test_file_servercedd134b$fileservercedd134b"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/eec48144-720c-4ccc-a7c5-26da1bdfb5dd","name":"eec48144-720c-4ccc-a7c5-26da1bdfb5dd","status":"InProgress","startTime":"2018-06-07T07:03:13.909Z"}'} headers: cache-control: [no-cache] - content-length: ['476'] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 07:06:37 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [6ade8e39-a017-45b2-b731-91377c558a78] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/eec48144-720c-4ccc-a7c5-26da1bdfb5dd?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/eec48144-720c-4ccc-a7c5-26da1bdfb5dd","name":"eec48144-720c-4ccc-a7c5-26da1bdfb5dd","status":"InProgress","startTime":"2018-06-07T07:03:13.909Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 07:07:09 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [82563c9c-1aab-40d6-9dcd-e3e52511bdec] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/eec48144-720c-4ccc-a7c5-26da1bdfb5dd?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/eec48144-720c-4ccc-a7c5-26da1bdfb5dd","name":"eec48144-720c-4ccc-a7c5-26da1bdfb5dd","status":"InProgress","startTime":"2018-06-07T07:03:13.909Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 07:07:40 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [d58d0261-fd97-4e97-bc3b-468735c8a0a6] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/eec48144-720c-4ccc-a7c5-26da1bdfb5dd?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/eec48144-720c-4ccc-a7c5-26da1bdfb5dd","name":"eec48144-720c-4ccc-a7c5-26da1bdfb5dd","status":"Succeeded","startTime":"2018-06-07T07:03:13.909Z","endTime":"2018-06-07T07:07:41.919Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_file_servers_test_file_servercedd134b$workspace$fileservercedd134b"}}'} + headers: + cache-control: [no-cache] + content-length: ['487'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:53:33 GMT'] + date: ['Thu, 07 Jun 2018 07:08:11 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [d242015a-c01f-4ef2-bd2b-dff19900c344] + request-id: [5c2e53c6-689f-4399-88a6-931409de36b7] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -227,23 +341,23 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileServers/fileservercedd134b?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileServers/fileservercedd134b?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileservers/fileservercedd134b","name":"fileservercedd134b","type":"Microsoft.BatchAI/FileServers","location":"westeurope","properties":{"provisioningState":"succeeded","creationTime":"2018-03-16T07:50:09.472Z","provisioningStateTransitionTime":"2018-03-16T07:53:18.547Z","vmSize":"STANDARD_D1","sshConfiguration":{"userAccountSettings":{"adminUserName":"demoUser"}},"dataDisks":{"diskSizeInGB":10,"cachingType":"none","diskCount":2,"storageAccountType":"Standard_LRS"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-db760287-700e-4a83-8560-a5d5c54d0d67/providers/Microsoft.Network/virtualNetworks/db760287-700e-4a83-8560-a5d5c54d0d67vnet/subnets/Subnet-1"},"mountSettings":{"mountPoint":"/data","fileServerPublicIP":"13.95.227.109","fileServerInternalIP":"10.0.0.4","fileServerType":"nfs"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileservers/fileservercedd134b","name":"fileservercedd134b","type":"Microsoft.BatchAI/workspaces/fileservers","properties":{"provisioningState":"succeeded","creationTime":"2018-06-07T07:03:13.909Z","provisioningStateTransitionTime":"2018-06-07T07:07:41.856Z","vmSize":"STANDARD_D1","sshConfiguration":{"userAccountSettings":{"adminUserName":"demoUser"}},"dataDisks":{"diskSizeInGB":10,"cachingType":"none","diskCount":2,"storageAccountType":"Standard_LRS"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-15a90bc0-2076-4051-8d72-fe2d0f6bccaf/providers/Microsoft.Network/virtualNetworks/15a90bc0-2076-4051-8d72-fe2d0f6bccafvnet/subnets/Subnet-1"},"mountSettings":{"mountPoint":"/data","fileServerPublicIP":"40.127.207.55","fileServerInternalIP":"10.0.0.4"}}}'} headers: cache-control: [no-cache] - content-length: ['999'] + content-length: ['984'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:53:34 GMT'] - etag: ['"0x8D58B128AA7E64B"'] + date: ['Thu, 07 Jun 2018 07:08:12 GMT'] + etag: ['"0x8D5CC44BCBC4EDE"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 07:50:09 GMT'] + last-modified: ['Thu, 07 Jun 2018 07:03:13 GMT'] pragma: [no-cache] - request-id: [8da15b67-6af4-4147-bb9f-40e7491bb63f] + request-id: [c40af318-9ab5-43c7-b02b-dd8c7baa472c] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -255,58 +369,91 @@ interactions: headers: Connection: [keep-alive] Content-Length: ['0'] - User-Agent: [Azure-Storage/0.36.0 (Python CPython 3.6.4; Linux 4.15.6-300.fc27.x86_64)] - x-ms-date: ['Fri, 16 Mar 2018 07:53:36 GMT'] - x-ms-version: ['2017-04-17'] + User-Agent: [Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Linux 4.16.12-300.fc28.x86_64)] + x-ms-date: ['Thu, 07 Jun 2018 07:08:13 GMT'] + x-ms-version: ['2017-07-29'] method: PUT uri: https://psdkcedd134b.file.core.windows.net/share?restype=share response: body: {string: ''} headers: - date: ['Fri, 16 Mar 2018 07:53:36 GMT'] - etag: ['"0x8D58B13067C8FF1"'] - last-modified: ['Fri, 16 Mar 2018 07:53:37 GMT'] + date: ['Thu, 07 Jun 2018 07:08:13 GMT'] + etag: ['"0x8D5CC456FB7CAC8"'] + last-modified: ['Thu, 07 Jun 2018 07:08:14 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] transfer-encoding: [chunked] - x-ms-version: ['2017-04-17'] + x-ms-version: ['2017-07-29'] status: {code: 201, message: Created} - request: - body: 'b''b\''b\\\''{"location": "westeurope", "properties": {"vmSize": "STANDARD_D1", - "vmPriority": "lowpriority", "scaleSettings": {"manual": {"targetNodeCount": - 1, "nodeDeallocationOption": "requeue"}}, "nodeSetup": {"mountVolumes": {"azureFileShares": - [{"accountName": "psdkcedd134b", "azureFileUrl": "https://psdkcedd134b.file.core.windows.net/share", - "credentials": {"accountKey": "+3NEhQ0KgQkaUf8Ht/OdYnQpl4LT2mRiZxFBx0Au2XSzzLcYvU1zvEfa64Qz/N7S1sv3PIrKNdIlwvCt4q2/+g=="}, + body: '{"location": "northeurope"}' + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['27'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace","name":"workspace","type":"Microsoft.BatchAI/workspaces","location":"northeurope","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T07:03:11.019Z","creationTime":"2018-06-07T07:03:11.019Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['412'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 07:08:15 GMT'] + etag: ['"0x8D5CC44BB036ADC"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 07:03:11 GMT'] + pragma: [no-cache] + request-id: [bf4623c4-3d50-4089-8d16-e781eebc2cbf] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] + status: {code: 200, message: OK} +- request: + body: 'b''{"properties": {"vmSize": "STANDARD_D1", "vmPriority": "lowpriority", + "scaleSettings": {"manual": {"targetNodeCount": 1, "nodeDeallocationOption": + "requeue"}}, "nodeSetup": {"mountVolumes": {"azureFileShares": [{"accountName": + "psdkcedd134b", "azureFileUrl": "https://psdkcedd134b.file.core.windows.net/share", + "credentials": {"accountKey": "nAqCn1iAShh0FoRnRzErOlhg7dIFazWr03SIwU4wz4mUF9Aut+/aruJa5ax5jmD56rX98tsADJolBWR9LMmzgA=="}, "relativeMountPath": "azfiles", "fileMode": "0777", "directoryMode": "0777"}], - "fileServers": [{"fileServer": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileservers/fileservercedd134b"}, + "fileServers": [{"fileServer": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileservers/fileservercedd134b"}, "relativeMountPath": "nfs", "mountOptions": "rw"}]}}, "userAccountSettings": - {"adminUserName": "demoUser", "adminUserPassword": "Dem0Pa$$w0rd"}}}\\\''\''''' + {"adminUserName": "demoUser", "adminUserPassword": "Dem0Pa$$w0rd"}}}''' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['908'] + Content-Length: ['903'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/cfc5060e-2654-48f9-913a-2d06a22912ca?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/61285608-8f1a-498c-97af-94cfbc48a62a?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 07:53:40 GMT'] + date: ['Thu, 07 Jun 2018 07:08:17 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/cfc5060e-2654-48f9-913a-2d06a22912ca?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/61285608-8f1a-498c-97af-94cfbc48a62a?api-version=2018-05-01'] pragma: [no-cache] - request-id: [4744df81-ee30-433a-b937-62754617c353] + request-id: [32048f9a-af85-4e68-8288-3e770ea82958] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] status: {code: 202, message: Accepted} - request: body: null @@ -314,21 +461,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/cfc5060e-2654-48f9-913a-2d06a22912ca?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/61285608-8f1a-498c-97af-94cfbc48a62a?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/cfc5060e-2654-48f9-913a-2d06a22912ca","name":"cfc5060e-2654-48f9-913a-2d06a22912ca","status":"Succeeded","startTime":"2018-03-16T07:53:41.594Z","endTime":"2018-03-16T07:53:42.276Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_file_servers_test_file_servercedd134b$cluster1"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/61285608-8f1a-498c-97af-94cfbc48a62a","name":"61285608-8f1a-498c-97af-94cfbc48a62a","status":"Succeeded","startTime":"2018-06-07T07:08:17.823Z","endTime":"2018-06-07T07:08:18.948Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_file_servers_test_file_servercedd134b$workspace$cluster1"}}'} headers: cache-control: [no-cache] - content-length: ['466'] + content-length: ['477'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:53:57 GMT'] + date: ['Thu, 07 Jun 2018 07:08:33 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [a919a47a-442c-40e1-a9c5-b2ef35ca1323] + request-id: [e0fda171-f7a4-4e4c-84fa-a61586b51d10] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -341,23 +488,23 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1","name":"cluster1","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-16T07:53:41.578Z","allocationStateTransitionTime":"2018-03-16T07:53:41.578Z","provisioningStateTransitionTime":"2018-03-16T07:53:42.26Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-db760287-700e-4a83-8560-a5d5c54d0d67/providers/Microsoft.Network/virtualNetworks/db760287-700e-4a83-8560-a5d5c54d0d67vnet/subnets/Subnet-1"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1","name":"cluster1","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-07T07:08:17.776Z","allocationStateTransitionTime":"2018-06-07T07:08:17.776Z","provisioningStateTransitionTime":"2018-06-07T07:08:18.932Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-15a90bc0-2076-4051-8d72-fe2d0f6bccaf/providers/Microsoft.Network/virtualNetworks/15a90bc0-2076-4051-8d72-fe2d0f6bccafvnet/subnets/Subnet-1"}}}'} headers: cache-control: [no-cache] - content-length: ['1699'] + content-length: ['1729'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:53:59 GMT'] - etag: ['"0x8D58B130914BE3E"'] + date: ['Thu, 07 Jun 2018 07:08:35 GMT'] + etag: ['"0x8D5CC4571DAC8F2"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 07:53:41 GMT'] + last-modified: ['Thu, 07 Jun 2018 07:08:17 GMT'] pragma: [no-cache] - request-id: [7bc6ac7b-4951-4d30-994a-82dd209b4e56] + request-id: [b29281ff-21c4-4fe4-85f1-d4231542d257] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -369,59 +516,93 @@ interactions: headers: Connection: [keep-alive] Content-Length: ['0'] - User-Agent: [Azure-Storage/0.36.0 (Python CPython 3.6.4; Linux 4.15.6-300.fc27.x86_64)] - x-ms-date: ['Fri, 16 Mar 2018 07:54:00 GMT'] - x-ms-version: ['2017-04-17'] + User-Agent: [Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Linux 4.16.12-300.fc28.x86_64)] + x-ms-date: ['Thu, 07 Jun 2018 07:08:35 GMT'] + x-ms-version: ['2017-07-29'] method: PUT uri: https://psdkcedd134b.file.core.windows.net/share?restype=share response: body: {string: "\uFEFFShareAlreadyExistsThe\ - \ specified share already exists.\nRequestId:8e2c8abe-e01a-0086-10fb-bc55a9000000\n\ - Time:2018-03-16T07:54:01.1737184Z"} + \ specified share already exists.\nRequestId:12fa619a-001a-0065-592e-fec242000000\n\ + Time:2018-06-07T07:08:36.4348820Z"} headers: content-length: ['222'] content-type: [application/xml] - date: ['Fri, 16 Mar 2018 07:54:00 GMT'] + date: ['Thu, 07 Jun 2018 07:08:36 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] - x-ms-version: ['2017-04-17'] + x-ms-error-code: [ShareAlreadyExists] + x-ms-version: ['2017-07-29'] status: {code: 409, message: The specified share already exists.} - request: - body: 'b''b\''b\\\''{"location": "westeurope", "properties": {"vmSize": "STANDARD_D1", - "vmPriority": "lowpriority", "scaleSettings": {"manual": {"targetNodeCount": - 1, "nodeDeallocationOption": "requeue"}}, "nodeSetup": {"mountVolumes": {"azureFileShares": - [{"accountName": "psdkcedd134b", "azureFileUrl": "https://psdkcedd134b.file.core.windows.net/share", - "credentials": {"accountKey": "+3NEhQ0KgQkaUf8Ht/OdYnQpl4LT2mRiZxFBx0Au2XSzzLcYvU1zvEfa64Qz/N7S1sv3PIrKNdIlwvCt4q2/+g=="}, + body: '{"location": "northeurope"}' + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['27'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace","name":"workspace","type":"Microsoft.BatchAI/workspaces","location":"northeurope","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T07:03:11.019Z","creationTime":"2018-06-07T07:03:11.019Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['412'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 07:08:37 GMT'] + etag: ['"0x8D5CC44BB036ADC"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 07:03:11 GMT'] + pragma: [no-cache] + request-id: [63640edf-c278-4a12-9f3d-dba16d686ec5] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] + status: {code: 200, message: OK} +- request: + body: 'b''{"properties": {"vmSize": "STANDARD_D1", "vmPriority": "lowpriority", + "scaleSettings": {"manual": {"targetNodeCount": 1, "nodeDeallocationOption": + "requeue"}}, "nodeSetup": {"mountVolumes": {"azureFileShares": [{"accountName": + "psdkcedd134b", "azureFileUrl": "https://psdkcedd134b.file.core.windows.net/share", + "credentials": {"accountKey": "nAqCn1iAShh0FoRnRzErOlhg7dIFazWr03SIwU4wz4mUF9Aut+/aruJa5ax5jmD56rX98tsADJolBWR9LMmzgA=="}, "relativeMountPath": "azfiles", "fileMode": "0777", "directoryMode": "0777"}], - "fileServers": [{"fileServer": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileservers/fileservercedd134b"}, + "fileServers": [{"fileServer": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileservers/fileservercedd134b"}, "relativeMountPath": "nfs", "mountOptions": "rw"}]}}, "userAccountSettings": - {"adminUserName": "demoUser", "adminUserPassword": "Dem0Pa$$w0rd"}}}\\\''\''''' + {"adminUserName": "demoUser", "adminUserPassword": "Dem0Pa$$w0rd"}}}''' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['908'] + Content-Length: ['903'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster2?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster2?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/11063326-8fb8-4ae5-8494-8b00e157175c?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/58cd129a-32c2-42e8-b91e-0f353e089a6a?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 07:54:04 GMT'] + date: ['Thu, 07 Jun 2018 07:08:39 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/11063326-8fb8-4ae5-8494-8b00e157175c?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/58cd129a-32c2-42e8-b91e-0f353e089a6a?api-version=2018-05-01'] pragma: [no-cache] - request-id: [942245a7-3edf-4696-abc3-0238c41f7152] + request-id: [6457032a-427c-4fa2-8eb8-095defc3deb1] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] status: {code: 202, message: Accepted} - request: body: null @@ -429,21 +610,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/11063326-8fb8-4ae5-8494-8b00e157175c?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/58cd129a-32c2-42e8-b91e-0f353e089a6a?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/11063326-8fb8-4ae5-8494-8b00e157175c","name":"11063326-8fb8-4ae5-8494-8b00e157175c","status":"Succeeded","startTime":"2018-03-16T07:54:04.713Z","endTime":"2018-03-16T07:54:05.635Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_file_servers_test_file_servercedd134b$cluster2"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/58cd129a-32c2-42e8-b91e-0f353e089a6a","name":"58cd129a-32c2-42e8-b91e-0f353e089a6a","status":"Succeeded","startTime":"2018-06-07T07:08:40.253Z","endTime":"2018-06-07T07:08:41.279Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_file_servers_test_file_servercedd134b$workspace$cluster2"}}'} headers: cache-control: [no-cache] - content-length: ['466'] + content-length: ['477'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:54:20 GMT'] + date: ['Thu, 07 Jun 2018 07:08:55 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [286c064d-0993-4bfb-8f75-d30aec28da5e] + request-id: [43b1fb9b-605f-410b-bff9-8e122d2cd786] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -456,23 +637,23 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster2?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster2?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster2","name":"cluster2","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-16T07:54:04.713Z","allocationStateTransitionTime":"2018-03-16T07:54:04.713Z","provisioningStateTransitionTime":"2018-03-16T07:54:05.604Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-db760287-700e-4a83-8560-a5d5c54d0d67/providers/Microsoft.Network/virtualNetworks/db760287-700e-4a83-8560-a5d5c54d0d67vnet/subnets/Subnet-1"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster2","name":"cluster2","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-07T07:08:40.253Z","allocationStateTransitionTime":"2018-06-07T07:08:40.253Z","provisioningStateTransitionTime":"2018-06-07T07:08:41.263Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-15a90bc0-2076-4051-8d72-fe2d0f6bccaf/providers/Microsoft.Network/virtualNetworks/15a90bc0-2076-4051-8d72-fe2d0f6bccafvnet/subnets/Subnet-1"}}}'} headers: cache-control: [no-cache] - content-length: ['1700'] + content-length: ['1729'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:54:21 GMT'] - etag: ['"0x8D58B1316DEE0FE"'] + date: ['Thu, 07 Jun 2018 07:08:58 GMT'] + etag: ['"0x8D5CC457F407F97"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 07:54:04 GMT'] + last-modified: ['Thu, 07 Jun 2018 07:08:40 GMT'] pragma: [no-cache] - request-id: [b79bad05-374e-4688-9f1f-5100a3885ff2] + request-id: [e98a4f71-860c-43b6-9538-e9cf0c2b00a0] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -486,22 +667,22 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileServers?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileServers?api-version=2018-05-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileservers/fileservercedd134b","name":"fileservercedd134b","type":"Microsoft.BatchAI/FileServers","location":"westeurope","properties":{"provisioningState":"succeeded","creationTime":"2018-03-16T07:50:09.472Z","provisioningStateTransitionTime":"2018-03-16T07:53:18.547Z","vmSize":"STANDARD_D1","sshConfiguration":{"userAccountSettings":{"adminUserName":"demoUser"}},"dataDisks":{"diskSizeInGB":10,"cachingType":"none","diskCount":2,"storageAccountType":"Standard_LRS"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-db760287-700e-4a83-8560-a5d5c54d0d67/providers/Microsoft.Network/virtualNetworks/db760287-700e-4a83-8560-a5d5c54d0d67vnet/subnets/Subnet-1"},"mountSettings":{"mountPoint":"/data","fileServerPublicIP":"13.95.227.109","fileServerInternalIP":"10.0.0.4","fileServerType":"nfs"}}}]}'} + body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileservers/fileservercedd134b","name":"fileservercedd134b","type":"Microsoft.BatchAI/workspaces/fileservers","properties":{"provisioningState":"succeeded","creationTime":"2018-06-07T07:03:13.909Z","provisioningStateTransitionTime":"2018-06-07T07:07:41.856Z","vmSize":"STANDARD_D1","sshConfiguration":{"userAccountSettings":{"adminUserName":"demoUser"}},"dataDisks":{"diskSizeInGB":10,"cachingType":"none","diskCount":2,"storageAccountType":"Standard_LRS"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-15a90bc0-2076-4051-8d72-fe2d0f6bccaf/providers/Microsoft.Network/virtualNetworks/15a90bc0-2076-4051-8d72-fe2d0f6bccafvnet/subnets/Subnet-1"},"mountSettings":{"mountPoint":"/data","fileServerPublicIP":"40.127.207.55","fileServerInternalIP":"10.0.0.4"}}}]}'} headers: cache-control: [no-cache] - content-length: ['1011'] + content-length: ['996'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:54:24 GMT'] + date: ['Thu, 07 Jun 2018 07:08:58 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [491df975-319d-46bf-aa01-f6dc1376677b] + request-id: [9f29a6d1-b378-44fd-aeae-4127ac370b55] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -515,24 +696,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileServers/fileservercedd134b?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileServers/fileservercedd134b?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileservers/fileservercedd134b","name":"fileservercedd134b","type":"Microsoft.BatchAI/FileServers","location":"westeurope","properties":{"provisioningState":"succeeded","creationTime":"2018-03-16T07:50:09.472Z","provisioningStateTransitionTime":"2018-03-16T07:53:18.547Z","vmSize":"STANDARD_D1","sshConfiguration":{"userAccountSettings":{"adminUserName":"demoUser"}},"dataDisks":{"diskSizeInGB":10,"cachingType":"none","diskCount":2,"storageAccountType":"Standard_LRS"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-db760287-700e-4a83-8560-a5d5c54d0d67/providers/Microsoft.Network/virtualNetworks/db760287-700e-4a83-8560-a5d5c54d0d67vnet/subnets/Subnet-1"},"mountSettings":{"mountPoint":"/data","fileServerPublicIP":"13.95.227.109","fileServerInternalIP":"10.0.0.4","fileServerType":"nfs"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileservers/fileservercedd134b","name":"fileservercedd134b","type":"Microsoft.BatchAI/workspaces/fileservers","properties":{"provisioningState":"succeeded","creationTime":"2018-06-07T07:03:13.909Z","provisioningStateTransitionTime":"2018-06-07T07:07:41.856Z","vmSize":"STANDARD_D1","sshConfiguration":{"userAccountSettings":{"adminUserName":"demoUser"}},"dataDisks":{"diskSizeInGB":10,"cachingType":"none","diskCount":2,"storageAccountType":"Standard_LRS"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-15a90bc0-2076-4051-8d72-fe2d0f6bccaf/providers/Microsoft.Network/virtualNetworks/15a90bc0-2076-4051-8d72-fe2d0f6bccafvnet/subnets/Subnet-1"},"mountSettings":{"mountPoint":"/data","fileServerPublicIP":"40.127.207.55","fileServerInternalIP":"10.0.0.4"}}}'} headers: cache-control: [no-cache] - content-length: ['999'] + content-length: ['984'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:54:24 GMT'] - etag: ['"0x8D58B128AA7E64B"'] + date: ['Thu, 07 Jun 2018 07:09:00 GMT'] + etag: ['"0x8D5CC44BCBC4EDE"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 07:50:09 GMT'] + last-modified: ['Thu, 07 Jun 2018 07:03:13 GMT'] pragma: [no-cache] - request-id: [2c970861-04bf-48f9-999a-d090fa285123] + request-id: [a94e7691-3a1d-4b9d-b472-68668bd0aa48] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -546,24 +727,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileServers/fileservercedd134b?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileServers/fileservercedd134b?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileservers/fileservercedd134b","name":"fileservercedd134b","type":"Microsoft.BatchAI/FileServers","location":"westeurope","properties":{"provisioningState":"succeeded","creationTime":"2018-03-16T07:50:09.472Z","provisioningStateTransitionTime":"2018-03-16T07:53:18.547Z","vmSize":"STANDARD_D1","sshConfiguration":{"userAccountSettings":{"adminUserName":"demoUser"}},"dataDisks":{"diskSizeInGB":10,"cachingType":"none","diskCount":2,"storageAccountType":"Standard_LRS"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-db760287-700e-4a83-8560-a5d5c54d0d67/providers/Microsoft.Network/virtualNetworks/db760287-700e-4a83-8560-a5d5c54d0d67vnet/subnets/Subnet-1"},"mountSettings":{"mountPoint":"/data","fileServerPublicIP":"13.95.227.109","fileServerInternalIP":"10.0.0.4","fileServerType":"nfs"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileservers/fileservercedd134b","name":"fileservercedd134b","type":"Microsoft.BatchAI/workspaces/fileservers","properties":{"provisioningState":"succeeded","creationTime":"2018-06-07T07:03:13.909Z","provisioningStateTransitionTime":"2018-06-07T07:07:41.856Z","vmSize":"STANDARD_D1","sshConfiguration":{"userAccountSettings":{"adminUserName":"demoUser"}},"dataDisks":{"diskSizeInGB":10,"cachingType":"none","diskCount":2,"storageAccountType":"Standard_LRS"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-15a90bc0-2076-4051-8d72-fe2d0f6bccaf/providers/Microsoft.Network/virtualNetworks/15a90bc0-2076-4051-8d72-fe2d0f6bccafvnet/subnets/Subnet-1"},"mountSettings":{"mountPoint":"/data","fileServerPublicIP":"40.127.207.55","fileServerInternalIP":"10.0.0.4"}}}'} headers: cache-control: [no-cache] - content-length: ['999'] + content-length: ['984'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:54:27 GMT'] - etag: ['"0x8D58B128AA7E64B"'] + date: ['Thu, 07 Jun 2018 07:09:01 GMT'] + etag: ['"0x8D5CC44BCBC4EDE"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 07:50:09 GMT'] + last-modified: ['Thu, 07 Jun 2018 07:03:13 GMT'] pragma: [no-cache] - request-id: [8efafdad-941a-4934-9730-d594d8749a56] + request-id: [6745b811-ddcb-4184-a12e-e56bfe2c993e] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -577,24 +758,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1","name":"cluster1","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-16T07:53:41.578Z","allocationStateTransitionTime":"2018-03-16T07:53:41.578Z","provisioningStateTransitionTime":"2018-03-16T07:53:42.26Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-db760287-700e-4a83-8560-a5d5c54d0d67/providers/Microsoft.Network/virtualNetworks/db760287-700e-4a83-8560-a5d5c54d0d67vnet/subnets/Subnet-1"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1","name":"cluster1","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-07T07:08:17.776Z","allocationStateTransitionTime":"2018-06-07T07:08:17.776Z","provisioningStateTransitionTime":"2018-06-07T07:08:18.932Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-15a90bc0-2076-4051-8d72-fe2d0f6bccaf/providers/Microsoft.Network/virtualNetworks/15a90bc0-2076-4051-8d72-fe2d0f6bccafvnet/subnets/Subnet-1"}}}'} headers: cache-control: [no-cache] - content-length: ['1699'] + content-length: ['1729'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:54:28 GMT'] - etag: ['"0x8D58B130914BE3E"'] + date: ['Thu, 07 Jun 2018 07:09:02 GMT'] + etag: ['"0x8D5CC4571DAC8F2"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 07:53:41 GMT'] + last-modified: ['Thu, 07 Jun 2018 07:08:17 GMT'] pragma: [no-cache] - request-id: [4cfd2c00-0904-438c-b8ac-b0782a5cce0c] + request-id: [1043f5d1-db37-42f6-a5ce-e2853679b041] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -608,24 +789,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1","name":"cluster1","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-16T07:53:41.578Z","allocationStateTransitionTime":"2018-03-16T07:53:41.578Z","provisioningStateTransitionTime":"2018-03-16T07:53:42.26Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-db760287-700e-4a83-8560-a5d5c54d0d67/providers/Microsoft.Network/virtualNetworks/db760287-700e-4a83-8560-a5d5c54d0d67vnet/subnets/Subnet-1"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1","name":"cluster1","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-07T07:08:17.776Z","allocationStateTransitionTime":"2018-06-07T07:08:17.776Z","provisioningStateTransitionTime":"2018-06-07T07:08:18.932Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-15a90bc0-2076-4051-8d72-fe2d0f6bccaf/providers/Microsoft.Network/virtualNetworks/15a90bc0-2076-4051-8d72-fe2d0f6bccafvnet/subnets/Subnet-1"}}}'} headers: cache-control: [no-cache] - content-length: ['1699'] + content-length: ['1729'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:54:50 GMT'] - etag: ['"0x8D58B130914BE3E"'] + date: ['Thu, 07 Jun 2018 07:09:24 GMT'] + etag: ['"0x8D5CC4571DAC8F2"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 07:53:41 GMT'] + last-modified: ['Thu, 07 Jun 2018 07:08:17 GMT'] pragma: [no-cache] - request-id: [a228b24f-b720-44ec-84bb-4dcdced10760] + request-id: [1fe06839-8c48-428b-89de-7f14730f3709] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -639,24 +820,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1","name":"cluster1","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-16T07:53:41.578Z","allocationStateTransitionTime":"2018-03-16T07:53:41.578Z","provisioningStateTransitionTime":"2018-03-16T07:53:42.26Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-db760287-700e-4a83-8560-a5d5c54d0d67/providers/Microsoft.Network/virtualNetworks/db760287-700e-4a83-8560-a5d5c54d0d67vnet/subnets/Subnet-1"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1","name":"cluster1","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-07T07:08:17.776Z","allocationStateTransitionTime":"2018-06-07T07:08:17.776Z","provisioningStateTransitionTime":"2018-06-07T07:08:18.932Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-15a90bc0-2076-4051-8d72-fe2d0f6bccaf/providers/Microsoft.Network/virtualNetworks/15a90bc0-2076-4051-8d72-fe2d0f6bccafvnet/subnets/Subnet-1"}}}'} headers: cache-control: [no-cache] - content-length: ['1699'] + content-length: ['1729'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:55:12 GMT'] - etag: ['"0x8D58B130914BE3E"'] + date: ['Thu, 07 Jun 2018 07:09:45 GMT'] + etag: ['"0x8D5CC4571DAC8F2"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 07:53:41 GMT'] + last-modified: ['Thu, 07 Jun 2018 07:08:17 GMT'] pragma: [no-cache] - request-id: [b963448d-f17b-48c8-8ded-ac0279700842] + request-id: [b1230fee-2842-4c53-afe3-cdaeed212b06] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -670,24 +851,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1","name":"cluster1","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-03-16T07:53:41.578Z","allocationStateTransitionTime":"2018-03-16T07:53:41.578Z","provisioningStateTransitionTime":"2018-03-16T07:53:42.26Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-db760287-700e-4a83-8560-a5d5c54d0d67/providers/Microsoft.Network/virtualNetworks/db760287-700e-4a83-8560-a5d5c54d0d67vnet/subnets/Subnet-1"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1","name":"cluster1","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-07T07:08:17.776Z","allocationStateTransitionTime":"2018-06-07T07:08:17.776Z","provisioningStateTransitionTime":"2018-06-07T07:08:18.932Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-15a90bc0-2076-4051-8d72-fe2d0f6bccaf/providers/Microsoft.Network/virtualNetworks/15a90bc0-2076-4051-8d72-fe2d0f6bccafvnet/subnets/Subnet-1"}}}'} headers: cache-control: [no-cache] - content-length: ['1699'] + content-length: ['1729'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:55:33 GMT'] - etag: ['"0x8D58B130914BE3E"'] + date: ['Thu, 07 Jun 2018 07:10:07 GMT'] + etag: ['"0x8D5CC4571DAC8F2"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 07:53:41 GMT'] + last-modified: ['Thu, 07 Jun 2018 07:08:17 GMT'] pragma: [no-cache] - request-id: [127a5645-038e-4b77-95b2-cabcf889e5a8] + request-id: [4abaac6c-889b-42f6-b108-2fb51f198c16] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -701,24 +882,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1","name":"cluster1","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-16T07:53:41.578Z","allocationStateTransitionTime":"2018-03-16T07:55:52.091Z","provisioningStateTransitionTime":"2018-03-16T07:53:42.26Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-db760287-700e-4a83-8560-a5d5c54d0d67/providers/Microsoft.Network/virtualNetworks/db760287-700e-4a83-8560-a5d5c54d0d67vnet/subnets/Subnet-1"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1","name":"cluster1","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-07T07:08:17.776Z","allocationStateTransitionTime":"2018-06-07T07:08:17.776Z","provisioningStateTransitionTime":"2018-06-07T07:08:18.932Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-15a90bc0-2076-4051-8d72-fe2d0f6bccaf/providers/Microsoft.Network/virtualNetworks/15a90bc0-2076-4051-8d72-fe2d0f6bccafvnet/subnets/Subnet-1"}}}'} headers: cache-control: [no-cache] - content-length: ['1697'] + content-length: ['1729'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:55:56 GMT'] - etag: ['"0x8D58B130914BE3E"'] + date: ['Thu, 07 Jun 2018 07:10:29 GMT'] + etag: ['"0x8D5CC4571DAC8F2"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 07:53:41 GMT'] + last-modified: ['Thu, 07 Jun 2018 07:08:17 GMT'] pragma: [no-cache] - request-id: [6bedefff-54f1-43d6-a682-fd01e5b0f786] + request-id: [d4adae3c-0708-490e-bce8-f5df62cdb498] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -732,24 +913,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1","name":"cluster1","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-16T07:53:41.578Z","allocationStateTransitionTime":"2018-03-16T07:55:52.091Z","provisioningStateTransitionTime":"2018-03-16T07:53:42.26Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-db760287-700e-4a83-8560-a5d5c54d0d67/providers/Microsoft.Network/virtualNetworks/db760287-700e-4a83-8560-a5d5c54d0d67vnet/subnets/Subnet-1"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1","name":"cluster1","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"resizing","creationTime":"2018-06-07T07:08:17.776Z","allocationStateTransitionTime":"2018-06-07T07:08:17.776Z","provisioningStateTransitionTime":"2018-06-07T07:08:18.932Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-15a90bc0-2076-4051-8d72-fe2d0f6bccaf/providers/Microsoft.Network/virtualNetworks/15a90bc0-2076-4051-8d72-fe2d0f6bccafvnet/subnets/Subnet-1"}}}'} headers: cache-control: [no-cache] - content-length: ['1697'] + content-length: ['1729'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:56:17 GMT'] - etag: ['"0x8D58B130914BE3E"'] + date: ['Thu, 07 Jun 2018 07:10:50 GMT'] + etag: ['"0x8D5CC4571DAC8F2"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 07:53:41 GMT'] + last-modified: ['Thu, 07 Jun 2018 07:08:17 GMT'] pragma: [no-cache] - request-id: [d76b3cc4-2306-47d8-8daf-cae8d2f9c67d] + request-id: [2629b4c9-95a1-46ba-9efa-abe0608531e5] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -763,24 +944,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1","name":"cluster1","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-16T07:53:41.578Z","allocationStateTransitionTime":"2018-03-16T07:55:52.091Z","provisioningStateTransitionTime":"2018-03-16T07:53:42.26Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-db760287-700e-4a83-8560-a5d5c54d0d67/providers/Microsoft.Network/virtualNetworks/db760287-700e-4a83-8560-a5d5c54d0d67vnet/subnets/Subnet-1"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1","name":"cluster1","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-07T07:08:17.776Z","allocationStateTransitionTime":"2018-06-07T07:10:54.353Z","provisioningStateTransitionTime":"2018-06-07T07:08:18.932Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-15a90bc0-2076-4051-8d72-fe2d0f6bccaf/providers/Microsoft.Network/virtualNetworks/15a90bc0-2076-4051-8d72-fe2d0f6bccafvnet/subnets/Subnet-1"}}}'} headers: cache-control: [no-cache] - content-length: ['1697'] + content-length: ['1727'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:56:40 GMT'] - etag: ['"0x8D58B130914BE3E"'] + date: ['Thu, 07 Jun 2018 07:11:12 GMT'] + etag: ['"0x8D5CC4571DAC8F2"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 07:53:41 GMT'] + last-modified: ['Thu, 07 Jun 2018 07:08:17 GMT'] pragma: [no-cache] - request-id: [b24af7fb-673e-46f0-b917-9f7b611ccb16] + request-id: [0fdbfdc8-ada6-4d27-bb09-5b7da269a2ea] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -794,24 +975,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1","name":"cluster1","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-16T07:53:41.578Z","allocationStateTransitionTime":"2018-03-16T07:55:52.091Z","provisioningStateTransitionTime":"2018-03-16T07:53:42.26Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-db760287-700e-4a83-8560-a5d5c54d0d67/providers/Microsoft.Network/virtualNetworks/db760287-700e-4a83-8560-a5d5c54d0d67vnet/subnets/Subnet-1"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1","name":"cluster1","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-07T07:08:17.776Z","allocationStateTransitionTime":"2018-06-07T07:10:54.353Z","provisioningStateTransitionTime":"2018-06-07T07:08:18.932Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-15a90bc0-2076-4051-8d72-fe2d0f6bccaf/providers/Microsoft.Network/virtualNetworks/15a90bc0-2076-4051-8d72-fe2d0f6bccafvnet/subnets/Subnet-1"}}}'} headers: cache-control: [no-cache] - content-length: ['1697'] + content-length: ['1727'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:57:00 GMT'] - etag: ['"0x8D58B130914BE3E"'] + date: ['Thu, 07 Jun 2018 07:11:32 GMT'] + etag: ['"0x8D5CC4571DAC8F2"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 07:53:41 GMT'] + last-modified: ['Thu, 07 Jun 2018 07:08:17 GMT'] pragma: [no-cache] - request-id: [9506e269-f85c-427b-98b1-02385e50efeb] + request-id: [368c057b-01a9-428e-9276-5e48e70367d7] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -825,24 +1006,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1","name":"cluster1","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-16T07:53:41.578Z","allocationStateTransitionTime":"2018-03-16T07:55:52.091Z","provisioningStateTransitionTime":"2018-03-16T07:53:42.26Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-db760287-700e-4a83-8560-a5d5c54d0d67/providers/Microsoft.Network/virtualNetworks/db760287-700e-4a83-8560-a5d5c54d0d67vnet/subnets/Subnet-1"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1","name":"cluster1","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-07T07:08:17.776Z","allocationStateTransitionTime":"2018-06-07T07:10:54.353Z","provisioningStateTransitionTime":"2018-06-07T07:08:18.932Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-15a90bc0-2076-4051-8d72-fe2d0f6bccaf/providers/Microsoft.Network/virtualNetworks/15a90bc0-2076-4051-8d72-fe2d0f6bccafvnet/subnets/Subnet-1"}}}'} headers: cache-control: [no-cache] - content-length: ['1697'] + content-length: ['1727'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:57:22 GMT'] - etag: ['"0x8D58B130914BE3E"'] + date: ['Thu, 07 Jun 2018 07:11:54 GMT'] + etag: ['"0x8D5CC4571DAC8F2"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 07:53:41 GMT'] + last-modified: ['Thu, 07 Jun 2018 07:08:17 GMT'] pragma: [no-cache] - request-id: [0ff7083f-4fe8-4f07-9751-4f615ac7f072] + request-id: [8d014c7e-f5b5-4532-81a9-5590e1b4e1b8] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -856,24 +1037,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1","name":"cluster1","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-16T07:53:41.578Z","allocationStateTransitionTime":"2018-03-16T07:55:52.091Z","provisioningStateTransitionTime":"2018-03-16T07:53:42.26Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-db760287-700e-4a83-8560-a5d5c54d0d67/providers/Microsoft.Network/virtualNetworks/db760287-700e-4a83-8560-a5d5c54d0d67vnet/subnets/Subnet-1"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1","name":"cluster1","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-07T07:08:17.776Z","allocationStateTransitionTime":"2018-06-07T07:10:54.353Z","provisioningStateTransitionTime":"2018-06-07T07:08:18.932Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-15a90bc0-2076-4051-8d72-fe2d0f6bccaf/providers/Microsoft.Network/virtualNetworks/15a90bc0-2076-4051-8d72-fe2d0f6bccafvnet/subnets/Subnet-1"}}}'} headers: cache-control: [no-cache] - content-length: ['1697'] + content-length: ['1727'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:57:44 GMT'] - etag: ['"0x8D58B130914BE3E"'] + date: ['Thu, 07 Jun 2018 07:12:14 GMT'] + etag: ['"0x8D5CC4571DAC8F2"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 07:53:41 GMT'] + last-modified: ['Thu, 07 Jun 2018 07:08:17 GMT'] pragma: [no-cache] - request-id: [f60c570e-86ab-4823-afb0-6240e7e4e701] + request-id: [3fb094a1-017e-4c1a-990e-1b54bdd55abe] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -887,24 +1068,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1","name":"cluster1","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-16T07:53:41.578Z","allocationStateTransitionTime":"2018-03-16T07:55:52.091Z","provisioningStateTransitionTime":"2018-03-16T07:53:42.26Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-db760287-700e-4a83-8560-a5d5c54d0d67/providers/Microsoft.Network/virtualNetworks/db760287-700e-4a83-8560-a5d5c54d0d67vnet/subnets/Subnet-1"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1","name":"cluster1","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-07T07:08:17.776Z","allocationStateTransitionTime":"2018-06-07T07:10:54.353Z","provisioningStateTransitionTime":"2018-06-07T07:08:18.932Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-15a90bc0-2076-4051-8d72-fe2d0f6bccaf/providers/Microsoft.Network/virtualNetworks/15a90bc0-2076-4051-8d72-fe2d0f6bccafvnet/subnets/Subnet-1"}}}'} headers: cache-control: [no-cache] - content-length: ['1697'] + content-length: ['1727'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:58:06 GMT'] - etag: ['"0x8D58B130914BE3E"'] + date: ['Thu, 07 Jun 2018 07:12:36 GMT'] + etag: ['"0x8D5CC4571DAC8F2"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 07:53:41 GMT'] + last-modified: ['Thu, 07 Jun 2018 07:08:17 GMT'] pragma: [no-cache] - request-id: [0c6a0586-2dc8-4c8b-8b31-a415d05ba65f] + request-id: [28349f36-f166-422d-8a48-1571497ed16b] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -918,24 +1099,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1","name":"cluster1","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-16T07:53:41.578Z","allocationStateTransitionTime":"2018-03-16T07:55:52.091Z","provisioningStateTransitionTime":"2018-03-16T07:53:42.26Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-db760287-700e-4a83-8560-a5d5c54d0d67/providers/Microsoft.Network/virtualNetworks/db760287-700e-4a83-8560-a5d5c54d0d67vnet/subnets/Subnet-1"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1","name":"cluster1","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-07T07:08:17.776Z","allocationStateTransitionTime":"2018-06-07T07:10:54.353Z","provisioningStateTransitionTime":"2018-06-07T07:08:18.932Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-15a90bc0-2076-4051-8d72-fe2d0f6bccaf/providers/Microsoft.Network/virtualNetworks/15a90bc0-2076-4051-8d72-fe2d0f6bccafvnet/subnets/Subnet-1"}}}'} headers: cache-control: [no-cache] - content-length: ['1697'] + content-length: ['1727'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:58:28 GMT'] - etag: ['"0x8D58B130914BE3E"'] + date: ['Thu, 07 Jun 2018 07:12:58 GMT'] + etag: ['"0x8D5CC4571DAC8F2"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 07:53:41 GMT'] + last-modified: ['Thu, 07 Jun 2018 07:08:17 GMT'] pragma: [no-cache] - request-id: [17769973-7f4a-4e8a-8fdd-dd4ca179895d] + request-id: [e0074e11-cbce-4fef-9eb2-ea01a3d7c1b9] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -949,24 +1130,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1","name":"cluster1","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-16T07:53:41.578Z","allocationStateTransitionTime":"2018-03-16T07:55:52.091Z","provisioningStateTransitionTime":"2018-03-16T07:53:42.26Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-db760287-700e-4a83-8560-a5d5c54d0d67/providers/Microsoft.Network/virtualNetworks/db760287-700e-4a83-8560-a5d5c54d0d67vnet/subnets/Subnet-1"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1","name":"cluster1","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-07T07:08:17.776Z","allocationStateTransitionTime":"2018-06-07T07:10:54.353Z","provisioningStateTransitionTime":"2018-06-07T07:08:18.932Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-15a90bc0-2076-4051-8d72-fe2d0f6bccaf/providers/Microsoft.Network/virtualNetworks/15a90bc0-2076-4051-8d72-fe2d0f6bccafvnet/subnets/Subnet-1"}}}'} headers: cache-control: [no-cache] - content-length: ['1697'] + content-length: ['1727'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:58:49 GMT'] - etag: ['"0x8D58B130914BE3E"'] + date: ['Thu, 07 Jun 2018 07:13:19 GMT'] + etag: ['"0x8D5CC4571DAC8F2"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 07:53:41 GMT'] + last-modified: ['Thu, 07 Jun 2018 07:08:17 GMT'] pragma: [no-cache] - request-id: [dec09cba-d8c2-4e9b-bdf7-7d2a754b2ede] + request-id: [95895d29-5e38-4951-9b68-30c0d5534c84] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -980,24 +1161,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster2?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1","name":"cluster1","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-16T07:53:41.578Z","allocationStateTransitionTime":"2018-03-16T07:55:52.091Z","provisioningStateTransitionTime":"2018-03-16T07:53:42.26Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-db760287-700e-4a83-8560-a5d5c54d0d67/providers/Microsoft.Network/virtualNetworks/db760287-700e-4a83-8560-a5d5c54d0d67vnet/subnets/Subnet-1"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster2","name":"cluster2","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-07T07:08:40.253Z","allocationStateTransitionTime":"2018-06-07T07:11:36.906Z","provisioningStateTransitionTime":"2018-06-07T07:08:41.263Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-15a90bc0-2076-4051-8d72-fe2d0f6bccaf/providers/Microsoft.Network/virtualNetworks/15a90bc0-2076-4051-8d72-fe2d0f6bccafvnet/subnets/Subnet-1"}}}'} headers: cache-control: [no-cache] - content-length: ['1697'] + content-length: ['1727'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:59:11 GMT'] - etag: ['"0x8D58B130914BE3E"'] + date: ['Thu, 07 Jun 2018 07:13:20 GMT'] + etag: ['"0x8D5CC457F407F97"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 07:53:41 GMT'] + last-modified: ['Thu, 07 Jun 2018 07:08:40 GMT'] pragma: [no-cache] - request-id: [bc73eeb9-026a-4b6c-a361-206014f9b754] + request-id: [3d094448-e693-46d8-ba7f-8e2946ca7667] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1011,24 +1192,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster2?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1","name":"cluster1","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-16T07:53:41.578Z","allocationStateTransitionTime":"2018-03-16T07:55:52.091Z","provisioningStateTransitionTime":"2018-03-16T07:53:42.26Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-db760287-700e-4a83-8560-a5d5c54d0d67/providers/Microsoft.Network/virtualNetworks/db760287-700e-4a83-8560-a5d5c54d0d67vnet/subnets/Subnet-1"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster2","name":"cluster2","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-07T07:08:40.253Z","allocationStateTransitionTime":"2018-06-07T07:11:36.906Z","provisioningStateTransitionTime":"2018-06-07T07:08:41.263Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":1,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-15a90bc0-2076-4051-8d72-fe2d0f6bccaf/providers/Microsoft.Network/virtualNetworks/15a90bc0-2076-4051-8d72-fe2d0f6bccafvnet/subnets/Subnet-1"}}}'} headers: cache-control: [no-cache] - content-length: ['1697'] + content-length: ['1727'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:59:33 GMT'] - etag: ['"0x8D58B130914BE3E"'] + date: ['Thu, 07 Jun 2018 07:13:42 GMT'] + etag: ['"0x8D5CC457F407F97"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 07:53:41 GMT'] + last-modified: ['Thu, 07 Jun 2018 07:08:40 GMT'] pragma: [no-cache] - request-id: [02120a13-6f12-4bd7-9efb-fc42a49ce73d] + request-id: [31246dc3-8d58-4ebd-ba80-a846d99d7732] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1042,61 +1223,93 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster2?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster2?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster2","name":"cluster2","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-07T07:08:40.253Z","allocationStateTransitionTime":"2018-06-07T07:11:36.906Z","provisioningStateTransitionTime":"2018-06-07T07:08:41.263Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-15a90bc0-2076-4051-8d72-fe2d0f6bccaf/providers/Microsoft.Network/virtualNetworks/15a90bc0-2076-4051-8d72-fe2d0f6bccafvnet/subnets/Subnet-1"}}}'} + headers: + cache-control: [no-cache] + content-length: ['1727'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 07:14:04 GMT'] + etag: ['"0x8D5CC457F407F97"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 07:08:40 GMT'] + pragma: [no-cache] + request-id: [83286215-4665-4d3a-a5e8-32e201ed9b93] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['0'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster2","name":"cluster2","type":"Microsoft.BatchAI/Clusters","location":"westeurope","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-03-16T07:54:04.713Z","allocationStateTransitionTime":"2018-03-16T07:56:35.369Z","provisioningStateTransitionTime":"2018-03-16T07:54:05.604Z","vmSize":"STANDARD_D1","currentNodeCount":1,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":1,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":1,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"},"nodeSetup":{"mountVolumes":{"azureFileShares":[{"accountName":"psdkcedd134b","azureFileUrl":"https://psdkcedd134b.file.core.windows.net/share","credentials":{},"relativeMountPath":"azfiles","fileMode":"0777","directoryMode":"0777"}],"fileServers":[{"fileServer":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileservers/fileservercedd134b"},"relativeMountPath":"nfs","mountOptions":"rw"}]}},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fileserverrg-db760287-700e-4a83-8560-a5d5c54d0d67/providers/Microsoft.Network/virtualNetworks/db760287-700e-4a83-8560-a5d5c54d0d67vnet/subnets/Subnet-1"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment","name":"experiment","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T07:14:06.415Z","creationTime":"2018-06-07T07:14:06.415Z"}}'} headers: cache-control: [no-cache] - content-length: ['1698'] + content-length: ['423'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:59:36 GMT'] - etag: ['"0x8D58B1316DEE0FE"'] + date: ['Thu, 07 Jun 2018 07:14:05 GMT'] + etag: ['"0x8D5CC4641A8D96F"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 07:54:04 GMT'] + last-modified: ['Thu, 07 Jun 2018 07:14:06 GMT'] pragma: [no-cache] - request-id: [ecd38397-c1e2-4802-848d-d49c1ac7adfe] + request-id: [6f9b6f5e-d4b3-4a56-abca-06178835433f] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] vary: [Accept-Encoding] x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] status: {code: 200, message: OK} - request: - body: 'b''b\''b\\\''{"location": "westeurope", "properties": {"priority": 0, "cluster": - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1"}, + body: 'b''{"properties": {"schedulingPriority": "normal", "cluster": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1"}, "nodeCount": 1, "customToolkitSettings": {"commandLine": "echo hi from host > $AZ_BATCHAI_MOUNT_ROOT/nfs/host.txt"}, "stdOutErrPathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles", "inputDirectories": [{"id": "INPUT", "path": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}], "outputDirectories": [{"id": "OUTPUTS", "pathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/", - "pathSuffix": "files", "type": "custom", "createNew": true}]}}\\\''\''''' + "pathSuffix": "files"}]}}''' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['660'] + Content-Length: ['635'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/jobs/host_publisher?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_publisher?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/73049cad-b9a4-4526-ac10-dea9c9a79c48?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/a77698be-1891-4e7b-9e7a-500b51d2d6fe?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 07:59:39 GMT'] + date: ['Thu, 07 Jun 2018 07:14:06 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/73049cad-b9a4-4526-ac10-dea9c9a79c48?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/a77698be-1891-4e7b-9e7a-500b51d2d6fe?api-version=2018-05-01'] pragma: [no-cache] - request-id: [98516f4f-01d3-4935-84fe-12b68fb8eeaf] + request-id: [07ef20c8-3bb3-40fb-b3c2-32b248ac4efa] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] @@ -1108,21 +1321,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/73049cad-b9a4-4526-ac10-dea9c9a79c48?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/a77698be-1891-4e7b-9e7a-500b51d2d6fe?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/73049cad-b9a4-4526-ac10-dea9c9a79c48","name":"73049cad-b9a4-4526-ac10-dea9c9a79c48","status":"Succeeded","startTime":"2018-03-16T07:59:40.01Z","endTime":"2018-03-16T07:59:40.747Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_file_servers_test_file_servercedd134b$host_publisher"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/a77698be-1891-4e7b-9e7a-500b51d2d6fe","name":"a77698be-1891-4e7b-9e7a-500b51d2d6fe","status":"Succeeded","startTime":"2018-06-07T07:14:07.548Z","endTime":"2018-06-07T07:14:08.08Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_file_servers_test_file_servercedd134b$workspace$experiment$host_publisher"}}'} headers: cache-control: [no-cache] - content-length: ['471'] + content-length: ['493'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:59:56 GMT'] + date: ['Thu, 07 Jun 2018 07:14:23 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [2268cd00-503c-42db-bc44-27f612bc8d8e] + request-id: [56c3eed4-1821-4773-8ec6-19d133047902] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1135,24 +1348,24 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/jobs/host_publisher?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_publisher?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/jobs/host_publisher","name":"host_publisher","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_file_servers_test_file_servercedd134b/jobs/host_publisher/64f92b71-7cf4-4cd5-8f44-f94848c61ff7","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hi from host > $AZ_BATCHAI_MOUNT_ROOT/nfs/host.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T07:59:39.994Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T07:59:40.732Z","executionState":"succeeded","executionStateTransitionTime":"2018-03-16T07:59:45.043Z","executionInfo":{"startTime":"2018-03-16T07:59:42.663Z","endTime":"2018-03-16T07:59:45.043Z","exitCode":0}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_publisher","name":"host_publisher","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_file_servers_test_file_servercedd134b/workspaces/workspace/experiments/experiment/jobs/host_publisher/a5393bee-6cb5-47b9-8097-1ead87fa374e","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hi from host > $AZ_BATCHAI_MOUNT_ROOT/nfs/host.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T07:14:07.532Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T07:14:08.05Z","executionState":"succeeded","executionStateTransitionTime":"2018-06-07T07:14:13.68Z","executionInfo":{"startTime":"2018-06-07T07:14:12.031Z","endTime":"2018-06-07T07:14:13.68Z","exitCode":0}}}'} headers: cache-control: [no-cache] - content-length: ['1414'] + content-length: ['1557'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:59:57 GMT'] - etag: ['"0x8D58B13DEB6AE81"'] + date: ['Thu, 07 Jun 2018 07:14:25 GMT'] + etag: ['"0x8D5CC46425348A2"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 07:59:39 GMT'] + last-modified: ['Thu, 07 Jun 2018 07:14:07 GMT'] pragma: [no-cache] - request-id: [b4343d58-da9f-4f3c-8a9a-44683cb51072] + request-id: [9bb4c389-279d-45d0-a8f3-81fa8eb5d470] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1166,63 +1379,95 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/jobs/host_publisher?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_publisher?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/host_publisher","name":"host_publisher","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_file_servers_test_file_servercedd134b/workspaces/workspace/experiments/experiment/jobs/host_publisher/a5393bee-6cb5-47b9-8097-1ead87fa374e","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hi from host > $AZ_BATCHAI_MOUNT_ROOT/nfs/host.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T07:14:07.532Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T07:14:08.05Z","executionState":"succeeded","executionStateTransitionTime":"2018-06-07T07:14:13.68Z","executionInfo":{"startTime":"2018-06-07T07:14:12.031Z","endTime":"2018-06-07T07:14:13.68Z","exitCode":0}}}'} + headers: + cache-control: [no-cache] + content-length: ['1557'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 07:14:27 GMT'] + etag: ['"0x8D5CC46425348A2"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 07:14:07 GMT'] + pragma: [no-cache] + request-id: [07a44271-9f61-4b29-aee5-a92066ecd928] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['0'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/jobs/host_publisher","name":"host_publisher","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_file_servers_test_file_servercedd134b/jobs/host_publisher/64f92b71-7cf4-4cd5-8f44-f94848c61ff7","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hi from host > $AZ_BATCHAI_MOUNT_ROOT/nfs/host.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T07:59:39.994Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T07:59:40.732Z","executionState":"succeeded","executionStateTransitionTime":"2018-03-16T07:59:45.043Z","executionInfo":{"startTime":"2018-03-16T07:59:42.663Z","endTime":"2018-03-16T07:59:45.043Z","exitCode":0}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment","name":"experiment","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T07:14:06.415Z","creationTime":"2018-06-07T07:14:06.415Z"}}'} headers: cache-control: [no-cache] - content-length: ['1414'] + content-length: ['423'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:59:59 GMT'] - etag: ['"0x8D58B13DEB6AE81"'] + date: ['Thu, 07 Jun 2018 07:14:28 GMT'] + etag: ['"0x8D5CC4641A8D96F"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 07:59:39 GMT'] + last-modified: ['Thu, 07 Jun 2018 07:14:06 GMT'] pragma: [no-cache] - request-id: [ec2f8436-1e50-4172-b87a-f5f7021e2c02] + request-id: [16a911ee-52f4-4469-8b46-d2a7a2982574] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] vary: [Accept-Encoding] x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1198'] status: {code: 200, message: OK} - request: - body: 'b''b\''b\\\''{"location": "westeurope", "properties": {"priority": 0, "cluster": - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1"}, + body: 'b''{"properties": {"schedulingPriority": "normal", "cluster": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1"}, "nodeCount": 1, "containerSettings": {"imageSourceRegistry": {"image": "ubuntu"}}, "customToolkitSettings": {"commandLine": "echo hi from container >> $AZ_BATCHAI_MOUNT_ROOT/nfs/container.txt"}, "stdOutErrPathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles", "inputDirectories": [{"id": "INPUT", "path": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}], "outputDirectories": [{"id": "OUTPUTS", "pathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/", "pathSuffix": - "files", "type": "custom", "createNew": true}]}}\\\''\''''' + "files"}]}}''' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['738'] + Content-Length: ['713'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/jobs/container_publisher?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/container_publisher?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/8eafd621-849a-4df1-835f-b462f009062e?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/c17d3092-fe5e-40ca-96fb-2d20a725851f?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 08:00:02 GMT'] + date: ['Thu, 07 Jun 2018 07:14:29 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/8eafd621-849a-4df1-835f-b462f009062e?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/c17d3092-fe5e-40ca-96fb-2d20a725851f?api-version=2018-05-01'] pragma: [no-cache] - request-id: [3a017ca9-937b-4b0e-a073-a996d1f8a68a] + request-id: [315601c3-cdbb-45ed-95ea-aae4c3c2df39] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] @@ -1234,21 +1479,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/8eafd621-849a-4df1-835f-b462f009062e?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/c17d3092-fe5e-40ca-96fb-2d20a725851f?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/8eafd621-849a-4df1-835f-b462f009062e","name":"8eafd621-849a-4df1-835f-b462f009062e","status":"Succeeded","startTime":"2018-03-16T08:00:03.023Z","endTime":"2018-03-16T08:00:03.743Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_file_servers_test_file_servercedd134b$container_publisher"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/c17d3092-fe5e-40ca-96fb-2d20a725851f","name":"c17d3092-fe5e-40ca-96fb-2d20a725851f","status":"Succeeded","startTime":"2018-06-07T07:14:29.482Z","endTime":"2018-06-07T07:14:29.81Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_file_servers_test_file_servercedd134b$workspace$experiment$container_publisher"}}'} headers: cache-control: [no-cache] - content-length: ['477'] + content-length: ['498'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:00:18 GMT'] + date: ['Thu, 07 Jun 2018 07:14:45 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [450f8bb7-ac2d-4024-9d07-9cc808614d58] + request-id: [45a30393-69d1-4203-b8d7-8864bb583874] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1261,24 +1506,24 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/jobs/container_publisher?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/container_publisher?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/jobs/container_publisher","name":"container_publisher","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_file_servers_test_file_servercedd134b/jobs/container_publisher/97e22996-a742-4096-9a0b-d00e728569e5","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hi from container >> $AZ_BATCHAI_MOUNT_ROOT/nfs/container.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T08:00:03.006Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T08:00:03.711Z","executionState":"running","executionStateTransitionTime":"2018-03-16T08:00:05.301Z","executionInfo":{"startTime":"2018-03-16T08:00:04.682Z"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/container_publisher","name":"container_publisher","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_file_servers_test_file_servercedd134b/workspaces/workspace/experiments/experiment/jobs/container_publisher/d3f58ed9-94c7-48df-83b4-51721a3cdcce","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hi from container >> $AZ_BATCHAI_MOUNT_ROOT/nfs/container.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T07:14:29.466Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T07:14:29.794Z","executionState":"running","executionStateTransitionTime":"2018-06-07T07:14:31.08Z","executionInfo":{"startTime":"2018-06-07T07:14:31.08Z"}}}'} headers: cache-control: [no-cache] - content-length: ['1451'] + content-length: ['1595'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:00:20 GMT'] - etag: ['"0x8D58B13EC6E048B"'] + date: ['Thu, 07 Jun 2018 07:14:46 GMT'] + etag: ['"0x8D5CC464F662AC3"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 08:00:03 GMT'] + last-modified: ['Thu, 07 Jun 2018 07:14:29 GMT'] pragma: [no-cache] - request-id: [f7b81550-6fc3-4358-a451-0016f6d78124] + request-id: [016a6edb-7a46-454a-a8eb-ff617c2ded27] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1292,25 +1537,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/jobs/container_publisher?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/container_publisher?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/jobs/container_publisher","name":"container_publisher","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_file_servers_test_file_servercedd134b/jobs/container_publisher/97e22996-a742-4096-9a0b-d00e728569e5","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hi from container >> $AZ_BATCHAI_MOUNT_ROOT/nfs/container.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T08:00:03.006Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T08:00:03.711Z","executionState":"running","executionStateTransitionTime":"2018-03-16T08:00:05.301Z","executionInfo":{"startTime":"2018-03-16T08:00:04.682Z"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/container_publisher","name":"container_publisher","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_file_servers_test_file_servercedd134b/workspaces/workspace/experiments/experiment/jobs/container_publisher/d3f58ed9-94c7-48df-83b4-51721a3cdcce","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hi from container >> $AZ_BATCHAI_MOUNT_ROOT/nfs/container.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T07:14:29.466Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T07:14:29.794Z","executionState":"running","executionStateTransitionTime":"2018-06-07T07:14:31.08Z","executionInfo":{"startTime":"2018-06-07T07:14:31.08Z"}}}'} headers: cache-control: [no-cache] - content-length: ['1451'] + content-length: ['1595'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:00:22 GMT'] - etag: ['"0x8D58B13EC6E048B"'] + date: ['Thu, 07 Jun 2018 07:14:47 GMT'] + etag: ['"0x8D5CC464F662AC3"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 08:00:03 GMT'] + last-modified: ['Thu, 07 Jun 2018 07:14:29 GMT'] pragma: [no-cache] - request-id: [cd8ff430-c585-4642-a5ab-0e3243d8ee02] + request-id: [981ba5f3-66ad-4212-8f25-2614d315d948] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1324,62 +1569,94 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/jobs/container_publisher?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/container_publisher?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/container_publisher","name":"container_publisher","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_file_servers_test_file_servercedd134b/workspaces/workspace/experiments/experiment/jobs/container_publisher/d3f58ed9-94c7-48df-83b4-51721a3cdcce","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hi from container >> $AZ_BATCHAI_MOUNT_ROOT/nfs/container.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T07:14:29.466Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T07:14:29.794Z","executionState":"succeeded","executionStateTransitionTime":"2018-06-07T07:14:57.745Z","executionInfo":{"startTime":"2018-06-07T07:14:31.08Z","endTime":"2018-06-07T07:14:57.745Z","exitCode":0}}}'} + headers: + cache-control: [no-cache] + content-length: ['1648'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 07:15:09 GMT'] + etag: ['"0x8D5CC464F662AC3"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 07:14:29 GMT'] + pragma: [no-cache] + request-id: [364a0d80-b096-421c-853b-48dbdfd45db9] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['0'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/jobs/container_publisher","name":"container_publisher","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_file_servers_test_file_servercedd134b/jobs/container_publisher/97e22996-a742-4096-9a0b-d00e728569e5","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hi from container >> $AZ_BATCHAI_MOUNT_ROOT/nfs/container.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T08:00:03.006Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T08:00:03.711Z","executionState":"succeeded","executionStateTransitionTime":"2018-03-16T08:00:40.958Z","executionInfo":{"startTime":"2018-03-16T08:00:04.682Z","endTime":"2018-03-16T08:00:40.958Z","exitCode":0}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment","name":"experiment","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T07:14:06.415Z","creationTime":"2018-06-07T07:14:06.415Z"}}'} headers: cache-control: [no-cache] - content-length: ['1503'] + content-length: ['423'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:00:43 GMT'] - etag: ['"0x8D58B13EC6E048B"'] + date: ['Thu, 07 Jun 2018 07:15:09 GMT'] + etag: ['"0x8D5CC4641A8D96F"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 08:00:03 GMT'] + last-modified: ['Thu, 07 Jun 2018 07:14:06 GMT'] pragma: [no-cache] - request-id: [bb9dcd40-fe43-4e40-b2e1-ed2bc944dd1e] + request-id: [ade1a1e5-76c4-48fd-a030-22dff912fdd3] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] vary: [Accept-Encoding] x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] status: {code: 200, message: OK} - request: - body: 'b''b\''b\\\''{"location": "westeurope", "properties": {"priority": 0, "cluster": - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster2"}, + body: 'b''{"properties": {"schedulingPriority": "normal", "cluster": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster2"}, "nodeCount": 1, "customToolkitSettings": {"commandLine": "cat $AZ_BATCHAI_MOUNT_ROOT/nfs/host.txt; cat $AZ_BATCHAI_MOUNT_ROOT/nfs/container.txt"}, "stdOutErrPathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles", "inputDirectories": [{"id": "INPUT", "path": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}], "outputDirectories": [{"id": "OUTPUTS", "pathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/", - "pathSuffix": "files", "type": "custom", "createNew": true}]}}\\\''\''''' + "pathSuffix": "files"}]}}''' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['690'] + Content-Length: ['665'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/jobs/consumer?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/consumer?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/365485a8-d631-419c-bfc3-5f468906b846?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/4ef13dcd-5cdc-4f6e-85be-641c608f7e0f?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 08:00:47 GMT'] + date: ['Thu, 07 Jun 2018 07:15:11 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/365485a8-d631-419c-bfc3-5f468906b846?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/4ef13dcd-5cdc-4f6e-85be-641c608f7e0f?api-version=2018-05-01'] pragma: [no-cache] - request-id: [036dda2f-3fce-4443-a1e0-5133d9db8f20] + request-id: [4ba8a4ea-588c-4fbe-8cf3-615c083b5479] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] @@ -1391,21 +1668,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/365485a8-d631-419c-bfc3-5f468906b846?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/4ef13dcd-5cdc-4f6e-85be-641c608f7e0f?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/365485a8-d631-419c-bfc3-5f468906b846","name":"365485a8-d631-419c-bfc3-5f468906b846","status":"Succeeded","startTime":"2018-03-16T08:00:48.066Z","endTime":"2018-03-16T08:00:48.661Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_file_servers_test_file_servercedd134b$consumer"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/4ef13dcd-5cdc-4f6e-85be-641c608f7e0f","name":"4ef13dcd-5cdc-4f6e-85be-641c608f7e0f","status":"Succeeded","startTime":"2018-06-07T07:15:12.176Z","endTime":"2018-06-07T07:15:12.554Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_file_servers_test_file_servercedd134b$workspace$experiment$consumer"}}'} headers: cache-control: [no-cache] - content-length: ['466'] + content-length: ['488'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:01:03 GMT'] + date: ['Thu, 07 Jun 2018 07:15:28 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [9b00db83-1788-474c-9328-cb64626ff087] + request-id: [51e0d14b-f9b0-48cf-8d33-5a69493ddf10] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1418,24 +1695,24 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/jobs/consumer?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/consumer?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/jobs/consumer","name":"consumer","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster2"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_file_servers_test_file_servercedd134b/jobs/consumer/21357a45-21fe-4b9b-b05d-6814a7e7742a","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"cat - $AZ_BATCHAI_MOUNT_ROOT/nfs/host.txt; cat $AZ_BATCHAI_MOUNT_ROOT/nfs/container.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T08:00:48.019Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T08:00:48.63Z","executionState":"succeeded","executionStateTransitionTime":"2018-03-16T08:00:52.228Z","executionInfo":{"startTime":"2018-03-16T08:00:50.121Z","endTime":"2018-03-16T08:00:52.228Z","exitCode":0}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/consumer","name":"consumer","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster2"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_file_servers_test_file_servercedd134b/workspaces/workspace/experiments/experiment/jobs/consumer/750ea77b-2484-4ad3-a913-2b8df41f912a","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"cat + $AZ_BATCHAI_MOUNT_ROOT/nfs/host.txt; cat $AZ_BATCHAI_MOUNT_ROOT/nfs/container.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T07:15:12.161Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T07:15:12.538Z","executionState":"succeeded","executionStateTransitionTime":"2018-06-07T07:15:16.603Z","executionInfo":{"startTime":"2018-06-07T07:15:15.271Z","endTime":"2018-06-07T07:15:16.603Z","exitCode":0}}}'} headers: cache-control: [no-cache] - content-length: ['1425'] + content-length: ['1572'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:01:05 GMT'] - etag: ['"0x8D58B140742679E"'] + date: ['Thu, 07 Jun 2018 07:15:29 GMT'] + etag: ['"0x8D5CC4668D8DB66"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 08:00:48 GMT'] + last-modified: ['Thu, 07 Jun 2018 07:15:12 GMT'] pragma: [no-cache] - request-id: [26713f4a-ec27-42f1-aa77-75762d7b73f7] + request-id: [f8d68fae-c42e-4c3e-b127-4eadada32c30] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1449,25 +1726,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/jobs/consumer?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/consumer?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/jobs/consumer","name":"consumer","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster2"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_file_servers_test_file_servercedd134b/jobs/consumer/21357a45-21fe-4b9b-b05d-6814a7e7742a","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"cat - $AZ_BATCHAI_MOUNT_ROOT/nfs/host.txt; cat $AZ_BATCHAI_MOUNT_ROOT/nfs/container.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T08:00:48.019Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T08:00:48.63Z","executionState":"succeeded","executionStateTransitionTime":"2018-03-16T08:00:52.228Z","executionInfo":{"startTime":"2018-03-16T08:00:50.121Z","endTime":"2018-03-16T08:00:52.228Z","exitCode":0}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/consumer","name":"consumer","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster2"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_file_servers_test_file_servercedd134b/workspaces/workspace/experiments/experiment/jobs/consumer/750ea77b-2484-4ad3-a913-2b8df41f912a","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"cat + $AZ_BATCHAI_MOUNT_ROOT/nfs/host.txt; cat $AZ_BATCHAI_MOUNT_ROOT/nfs/container.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T07:15:12.161Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T07:15:12.538Z","executionState":"succeeded","executionStateTransitionTime":"2018-06-07T07:15:16.603Z","executionInfo":{"startTime":"2018-06-07T07:15:15.271Z","endTime":"2018-06-07T07:15:16.603Z","exitCode":0}}}'} headers: cache-control: [no-cache] - content-length: ['1425'] + content-length: ['1572'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:01:07 GMT'] - etag: ['"0x8D58B140742679E"'] + date: ['Thu, 07 Jun 2018 07:15:30 GMT'] + etag: ['"0x8D5CC4668D8DB66"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 08:00:48 GMT'] + last-modified: ['Thu, 07 Jun 2018 07:15:12 GMT'] pragma: [no-cache] - request-id: [5e2cfa9e-783d-4366-9960-5a2053f52ed8] + request-id: [a7141cc7-14ce-43d1-b18a-6feecd6d75bd] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1482,22 +1759,22 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/jobs/consumer/listOutputFiles?api-version=2018-03-01&outputdirectoryid=stdouterr&directory=.&linkexpiryinminutes=60&maxresults=1000 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/consumer/listOutputFiles?api-version=2018-05-01&outputdirectoryid=stdouterr&directory=.&linkexpiryinminutes=60&maxresults=1000 response: - body: {string: '{"value":[{"name":"execution.log","isDirectory":false,"downloadUrl":"https://psdkcedd134b.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_file_servers_test_file_servercedd134b/jobs/consumer/21357a45-21fe-4b9b-b05d-6814a7e7742a/stdouterr/execution.log?sv=2016-05-31&sr=f&sig=n6OcH19Ticpyl6ADJE71H3%2B6vbVuzZlsZS1g%2Bt8RXrk%3D&se=2018-03-16T09%3A01%3A09Z&sp=rl","properties":{"lastModified":"2018-03-16T08:00:51Z","contentLength":181}},{"name":"stderr.txt","isDirectory":false,"downloadUrl":"https://psdkcedd134b.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_file_servers_test_file_servercedd134b/jobs/consumer/21357a45-21fe-4b9b-b05d-6814a7e7742a/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=FvcSjNURYpWkx1ntj0ZVX9WJR0cZ%2BuyYWzagke9eQHY%3D&se=2018-03-16T09%3A01%3A09Z&sp=rl","properties":{"lastModified":"2018-03-16T08:00:51Z","contentLength":0}},{"name":"stdout.txt","isDirectory":false,"downloadUrl":"https://psdkcedd134b.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_file_servers_test_file_servercedd134b/jobs/consumer/21357a45-21fe-4b9b-b05d-6814a7e7742a/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=2KtxG41xj4RLrTJtlPEjXS0yUjoo%2BSTYiXXtNaHxesM%3D&se=2018-03-16T09%3A01%3A09Z&sp=rl","properties":{"lastModified":"2018-03-16T08:00:51Z","contentLength":31}}]}'} + body: {string: '{"value":[{"name":"execution.log","fileType":"file","downloadUrl":"https://psdkcedd134b.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_file_servers_test_file_servercedd134b/workspaces/workspace/experiments/experiment/jobs/consumer/750ea77b-2484-4ad3-a913-2b8df41f912a/stdouterr/execution.log?sv=2016-05-31&sr=f&sig=CWXINE24uFj8lHaYhE0v7DaRCc6AgTOYxUHWzAbtRz8%3D&se=2018-06-07T08%3A15%3A32Z&sp=rl","properties":{"lastModified":"2018-06-07T07:15:16Z","contentLength":3287}},{"name":"stderr.txt","fileType":"file","downloadUrl":"https://psdkcedd134b.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_file_servers_test_file_servercedd134b/workspaces/workspace/experiments/experiment/jobs/consumer/750ea77b-2484-4ad3-a913-2b8df41f912a/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=l2p63vJC1A%2F7nmk8nftmPTepSV0ppYzgAUC3YMlMJKs%3D&se=2018-06-07T08%3A15%3A32Z&sp=rl","properties":{"lastModified":"2018-06-07T07:15:16Z","contentLength":0}},{"name":"stdout.txt","fileType":"file","downloadUrl":"https://psdkcedd134b.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_file_servers_test_file_servercedd134b/workspaces/workspace/experiments/experiment/jobs/consumer/750ea77b-2484-4ad3-a913-2b8df41f912a/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=tN92iQXPL4n6k1pgn0a60nPPiM2qBBHc9zMnz0Pld2c%3D&se=2018-06-07T08%3A15%3A32Z&sp=rl","properties":{"lastModified":"2018-06-07T07:15:16Z","contentLength":31}}]}'} headers: cache-control: [no-cache] - content-length: ['1369'] + content-length: ['1490'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:01:09 GMT'] + date: ['Thu, 07 Jun 2018 07:15:31 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [c410571e-57de-4f3a-84fc-9dfb6990d364] + request-id: [c38cfd73-e390-4565-acbe-bef74057b04e] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1512,16 +1789,16 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdkcedd134b.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_file_servers_test_file_servercedd134b/jobs/consumer/21357a45-21fe-4b9b-b05d-6814a7e7742a/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=FvcSjNURYpWkx1ntj0ZVX9WJR0cZ%2BuyYWzagke9eQHY%3D&se=2018-03-16T09%3A01%3A09Z&sp=rl + uri: https://psdkcedd134b.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_file_servers_test_file_servercedd134b/workspaces/workspace/experiments/experiment/jobs/consumer/750ea77b-2484-4ad3-a913-2b8df41f912a/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=l2p63vJC1A%2F7nmk8nftmPTepSV0ppYzgAUC3YMlMJKs%3D&se=2018-06-07T08%3A15%3A32Z&sp=rl response: body: {string: ''} headers: accept-ranges: [bytes] content-length: ['0'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 08:01:10 GMT'] - etag: ['"0x8D58B140951F5E9"'] - last-modified: ['Fri, 16 Mar 2018 08:00:51 GMT'] + date: ['Thu, 07 Jun 2018 07:15:33 GMT'] + etag: ['"0x8D5CC466B4B86EE"'] + last-modified: ['Thu, 07 Jun 2018 07:15:16 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -1534,7 +1811,7 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdkcedd134b.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_file_servers_test_file_servercedd134b/jobs/consumer/21357a45-21fe-4b9b-b05d-6814a7e7742a/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=2KtxG41xj4RLrTJtlPEjXS0yUjoo%2BSTYiXXtNaHxesM%3D&se=2018-03-16T09%3A01%3A09Z&sp=rl + uri: https://psdkcedd134b.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_file_servers_test_file_servercedd134b/workspaces/workspace/experiments/experiment/jobs/consumer/750ea77b-2484-4ad3-a913-2b8df41f912a/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=tN92iQXPL4n6k1pgn0a60nPPiM2qBBHc9zMnz0Pld2c%3D&se=2018-06-07T08%3A15%3A32Z&sp=rl response: body: {string: 'hi from host @@ -1545,9 +1822,9 @@ interactions: accept-ranges: [bytes] content-length: ['31'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 08:01:10 GMT'] - etag: ['"0x8D58B1409630FE3"'] - last-modified: ['Fri, 16 Mar 2018 08:00:51 GMT'] + date: ['Thu, 07 Jun 2018 07:15:34 GMT'] + etag: ['"0x8D5CC466B5721CF"'] + last-modified: ['Thu, 07 Jun 2018 07:15:16 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -1560,27 +1837,27 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster1?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster1?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/3a3f3f46-22c1-4520-9a21-7a0f1999def0?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/d7e59e01-003c-40bc-a3cc-bbb2d507fb38?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 08:01:13 GMT'] + date: ['Thu, 07 Jun 2018 07:15:35 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/3a3f3f46-22c1-4520-9a21-7a0f1999def0?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/d7e59e01-003c-40bc-a3cc-bbb2d507fb38?api-version=2018-05-01'] pragma: [no-cache] - request-id: [a7f70140-a67c-45f2-ba31-63817ff32195] + request-id: [65245d8e-ac2b-4ff4-b687-ee3f18450453] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] status: {code: 202, message: Accepted} - request: body: null @@ -1588,21 +1865,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/3a3f3f46-22c1-4520-9a21-7a0f1999def0?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/d7e59e01-003c-40bc-a3cc-bbb2d507fb38?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/3a3f3f46-22c1-4520-9a21-7a0f1999def0","name":"3a3f3f46-22c1-4520-9a21-7a0f1999def0","status":"InProgress","startTime":"2018-03-16T08:01:13.755Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/d7e59e01-003c-40bc-a3cc-bbb2d507fb38","name":"d7e59e01-003c-40bc-a3cc-bbb2d507fb38","status":"InProgress","startTime":"2018-06-07T07:15:35.872Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:01:30 GMT'] + date: ['Thu, 07 Jun 2018 07:15:51 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [abf8387f-66fc-440a-850b-ec33c33a4350] + request-id: [5b2e4772-7974-4202-ad62-219f66318134] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1615,21 +1892,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/3a3f3f46-22c1-4520-9a21-7a0f1999def0?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/d7e59e01-003c-40bc-a3cc-bbb2d507fb38?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/3a3f3f46-22c1-4520-9a21-7a0f1999def0","name":"3a3f3f46-22c1-4520-9a21-7a0f1999def0","status":"InProgress","startTime":"2018-03-16T08:01:13.755Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/d7e59e01-003c-40bc-a3cc-bbb2d507fb38","name":"d7e59e01-003c-40bc-a3cc-bbb2d507fb38","status":"InProgress","startTime":"2018-06-07T07:15:35.872Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:02:02 GMT'] + date: ['Thu, 07 Jun 2018 07:16:23 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [9ad7de49-6f4b-466e-8b66-a0a9717f61ab] + request-id: [4c34f09a-cf75-4cde-a7d1-108443bec357] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1642,21 +1919,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/3a3f3f46-22c1-4520-9a21-7a0f1999def0?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/d7e59e01-003c-40bc-a3cc-bbb2d507fb38?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/3a3f3f46-22c1-4520-9a21-7a0f1999def0","name":"3a3f3f46-22c1-4520-9a21-7a0f1999def0","status":"InProgress","startTime":"2018-03-16T08:01:13.755Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/d7e59e01-003c-40bc-a3cc-bbb2d507fb38","name":"d7e59e01-003c-40bc-a3cc-bbb2d507fb38","status":"InProgress","startTime":"2018-06-07T07:15:35.872Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:02:33 GMT'] + date: ['Thu, 07 Jun 2018 07:16:54 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [aca149d1-cb54-418c-996d-e9430d703718] + request-id: [0e130f5c-fdfc-4097-aac3-232efffcc637] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1669,21 +1946,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/3a3f3f46-22c1-4520-9a21-7a0f1999def0?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/d7e59e01-003c-40bc-a3cc-bbb2d507fb38?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/3a3f3f46-22c1-4520-9a21-7a0f1999def0","name":"3a3f3f46-22c1-4520-9a21-7a0f1999def0","status":"InProgress","startTime":"2018-03-16T08:01:13.755Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/d7e59e01-003c-40bc-a3cc-bbb2d507fb38","name":"d7e59e01-003c-40bc-a3cc-bbb2d507fb38","status":"InProgress","startTime":"2018-06-07T07:15:35.872Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:03:05 GMT'] + date: ['Thu, 07 Jun 2018 07:17:25 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [f5e1b8f9-3d99-4730-baa5-6cdc917ed6b2] + request-id: [44870282-2e91-4a15-8f47-54b7b194a0d6] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1696,21 +1973,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/3a3f3f46-22c1-4520-9a21-7a0f1999def0?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/d7e59e01-003c-40bc-a3cc-bbb2d507fb38?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/3a3f3f46-22c1-4520-9a21-7a0f1999def0","name":"3a3f3f46-22c1-4520-9a21-7a0f1999def0","status":"InProgress","startTime":"2018-03-16T08:01:13.755Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/d7e59e01-003c-40bc-a3cc-bbb2d507fb38","name":"d7e59e01-003c-40bc-a3cc-bbb2d507fb38","status":"InProgress","startTime":"2018-06-07T07:15:35.872Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:03:35 GMT'] + date: ['Thu, 07 Jun 2018 07:17:57 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [57fae378-1988-42d7-80ba-22c0a48552e9] + request-id: [d3a0201f-b106-4527-8387-453cc29496c4] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1723,21 +2000,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/3a3f3f46-22c1-4520-9a21-7a0f1999def0?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/d7e59e01-003c-40bc-a3cc-bbb2d507fb38?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/3a3f3f46-22c1-4520-9a21-7a0f1999def0","name":"3a3f3f46-22c1-4520-9a21-7a0f1999def0","status":"InProgress","startTime":"2018-03-16T08:01:13.755Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/d7e59e01-003c-40bc-a3cc-bbb2d507fb38","name":"d7e59e01-003c-40bc-a3cc-bbb2d507fb38","status":"InProgress","startTime":"2018-06-07T07:15:35.872Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:04:07 GMT'] + date: ['Thu, 07 Jun 2018 07:18:28 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [c1affd33-f8b2-46f8-9175-402f6ec59323] + request-id: [75937b8e-7cce-4c8c-8a71-d6644926d744] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1750,21 +2027,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/3a3f3f46-22c1-4520-9a21-7a0f1999def0?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/d7e59e01-003c-40bc-a3cc-bbb2d507fb38?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/3a3f3f46-22c1-4520-9a21-7a0f1999def0","name":"3a3f3f46-22c1-4520-9a21-7a0f1999def0","status":"InProgress","startTime":"2018-03-16T08:01:13.755Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/d7e59e01-003c-40bc-a3cc-bbb2d507fb38","name":"d7e59e01-003c-40bc-a3cc-bbb2d507fb38","status":"InProgress","startTime":"2018-06-07T07:15:35.872Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:04:38 GMT'] + date: ['Thu, 07 Jun 2018 07:18:59 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [914e53ea-bfcb-486f-a7c0-dbf9dfe3ea36] + request-id: [1055030f-0af4-4170-be33-b6382dac7fb8] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1777,21 +2054,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/3a3f3f46-22c1-4520-9a21-7a0f1999def0?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/d7e59e01-003c-40bc-a3cc-bbb2d507fb38?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/3a3f3f46-22c1-4520-9a21-7a0f1999def0","name":"3a3f3f46-22c1-4520-9a21-7a0f1999def0","status":"InProgress","startTime":"2018-03-16T08:01:13.755Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/d7e59e01-003c-40bc-a3cc-bbb2d507fb38","name":"d7e59e01-003c-40bc-a3cc-bbb2d507fb38","status":"InProgress","startTime":"2018-06-07T07:15:35.872Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:05:10 GMT'] + date: ['Thu, 07 Jun 2018 07:19:30 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [5ac4b6e5-025c-4f1c-a501-c71195736e18] + request-id: [48e62ee8-f9b8-4427-9046-f6fbcffc0384] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1804,21 +2081,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/3a3f3f46-22c1-4520-9a21-7a0f1999def0?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/d7e59e01-003c-40bc-a3cc-bbb2d507fb38?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/3a3f3f46-22c1-4520-9a21-7a0f1999def0","name":"3a3f3f46-22c1-4520-9a21-7a0f1999def0","status":"InProgress","startTime":"2018-03-16T08:01:13.755Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/d7e59e01-003c-40bc-a3cc-bbb2d507fb38","name":"d7e59e01-003c-40bc-a3cc-bbb2d507fb38","status":"InProgress","startTime":"2018-06-07T07:15:35.872Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:05:42 GMT'] + date: ['Thu, 07 Jun 2018 07:20:02 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [38ca029c-9f42-4e53-86a5-bfb38f8318fd] + request-id: [4f53093f-73af-44ea-b392-33d79b36eb79] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1831,21 +2108,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/3a3f3f46-22c1-4520-9a21-7a0f1999def0?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/d7e59e01-003c-40bc-a3cc-bbb2d507fb38?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/3a3f3f46-22c1-4520-9a21-7a0f1999def0","name":"3a3f3f46-22c1-4520-9a21-7a0f1999def0","status":"InProgress","startTime":"2018-03-16T08:01:13.755Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/d7e59e01-003c-40bc-a3cc-bbb2d507fb38","name":"d7e59e01-003c-40bc-a3cc-bbb2d507fb38","status":"InProgress","startTime":"2018-06-07T07:15:35.872Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:06:14 GMT'] + date: ['Thu, 07 Jun 2018 07:20:34 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [76cce47b-1c30-4259-8e2c-464b49f4e403] + request-id: [10fac03a-407c-4fbf-afe6-b94e9b84d3e2] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1858,21 +2135,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/3a3f3f46-22c1-4520-9a21-7a0f1999def0?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/d7e59e01-003c-40bc-a3cc-bbb2d507fb38?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/3a3f3f46-22c1-4520-9a21-7a0f1999def0","name":"3a3f3f46-22c1-4520-9a21-7a0f1999def0","status":"Succeeded","startTime":"2018-03-16T08:01:13.755Z","endTime":"2018-03-16T08:06:46.113Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_file_servers_test_file_servercedd134b$cluster1"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/d7e59e01-003c-40bc-a3cc-bbb2d507fb38","name":"d7e59e01-003c-40bc-a3cc-bbb2d507fb38","status":"Succeeded","startTime":"2018-06-07T07:15:35.872Z","endTime":"2018-06-07T07:20:38.167Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_file_servers_test_file_servercedd134b$workspace$cluster1"}}'} headers: cache-control: [no-cache] - content-length: ['466'] + content-length: ['477'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:06:45 GMT'] + date: ['Thu, 07 Jun 2018 07:21:04 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [09ac8c3a-7d74-432c-9c65-1d592eba3d52] + request-id: [0775d827-d5d1-47c6-8669-17761dc637f1] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1887,27 +2164,27 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/clusters/cluster2?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster2?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/f441aa00-fb31-4b64-9f02-509d8638346a?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/732cfac3-0f0c-402c-b002-c707eda31d69?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 08:06:48 GMT'] + date: ['Thu, 07 Jun 2018 07:21:07 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/f441aa00-fb31-4b64-9f02-509d8638346a?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/732cfac3-0f0c-402c-b002-c707eda31d69?api-version=2018-05-01'] pragma: [no-cache] - request-id: [0365b64a-f5bc-4b31-862a-10eeeb122eb3] + request-id: [d3395ba2-ee4e-4d5c-9468-1d6965809469] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] + x-ms-ratelimit-remaining-subscription-deletes: ['14998'] status: {code: 202, message: Accepted} - request: body: null @@ -1915,21 +2192,75 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/732cfac3-0f0c-402c-b002-c707eda31d69?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/732cfac3-0f0c-402c-b002-c707eda31d69","name":"732cfac3-0f0c-402c-b002-c707eda31d69","status":"InProgress","startTime":"2018-06-07T07:21:07.418Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 07:21:23 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [74a11886-637e-41ba-a1bf-649a2d124045] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/732cfac3-0f0c-402c-b002-c707eda31d69?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/732cfac3-0f0c-402c-b002-c707eda31d69","name":"732cfac3-0f0c-402c-b002-c707eda31d69","status":"InProgress","startTime":"2018-06-07T07:21:07.418Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 07:21:54 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [cca5e105-0e0b-438c-aff2-8964c05c9c2a] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/f441aa00-fb31-4b64-9f02-509d8638346a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/732cfac3-0f0c-402c-b002-c707eda31d69?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/f441aa00-fb31-4b64-9f02-509d8638346a","name":"f441aa00-fb31-4b64-9f02-509d8638346a","status":"InProgress","startTime":"2018-03-16T08:06:48.646Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/732cfac3-0f0c-402c-b002-c707eda31d69","name":"732cfac3-0f0c-402c-b002-c707eda31d69","status":"InProgress","startTime":"2018-06-07T07:21:07.418Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:07:04 GMT'] + date: ['Thu, 07 Jun 2018 07:22:25 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [95e802d9-d762-4b82-a01c-695b89540cee] + request-id: [0cb5b118-e687-4dac-afc4-3fefa24e635f] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1942,21 +2273,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/f441aa00-fb31-4b64-9f02-509d8638346a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/732cfac3-0f0c-402c-b002-c707eda31d69?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/f441aa00-fb31-4b64-9f02-509d8638346a","name":"f441aa00-fb31-4b64-9f02-509d8638346a","status":"InProgress","startTime":"2018-03-16T08:06:48.646Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/732cfac3-0f0c-402c-b002-c707eda31d69","name":"732cfac3-0f0c-402c-b002-c707eda31d69","status":"InProgress","startTime":"2018-06-07T07:21:07.418Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:07:36 GMT'] + date: ['Thu, 07 Jun 2018 07:22:57 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [17c7d9d9-40d6-4402-8aec-70d09704ec02] + request-id: [0f1b59b1-b717-4014-b532-715115c81167] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1969,21 +2300,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/f441aa00-fb31-4b64-9f02-509d8638346a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/732cfac3-0f0c-402c-b002-c707eda31d69?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/f441aa00-fb31-4b64-9f02-509d8638346a","name":"f441aa00-fb31-4b64-9f02-509d8638346a","status":"InProgress","startTime":"2018-03-16T08:06:48.646Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/732cfac3-0f0c-402c-b002-c707eda31d69","name":"732cfac3-0f0c-402c-b002-c707eda31d69","status":"InProgress","startTime":"2018-06-07T07:21:07.418Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:08:08 GMT'] + date: ['Thu, 07 Jun 2018 07:23:29 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [e497d8bc-8c96-47d3-a3ca-1475ee4c8235] + request-id: [102a7907-6e93-43bb-aecf-47113f42abfa] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -1996,21 +2327,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/f441aa00-fb31-4b64-9f02-509d8638346a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/732cfac3-0f0c-402c-b002-c707eda31d69?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/f441aa00-fb31-4b64-9f02-509d8638346a","name":"f441aa00-fb31-4b64-9f02-509d8638346a","status":"InProgress","startTime":"2018-03-16T08:06:48.646Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/732cfac3-0f0c-402c-b002-c707eda31d69","name":"732cfac3-0f0c-402c-b002-c707eda31d69","status":"InProgress","startTime":"2018-06-07T07:21:07.418Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:08:39 GMT'] + date: ['Thu, 07 Jun 2018 07:23:59 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [76992b69-3803-4537-929c-2c5c6ec9bb77] + request-id: [b5b13b1b-9bcc-48ec-9edd-09c6b876de84] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2023,21 +2354,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/f441aa00-fb31-4b64-9f02-509d8638346a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/732cfac3-0f0c-402c-b002-c707eda31d69?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/f441aa00-fb31-4b64-9f02-509d8638346a","name":"f441aa00-fb31-4b64-9f02-509d8638346a","status":"InProgress","startTime":"2018-03-16T08:06:48.646Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/732cfac3-0f0c-402c-b002-c707eda31d69","name":"732cfac3-0f0c-402c-b002-c707eda31d69","status":"InProgress","startTime":"2018-06-07T07:21:07.418Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:09:11 GMT'] + date: ['Thu, 07 Jun 2018 07:24:31 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [62d840f2-a8ad-43b8-abe9-0b35306926ca] + request-id: [6856824e-5543-4575-8dbc-e59d7e31ea3f] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2050,21 +2381,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/f441aa00-fb31-4b64-9f02-509d8638346a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/732cfac3-0f0c-402c-b002-c707eda31d69?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/f441aa00-fb31-4b64-9f02-509d8638346a","name":"f441aa00-fb31-4b64-9f02-509d8638346a","status":"InProgress","startTime":"2018-03-16T08:06:48.646Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/732cfac3-0f0c-402c-b002-c707eda31d69","name":"732cfac3-0f0c-402c-b002-c707eda31d69","status":"InProgress","startTime":"2018-06-07T07:21:07.418Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:09:42 GMT'] + date: ['Thu, 07 Jun 2018 07:25:03 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [8c67a844-4b69-4ba5-a8ae-014bf8bfa392] + request-id: [1c169f4f-2b55-4449-a8e1-77e263274d16] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2077,21 +2408,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/f441aa00-fb31-4b64-9f02-509d8638346a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/732cfac3-0f0c-402c-b002-c707eda31d69?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/f441aa00-fb31-4b64-9f02-509d8638346a","name":"f441aa00-fb31-4b64-9f02-509d8638346a","status":"InProgress","startTime":"2018-03-16T08:06:48.646Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/732cfac3-0f0c-402c-b002-c707eda31d69","name":"732cfac3-0f0c-402c-b002-c707eda31d69","status":"InProgress","startTime":"2018-06-07T07:21:07.418Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:10:12 GMT'] + date: ['Thu, 07 Jun 2018 07:25:33 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [7c2eced9-462c-4761-8784-a18d7d68e5bc] + request-id: [2b163147-ad75-49ec-b347-fdd944be80b2] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2104,21 +2435,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/f441aa00-fb31-4b64-9f02-509d8638346a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/732cfac3-0f0c-402c-b002-c707eda31d69?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/f441aa00-fb31-4b64-9f02-509d8638346a","name":"f441aa00-fb31-4b64-9f02-509d8638346a","status":"InProgress","startTime":"2018-03-16T08:06:48.646Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/732cfac3-0f0c-402c-b002-c707eda31d69","name":"732cfac3-0f0c-402c-b002-c707eda31d69","status":"InProgress","startTime":"2018-06-07T07:21:07.418Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:10:44 GMT'] + date: ['Thu, 07 Jun 2018 07:26:05 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [5f1fdcf0-4ec7-424e-9b72-420082fd8d4b] + request-id: [b18aec4c-f9a8-4c40-8ae7-0219e14b87a4] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2131,21 +2462,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/f441aa00-fb31-4b64-9f02-509d8638346a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/732cfac3-0f0c-402c-b002-c707eda31d69?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/f441aa00-fb31-4b64-9f02-509d8638346a","name":"f441aa00-fb31-4b64-9f02-509d8638346a","status":"InProgress","startTime":"2018-03-16T08:06:48.646Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/732cfac3-0f0c-402c-b002-c707eda31d69","name":"732cfac3-0f0c-402c-b002-c707eda31d69","status":"Succeeded","startTime":"2018-06-07T07:21:07.418Z","endTime":"2018-06-07T07:26:09.71Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_file_servers_test_file_servercedd134b$workspace$cluster2"}}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['476'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:11:15 GMT'] + date: ['Thu, 07 Jun 2018 07:26:36 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [e535b0cd-3d7e-407c-8f51-2d30fee146bc] + request-id: [4180106f-2194-4137-bac7-3d7ac5a51def] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2158,21 +2489,51 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + Content-Length: ['0'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileServers/fileservercedd134b?api-version=2018-05-01 + response: + body: {string: ''} + headers: + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095?api-version=2018-05-01'] + cache-control: [no-cache] + content-length: ['0'] + date: ['Thu, 07 Jun 2018 07:26:38 GMT'] + expires: ['-1'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095?api-version=2018-05-01'] + pragma: [no-cache] + request-id: [15c1e98a-ab35-4b06-9278-13f83211d412] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] + status: {code: 202, message: Accepted} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/f441aa00-fb31-4b64-9f02-509d8638346a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/f441aa00-fb31-4b64-9f02-509d8638346a","name":"f441aa00-fb31-4b64-9f02-509d8638346a","status":"InProgress","startTime":"2018-03-16T08:06:48.646Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095","name":"0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095","status":"InProgress","startTime":"2018-06-07T07:26:38.514Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:11:47 GMT'] + date: ['Thu, 07 Jun 2018 07:26:54 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [e01e3396-3d49-495d-a023-26dbac1893df] + request-id: [566d78a5-27f8-4528-9cc0-6fd1a5f06a92] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2185,21 +2546,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/f441aa00-fb31-4b64-9f02-509d8638346a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/f441aa00-fb31-4b64-9f02-509d8638346a","name":"f441aa00-fb31-4b64-9f02-509d8638346a","status":"InProgress","startTime":"2018-03-16T08:06:48.646Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095","name":"0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095","status":"InProgress","startTime":"2018-06-07T07:26:38.514Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:12:19 GMT'] + date: ['Thu, 07 Jun 2018 07:27:25 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [c7ea2efb-7aee-4342-a147-67fc95721c53] + request-id: [35f2465d-11cf-429a-aa57-bbbe6cd5ab09] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2212,21 +2573,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/f441aa00-fb31-4b64-9f02-509d8638346a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/f441aa00-fb31-4b64-9f02-509d8638346a","name":"f441aa00-fb31-4b64-9f02-509d8638346a","status":"Succeeded","startTime":"2018-03-16T08:06:48.646Z","endTime":"2018-03-16T08:12:21.258Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_file_servers_test_file_servercedd134b$cluster2"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095","name":"0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095","status":"InProgress","startTime":"2018-06-07T07:26:38.514Z"}'} headers: cache-control: [no-cache] - content-length: ['466'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:12:50 GMT'] + date: ['Thu, 07 Jun 2018 07:27:57 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [e0a32f98-3f8e-4fc0-b229-419cf02cd3b0] + request-id: [a341031b-1087-49bb-91c2-bd6eb5458af2] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2239,51 +2600,48 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] - accept-language: [en-US] - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileServers/fileservercedd134b?api-version=2018-03-01 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095?api-version=2018-05-01 response: - body: {string: ''} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095","name":"0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095","status":"InProgress","startTime":"2018-06-07T07:26:38.514Z"}'} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/1fff97de-902e-431a-9772-57821444c6e1?api-version=2018-03-01'] cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 16 Mar 2018 08:12:52 GMT'] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 07:28:28 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/1fff97de-902e-431a-9772-57821444c6e1?api-version=2018-03-01'] pragma: [no-cache] - request-id: [b123e581-6c41-4fb2-a1a4-72eafed11939] + request-id: [c5dd2125-5b6c-435b-8578-d91f43220e6c] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 202, message: Accepted} + status: {code: 200, message: OK} - request: body: null headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/1fff97de-902e-431a-9772-57821444c6e1?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/1fff97de-902e-431a-9772-57821444c6e1","name":"1fff97de-902e-431a-9772-57821444c6e1","status":"InProgress","startTime":"2018-03-16T08:12:53.147Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095","name":"0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095","status":"InProgress","startTime":"2018-06-07T07:26:38.514Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:13:09 GMT'] + date: ['Thu, 07 Jun 2018 07:29:00 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [01ecd738-e793-47bf-82f7-d6cddf625d11] + request-id: [55803387-3601-40ad-85d8-422802e0a8e6] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2296,21 +2654,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/1fff97de-902e-431a-9772-57821444c6e1?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/1fff97de-902e-431a-9772-57821444c6e1","name":"1fff97de-902e-431a-9772-57821444c6e1","status":"InProgress","startTime":"2018-03-16T08:12:53.147Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095","name":"0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095","status":"InProgress","startTime":"2018-06-07T07:26:38.514Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:13:40 GMT'] + date: ['Thu, 07 Jun 2018 07:29:31 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [54cc0312-6b8c-43ee-828f-5f01787e59e6] + request-id: [c472dcdd-6a22-4842-81c3-c6d78f8c0fd9] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2323,21 +2681,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/1fff97de-902e-431a-9772-57821444c6e1?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/1fff97de-902e-431a-9772-57821444c6e1","name":"1fff97de-902e-431a-9772-57821444c6e1","status":"InProgress","startTime":"2018-03-16T08:12:53.147Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095","name":"0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095","status":"InProgress","startTime":"2018-06-07T07:26:38.514Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:14:12 GMT'] + date: ['Thu, 07 Jun 2018 07:30:02 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [b3db1278-d5b6-40af-9d01-0d141027a5fc] + request-id: [dad371c7-035d-44bb-8bbe-a3ba406ccf83] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2350,21 +2708,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/1fff97de-902e-431a-9772-57821444c6e1?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/1fff97de-902e-431a-9772-57821444c6e1","name":"1fff97de-902e-431a-9772-57821444c6e1","status":"InProgress","startTime":"2018-03-16T08:12:53.147Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095","name":"0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095","status":"InProgress","startTime":"2018-06-07T07:26:38.514Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:14:44 GMT'] + date: ['Thu, 07 Jun 2018 07:30:33 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [d2ee1d2c-208a-4ce3-9751-9a1a11105461] + request-id: [7f22d0ed-1e18-4433-bd57-3f496a8e1c85] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2377,21 +2735,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/1fff97de-902e-431a-9772-57821444c6e1?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/1fff97de-902e-431a-9772-57821444c6e1","name":"1fff97de-902e-431a-9772-57821444c6e1","status":"InProgress","startTime":"2018-03-16T08:12:53.147Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095","name":"0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095","status":"InProgress","startTime":"2018-06-07T07:26:38.514Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:15:14 GMT'] + date: ['Thu, 07 Jun 2018 07:31:05 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [967b27b2-d21a-400b-89a4-667300da5019] + request-id: [c70f09f1-2757-4aa3-bca1-d9be9e16bac7] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2404,21 +2762,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/1fff97de-902e-431a-9772-57821444c6e1?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/1fff97de-902e-431a-9772-57821444c6e1","name":"1fff97de-902e-431a-9772-57821444c6e1","status":"InProgress","startTime":"2018-03-16T08:12:53.147Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095","name":"0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095","status":"InProgress","startTime":"2018-06-07T07:26:38.514Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:15:46 GMT'] + date: ['Thu, 07 Jun 2018 07:31:35 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [7c58c820-6d6a-4fa6-a504-38b063901657] + request-id: [9420db4f-745c-416f-b347-fda7e03e9bb6] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2431,21 +2789,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/1fff97de-902e-431a-9772-57821444c6e1?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/1fff97de-902e-431a-9772-57821444c6e1","name":"1fff97de-902e-431a-9772-57821444c6e1","status":"InProgress","startTime":"2018-03-16T08:12:53.147Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095","name":"0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095","status":"InProgress","startTime":"2018-06-07T07:26:38.514Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:16:18 GMT'] + date: ['Thu, 07 Jun 2018 07:32:07 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [fee9b922-8124-45db-ae25-2cc9413a197c] + request-id: [da5fb7bb-f01d-437c-8f3b-74fa65dc616f] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2458,21 +2816,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/1fff97de-902e-431a-9772-57821444c6e1?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/1fff97de-902e-431a-9772-57821444c6e1","name":"1fff97de-902e-431a-9772-57821444c6e1","status":"InProgress","startTime":"2018-03-16T08:12:53.147Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095","name":"0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095","status":"InProgress","startTime":"2018-06-07T07:26:38.514Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:16:49 GMT'] + date: ['Thu, 07 Jun 2018 07:32:38 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [fe679040-ea03-4575-a0ee-6a12018be2fb] + request-id: [358085d6-c9f9-439e-9e3d-0634f917723f] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2485,21 +2843,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/1fff97de-902e-431a-9772-57821444c6e1?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/1fff97de-902e-431a-9772-57821444c6e1","name":"1fff97de-902e-431a-9772-57821444c6e1","status":"InProgress","startTime":"2018-03-16T08:12:53.147Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095","name":"0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095","status":"InProgress","startTime":"2018-06-07T07:26:38.514Z"}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:17:21 GMT'] + date: ['Thu, 07 Jun 2018 07:33:09 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [1bbcf418-6ba1-4a70-89fa-4c8546c54fc8] + request-id: [29d16a5c-470e-4194-827d-3327b9f28f31] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2512,21 +2870,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/1fff97de-902e-431a-9772-57821444c6e1?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/1fff97de-902e-431a-9772-57821444c6e1","name":"1fff97de-902e-431a-9772-57821444c6e1","status":"Succeeded","startTime":"2018-03-16T08:12:53.147Z","endTime":"2018-03-16T08:17:29.433Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_file_servers_test_file_servercedd134b$fileservercedd134b"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095","name":"0f97cec9-fdc8-4d4e-bd2b-d8d535cc7095","status":"Succeeded","startTime":"2018-06-07T07:26:38.514Z","endTime":"2018-06-07T07:33:39.849Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_file_servers_test_file_servercedd134b$workspace$fileservercedd134b"}}'} headers: cache-control: [no-cache] - content-length: ['476'] + content-length: ['487'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:17:52 GMT'] + date: ['Thu, 07 Jun 2018 07:33:40 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [0afc8c7f-93fb-40dd-a015-83e9a127fa6c] + request-id: [3b3da8d5-8107-4a31-ab4b-adc195d34647] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -2540,22 +2898,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/fileServers?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_file_servers_test_file_servercedd134b/providers/Microsoft.BatchAI/workspaces/workspace/fileServers?api-version=2018-05-01 response: body: {string: '{"value":[]}'} headers: cache-control: [no-cache] content-length: ['12'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 08:17:53 GMT'] + date: ['Thu, 07 Jun 2018 07:33:42 GMT'] expires: ['-1'] pragma: [no-cache] + request-id: [4b1bd40b-f04d-4005-b94d-b23f86f92add] + server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] vary: [Accept-Encoding] x-content-type-options: [nosniff] status: {code: 200, message: OK} diff --git a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_completed_job_termination.yaml b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_completed_job_termination.yaml index 4944ced42f45..f431ed414af1 100644 --- a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_completed_job_termination.yaml +++ b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_completed_job_termination.yaml @@ -1,35 +1,66 @@ interactions: - request: - body: 'b''b\''b\\\''{"location": "westeurope", "properties": {"priority": 0, "cluster": - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/providers/Microsoft.BatchAI/clusters/cluster490915ba"}, + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['0'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment","name":"experiment","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:12:44.181Z","creationTime":"2018-06-06T20:12:44.181Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['429'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 20:15:36 GMT'] + etag: ['"0x8D5CBE9DD346F2D"'] + expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 20:12:44 GMT'] + pragma: [no-cache] + request-id: [40c27151-eb6a-4e16-bc7a-eac3c229f82f] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1197'] + status: {code: 200, message: OK} +- request: + body: 'b''{"properties": {"schedulingPriority": "normal", "cluster": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster490915ba"}, "nodeCount": 1, "customToolkitSettings": {"commandLine": "true"}, "stdOutErrPathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles", "inputDirectories": [{"id": "INPUT", "path": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}], "outputDirectories": [{"id": "OUTPUTS", - "pathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/", "pathSuffix": "files", "type": - "custom", "createNew": true}]}}\\\''\''''' + "pathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/", "pathSuffix": "files"}]}}''' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['622'] + Content-Length: ['597'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/f695945d-f8ad-4271-8379-59c75641e1de?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ff442e7b-3114-4edb-931a-0a1042ea8f1f?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 04:24:30 GMT'] + date: ['Wed, 06 Jun 2018 20:15:38 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/f695945d-f8ad-4271-8379-59c75641e1de?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/ff442e7b-3114-4edb-931a-0a1042ea8f1f?api-version=2018-05-01'] pragma: [no-cache] - request-id: [99f3a38c-c643-4e65-a00f-5690929ef21b] + request-id: [3c6fa1e8-5f83-489e-b2bc-b011cd031889] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] @@ -41,21 +72,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/f695945d-f8ad-4271-8379-59c75641e1de?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ff442e7b-3114-4edb-931a-0a1042ea8f1f?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/f695945d-f8ad-4271-8379-59c75641e1de","name":"f695945d-f8ad-4271-8379-59c75641e1de","status":"Succeeded","startTime":"2018-03-16T04:24:30.113Z","endTime":"2018-03-16T04:24:30.818Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_completed_job_termination490915ba$job"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ff442e7b-3114-4edb-931a-0a1042ea8f1f","name":"ff442e7b-3114-4edb-931a-0a1042ea8f1f","status":"Succeeded","startTime":"2018-06-06T20:15:38.85Z","endTime":"2018-06-06T20:15:39.657Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_completed_job_termination490915ba$workspace$experiment$job"}}'} headers: cache-control: [no-cache] - content-length: ['467'] + content-length: ['488'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 04:24:46 GMT'] + date: ['Wed, 06 Jun 2018 20:15:54 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [80bab8a6-da81-467f-a631-2f3b5c4416e6] + request-id: [897c2bab-adeb-4ef7-8f22-c235067c583a] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -68,23 +99,23 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/providers/Microsoft.BatchAI/clusters/cluster490915ba"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/jobs/job/0d6b79f9-95fe-474f-ba2a-32d473fa3b59","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T04:24:30.097Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T04:24:30.787Z","executionState":"succeeded","executionStateTransitionTime":"2018-03-16T04:24:35.542Z","executionInfo":{"startTime":"2018-03-16T04:24:32.948Z","endTime":"2018-03-16T04:24:35.542Z","exitCode":0}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster490915ba"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/workspaces/workspace/experiments/experiment/jobs/job/dbdc2538-8ba1-49cf-b921-4d9237763ccc","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:15:38.819Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:15:39.642Z","executionState":"succeeded","executionStateTransitionTime":"2018-06-06T20:15:41.481Z","executionInfo":{"startTime":"2018-06-06T20:15:40.141Z","endTime":"2018-06-06T20:15:41.481Z","exitCode":0}}}'} headers: cache-control: [no-cache] - content-length: ['1355'] + content-length: ['1501'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 04:24:47 GMT'] - etag: ['"0x8D58AF5CFD0A3FB"'] + date: ['Wed, 06 Jun 2018 20:15:56 GMT'] + etag: ['"0x8D5CBEA454C1932"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 04:24:30 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:15:38 GMT'] pragma: [no-cache] - request-id: [1a390164-6879-40bd-9bd3-4d15ecd0202d] + request-id: [0cc5a020-fed1-41e6-9064-be13f41c2476] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -98,24 +129,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/providers/Microsoft.BatchAI/clusters/cluster490915ba"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/jobs/job/0d6b79f9-95fe-474f-ba2a-32d473fa3b59","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T04:24:30.097Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T04:24:30.787Z","executionState":"succeeded","executionStateTransitionTime":"2018-03-16T04:24:35.542Z","executionInfo":{"startTime":"2018-03-16T04:24:32.948Z","endTime":"2018-03-16T04:24:35.542Z","exitCode":0}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster490915ba"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/workspaces/workspace/experiments/experiment/jobs/job/dbdc2538-8ba1-49cf-b921-4d9237763ccc","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:15:38.819Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:15:39.642Z","executionState":"succeeded","executionStateTransitionTime":"2018-06-06T20:15:41.481Z","executionInfo":{"startTime":"2018-06-06T20:15:40.141Z","endTime":"2018-06-06T20:15:41.481Z","exitCode":0}}}'} headers: cache-control: [no-cache] - content-length: ['1355'] + content-length: ['1501'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 04:24:47 GMT'] - etag: ['"0x8D58AF5CFD0A3FB"'] + date: ['Wed, 06 Jun 2018 20:15:57 GMT'] + etag: ['"0x8D5CBEA454C1932"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 04:24:30 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:15:38 GMT'] pragma: [no-cache] - request-id: [11f613c7-095d-418f-b13c-5d8772a2a26c] + request-id: [00b2f3ab-2246-4642-80d7-84440428b8df] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -130,25 +161,25 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/providers/Microsoft.BatchAI/jobs/job/terminate?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job/terminate?api-version=2018-05-01 response: body: {string: ''} headers: cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 04:24:49 GMT'] + date: ['Wed, 06 Jun 2018 20:15:59 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [5cc4d443-a1b2-46e0-8db9-e397a4142c4e] + request-id: [f4775b5f-efee-4936-b252-9f3d70a51f3b] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] + x-ms-ratelimit-remaining-subscription-writes: ['1195'] status: {code: 200, message: OK} - request: body: null @@ -157,24 +188,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/providers/Microsoft.BatchAI/clusters/cluster490915ba"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/jobs/job/0d6b79f9-95fe-474f-ba2a-32d473fa3b59","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T04:24:30.097Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T04:24:30.787Z","executionState":"succeeded","executionStateTransitionTime":"2018-03-16T04:24:35.542Z","executionInfo":{"startTime":"2018-03-16T04:24:32.948Z","endTime":"2018-03-16T04:24:35.542Z","exitCode":0}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster490915ba"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/workspaces/workspace/experiments/experiment/jobs/job/dbdc2538-8ba1-49cf-b921-4d9237763ccc","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:15:38.819Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:15:39.642Z","executionState":"succeeded","executionStateTransitionTime":"2018-06-06T20:15:41.481Z","executionInfo":{"startTime":"2018-06-06T20:15:40.141Z","endTime":"2018-06-06T20:15:41.481Z","exitCode":0}}}'} headers: cache-control: [no-cache] - content-length: ['1355'] + content-length: ['1501'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 04:24:51 GMT'] - etag: ['"0x8D58AF5CFD0A3FB"'] + date: ['Wed, 06 Jun 2018 20:15:59 GMT'] + etag: ['"0x8D5CBEA454C1932"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 04:24:30 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:15:38 GMT'] pragma: [no-cache] - request-id: [b956bcc0-0d21-4816-b275-1b56e8cd8b30] + request-id: [27bceb4a-ed85-489e-a537-1cba4d0461e8] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -189,27 +220,27 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/84a1a54b-fb78-4cf5-bc69-a72acf69fb55?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/bc8758b7-f63e-4ac2-ac82-ac6930336442?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 04:24:53 GMT'] + date: ['Wed, 06 Jun 2018 20:16:02 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/84a1a54b-fb78-4cf5-bc69-a72acf69fb55?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/bc8758b7-f63e-4ac2-ac82-ac6930336442?api-version=2018-05-01'] pragma: [no-cache] - request-id: [bc5bad4b-5853-437f-81e4-2fbca0facb5d] + request-id: [fcfcc150-aed3-4239-9216-c94811ad2188] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] status: {code: 202, message: Accepted} - request: body: null @@ -217,75 +248,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/84a1a54b-fb78-4cf5-bc69-a72acf69fb55?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/bc8758b7-f63e-4ac2-ac82-ac6930336442?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/84a1a54b-fb78-4cf5-bc69-a72acf69fb55","name":"84a1a54b-fb78-4cf5-bc69-a72acf69fb55","status":"InProgress","startTime":"2018-03-16T04:24:53.726Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/bc8758b7-f63e-4ac2-ac82-ac6930336442","name":"bc8758b7-f63e-4ac2-ac82-ac6930336442","status":"Succeeded","startTime":"2018-06-06T20:16:02.187Z","endTime":"2018-06-06T20:16:06.126Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_completed_job_termination490915ba$workspace$experiment$job"}}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['489'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 04:25:09 GMT'] + date: ['Wed, 06 Jun 2018 20:16:17 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [9a51a944-e93f-4ac4-b240-416dda0c01fd] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - 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.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 - Azure-SDK-For-Python] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/84a1a54b-fb78-4cf5-bc69-a72acf69fb55?api-version=2018-03-01 - response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/84a1a54b-fb78-4cf5-bc69-a72acf69fb55","name":"84a1a54b-fb78-4cf5-bc69-a72acf69fb55","status":"InProgress","startTime":"2018-03-16T04:24:53.726Z"}'} - headers: - cache-control: [no-cache] - content-length: ['298'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 04:25:41 GMT'] - expires: ['-1'] - pragma: [no-cache] - request-id: [0f918340-fbb9-4045-8252-941aef28fe5b] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - 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.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 - Azure-SDK-For-Python] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/84a1a54b-fb78-4cf5-bc69-a72acf69fb55?api-version=2018-03-01 - response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/84a1a54b-fb78-4cf5-bc69-a72acf69fb55","name":"84a1a54b-fb78-4cf5-bc69-a72acf69fb55","status":"Succeeded","startTime":"2018-03-16T04:24:53.726Z","endTime":"2018-03-16T04:25:54.394Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_completed_job_termination490915ba$job"}}'} - headers: - cache-control: [no-cache] - content-length: ['467'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 04:26:12 GMT'] - expires: ['-1'] - pragma: [no-cache] - request-id: [4f890583-cbbf-48bf-9300-faf8f7bdb6f5] + request-id: [e2127a4a-dae4-44ed-a2f3-f33c0239e020] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -299,25 +276,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_completed_job_termination490915ba/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.BatchAI/jobs/job'' - under resource group ''test_mgmt_batchai_jobs_test_completed_job_termination490915ba'' - was not found."}}'} + body: {string: '{"error":{"code":"JobNotFound","message":"The specified job job + is not found"}}'} headers: cache-control: [no-cache] - content-length: ['191'] + content-length: ['79'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 04:26:14 GMT'] + date: ['Wed, 06 Jun 2018 20:16:18 GMT'] expires: ['-1'] pragma: [no-cache] + request-id: [bde092c5-e832-4455-ac6b-1fb9d43b357d] + server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-failure-cause: [gateway] - status: {code: 404, message: Not Found} + status: {code: 404, message: The specified job job is not found} version: 1 diff --git a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_failed_job_reporting.yaml b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_failed_job_reporting.yaml index 5cb18c6520d1..835998aa32b9 100644 --- a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_failed_job_reporting.yaml +++ b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_failed_job_reporting.yaml @@ -1,39 +1,70 @@ interactions: - request: - body: 'b''b\''b\\\''{"location": "westeurope", "properties": {"priority": 0, "cluster": - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/providers/Microsoft.BatchAI/clusters/clusterdee81392"}, + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['0'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment","name":"experiment","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:05:54.604Z","creationTime":"2018-06-06T20:05:54.604Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['424'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 20:26:21 GMT'] + etag: ['"0x8D5CBE8E913E70C"'] + expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 20:05:54 GMT'] + pragma: [no-cache] + request-id: [a20dab45-5c0e-44e7-8ebb-ebf01efdd5c5] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1197'] + status: {code: 200, message: OK} +- request: + body: 'b''{"properties": {"schedulingPriority": "normal", "cluster": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clusterdee81392"}, "nodeCount": 1, "customToolkitSettings": {"commandLine": "false"}, "stdOutErrPathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles", "inputDirectories": [{"id": "INPUT", "path": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}], "outputDirectories": [{"id": "OUTPUTS", - "pathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/", "pathSuffix": "files", "type": - "custom", "createNew": true}]}}\\\''\''''' + "pathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/", "pathSuffix": "files"}]}}''' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['618'] + Content-Length: ['593'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fe2b7b88-fa58-4575-8e41-fbbbf7a61b18?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8ea8181a-3625-4ebd-a2e8-6955da999181?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 04:38:07 GMT'] + date: ['Wed, 06 Jun 2018 20:26:24 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/fe2b7b88-fa58-4575-8e41-fbbbf7a61b18?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/8ea8181a-3625-4ebd-a2e8-6955da999181?api-version=2018-05-01'] pragma: [no-cache] - request-id: [439e1a45-85b4-4499-a43d-fa97d3f51816] + request-id: [dbdc8c1a-743b-4652-8b68-0406335f4c97] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] + x-ms-ratelimit-remaining-subscription-writes: ['1195'] status: {code: 202, message: Accepted} - request: body: null @@ -41,21 +72,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fe2b7b88-fa58-4575-8e41-fbbbf7a61b18?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8ea8181a-3625-4ebd-a2e8-6955da999181?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fe2b7b88-fa58-4575-8e41-fbbbf7a61b18","name":"fe2b7b88-fa58-4575-8e41-fbbbf7a61b18","status":"Succeeded","startTime":"2018-03-16T04:38:07.595Z","endTime":"2018-03-16T04:38:08.397Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_failed_job_reportingdee81392$job"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8ea8181a-3625-4ebd-a2e8-6955da999181","name":"8ea8181a-3625-4ebd-a2e8-6955da999181","status":"Succeeded","startTime":"2018-06-06T20:26:23.94Z","endTime":"2018-06-06T20:26:24.269Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_failed_job_reportingdee81392$workspace$experiment$job"}}'} headers: cache-control: [no-cache] - content-length: ['462'] + content-length: ['483'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 04:38:23 GMT'] + date: ['Wed, 06 Jun 2018 20:26:39 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [4e18789e-bf26-4794-8c8a-86f9cbf77571] + request-id: [08c4b023-2d73-4675-a62e-0496216dcfe1] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -68,24 +99,24 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/providers/Microsoft.BatchAI/clusters/clusterdee81392"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/jobs/job/0b38ffbc-ae3c-4790-9828-862bafe696d2","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"false"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T04:38:07.579Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T04:38:08.366Z","executionState":"failed","executionStateTransitionTime":"2018-03-16T04:38:11.526Z","executionInfo":{"startTime":"2018-03-16T04:38:09.298Z","endTime":"2018-03-16T04:38:11.526Z","exitCode":1,"errors":[{"code":"JobFailed","message":"Job + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clusterdee81392"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/workspaces/workspace/experiments/experiment/jobs/job/aa0c44ca-34c7-4d7d-bb2a-b20257c579d1","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"false"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:26:23.925Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:26:24.253Z","executionState":"failed","executionStateTransitionTime":"2018-06-06T20:26:28.185Z","executionInfo":{"startTime":"2018-06-06T20:26:26.529Z","endTime":"2018-06-06T20:26:28.185Z","exitCode":1,"errors":[{"code":"JobFailed","message":"Job failed with non-zero exit code"}]}}}'} headers: cache-control: [no-cache] - content-length: ['1417'] + content-length: ['1563'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 04:38:25 GMT'] - etag: ['"0x8D58AF7B7129E2C"'] + date: ['Wed, 06 Jun 2018 20:26:40 GMT'] + etag: ['"0x8D5CBEBC5CF722A"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 04:38:07 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:26:23 GMT'] pragma: [no-cache] - request-id: [702ed41a-ab4e-4fc7-bfe3-9451283a636e] + request-id: [a9d0f844-93e8-4023-860d-c6c54c2c7104] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -99,25 +130,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/providers/Microsoft.BatchAI/clusters/clusterdee81392"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/jobs/job/0b38ffbc-ae3c-4790-9828-862bafe696d2","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"false"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T04:38:07.579Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T04:38:08.366Z","executionState":"failed","executionStateTransitionTime":"2018-03-16T04:38:11.526Z","executionInfo":{"startTime":"2018-03-16T04:38:09.298Z","endTime":"2018-03-16T04:38:11.526Z","exitCode":1,"errors":[{"code":"JobFailed","message":"Job + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clusterdee81392"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/workspaces/workspace/experiments/experiment/jobs/job/aa0c44ca-34c7-4d7d-bb2a-b20257c579d1","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"false"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:26:23.925Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:26:24.253Z","executionState":"failed","executionStateTransitionTime":"2018-06-06T20:26:28.185Z","executionInfo":{"startTime":"2018-06-06T20:26:26.529Z","endTime":"2018-06-06T20:26:28.185Z","exitCode":1,"errors":[{"code":"JobFailed","message":"Job failed with non-zero exit code"}]}}}'} headers: cache-control: [no-cache] - content-length: ['1417'] + content-length: ['1563'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 04:38:26 GMT'] - etag: ['"0x8D58AF7B7129E2C"'] + date: ['Wed, 06 Jun 2018 20:26:41 GMT'] + etag: ['"0x8D5CBEBC5CF722A"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 04:38:07 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:26:23 GMT'] pragma: [no-cache] - request-id: [bc694bd9-e0d3-4dd2-8710-3384f492b8e3] + request-id: [20656fdf-a217-4a36-9471-5ac9010148cc] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -131,25 +162,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/providers/Microsoft.BatchAI/clusters/clusterdee81392"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/jobs/job/0b38ffbc-ae3c-4790-9828-862bafe696d2","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"false"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T04:38:07.579Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T04:38:08.366Z","executionState":"failed","executionStateTransitionTime":"2018-03-16T04:38:11.526Z","executionInfo":{"startTime":"2018-03-16T04:38:09.298Z","endTime":"2018-03-16T04:38:11.526Z","exitCode":1,"errors":[{"code":"JobFailed","message":"Job + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clusterdee81392"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/workspaces/workspace/experiments/experiment/jobs/job/aa0c44ca-34c7-4d7d-bb2a-b20257c579d1","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"false"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:26:23.925Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:26:24.253Z","executionState":"failed","executionStateTransitionTime":"2018-06-06T20:26:28.185Z","executionInfo":{"startTime":"2018-06-06T20:26:26.529Z","endTime":"2018-06-06T20:26:28.185Z","exitCode":1,"errors":[{"code":"JobFailed","message":"Job failed with non-zero exit code"}]}}}'} headers: cache-control: [no-cache] - content-length: ['1417'] + content-length: ['1563'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 04:38:28 GMT'] - etag: ['"0x8D58AF7B7129E2C"'] + date: ['Wed, 06 Jun 2018 20:26:42 GMT'] + etag: ['"0x8D5CBEBC5CF722A"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 04:38:07 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:26:23 GMT'] pragma: [no-cache] - request-id: [286376f2-30ad-4ade-9911-ef3f1efd6e5f] + request-id: [6f38e15c-f18c-40c9-a6a9-1e055b64e959] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -164,27 +195,27 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/0b2b8180-a545-4da9-ba70-800ca88f5123?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/c350f203-d4a0-43c1-9bd0-17a179992b92?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 04:38:30 GMT'] + date: ['Wed, 06 Jun 2018 20:26:44 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/0b2b8180-a545-4da9-ba70-800ca88f5123?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/c350f203-d4a0-43c1-9bd0-17a179992b92?api-version=2018-05-01'] pragma: [no-cache] - request-id: [0ff9c261-daab-48e4-bd60-9f9d81ac1b58] + request-id: [5c9d1a87-7cd0-41ee-818c-46efa7abcacc] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] status: {code: 202, message: Accepted} - request: body: null @@ -192,48 +223,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 - Azure-SDK-For-Python] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/0b2b8180-a545-4da9-ba70-800ca88f5123?api-version=2018-03-01 - response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/0b2b8180-a545-4da9-ba70-800ca88f5123","name":"0b2b8180-a545-4da9-ba70-800ca88f5123","status":"InProgress","startTime":"2018-03-16T04:38:31.307Z"}'} - headers: - cache-control: [no-cache] - content-length: ['298'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 04:38:47 GMT'] - expires: ['-1'] - pragma: [no-cache] - request-id: [11a95536-795b-49bc-b765-3bebd6b40ab3] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - 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.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/0b2b8180-a545-4da9-ba70-800ca88f5123?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/c350f203-d4a0-43c1-9bd0-17a179992b92?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/0b2b8180-a545-4da9-ba70-800ca88f5123","name":"0b2b8180-a545-4da9-ba70-800ca88f5123","status":"Succeeded","startTime":"2018-03-16T04:38:31.307Z","endTime":"2018-03-16T04:39:01.721Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_failed_job_reportingdee81392$job"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/c350f203-d4a0-43c1-9bd0-17a179992b92","name":"c350f203-d4a0-43c1-9bd0-17a179992b92","status":"Succeeded","startTime":"2018-06-06T20:26:44.109Z","endTime":"2018-06-06T20:26:48.316Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_failed_job_reportingdee81392$workspace$experiment$job"}}'} headers: cache-control: [no-cache] - content-length: ['462'] + content-length: ['484'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 04:39:18 GMT'] + date: ['Wed, 06 Jun 2018 20:26:59 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [69149d92-19f0-4a49-ba3b-c9961e4bf6f7] + request-id: [96a00fc2-4eb6-437d-bfba-cac64d7c2698] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -247,25 +251,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_failed_job_reportingdee81392/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.BatchAI/jobs/job'' - under resource group ''test_mgmt_batchai_jobs_test_failed_job_reportingdee81392'' - was not found."}}'} + body: {string: '{"error":{"code":"JobNotFound","message":"The specified job job + is not found"}}'} headers: cache-control: [no-cache] - content-length: ['186'] + content-length: ['79'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 04:39:18 GMT'] + date: ['Wed, 06 Jun 2018 20:26:59 GMT'] expires: ['-1'] pragma: [no-cache] + request-id: [4f313802-48b8-41a8-8763-7424fec46eeb] + server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-failure-cause: [gateway] - status: {code: 404, message: Not Found} + status: {code: 404, message: The specified job job is not found} version: 1 diff --git a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_job_container_preparation_failure_reporting.yaml b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_job_container_preparation_failure_reporting.yaml index 5b7f0313ce93..88b59873d283 100644 --- a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_job_container_preparation_failure_reporting.yaml +++ b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_job_container_preparation_failure_reporting.yaml @@ -1,40 +1,72 @@ interactions: - request: - body: 'b''b\''b\\\''{"location": "westeurope", "properties": {"priority": 0, "cluster": - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/clusters/cluster163b1d3b"}, + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['0'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment","name":"experiment","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:34:15.47Z","creationTime":"2018-06-06T20:34:15.47Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['445'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 20:37:30 GMT'] + etag: ['"0x8D5CBECDEDF75C5"'] + expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 20:34:15 GMT'] + pragma: [no-cache] + request-id: [41a1a970-424c-4840-ae10-49651cb690b8] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1198'] + status: {code: 200, message: OK} +- request: + body: 'b''{"properties": {"schedulingPriority": "normal", "cluster": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster163b1d3b"}, "nodeCount": 1, "containerSettings": {"imageSourceRegistry": {"image": "ubuntu"}}, "customToolkitSettings": {"commandLine": "true"}, "jobPreparation": {"commandLine": "false"}, "stdOutErrPathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles", "inputDirectories": [{"id": "INPUT", "path": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}], "outputDirectories": [{"id": "OUTPUTS", "pathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/", "pathSuffix": - "files", "type": "custom", "createNew": true}]}}\\\''\''''' + "files"}]}}''' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['751'] + Content-Length: ['726'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/509c03bb-8143-4ba0-9e61-8edc4024fa91?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ed776b8e-f538-4ecb-86cb-c01ac6dac871?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 04:50:11 GMT'] + date: ['Wed, 06 Jun 2018 20:37:32 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/509c03bb-8143-4ba0-9e61-8edc4024fa91?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/ed776b8e-f538-4ecb-86cb-c01ac6dac871?api-version=2018-05-01'] pragma: [no-cache] - request-id: [0ada0f27-aa15-4901-9a58-7a1450a6495e] + request-id: [225299dc-802c-4fb3-a275-284d09bee4c0] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] + x-ms-ratelimit-remaining-subscription-writes: ['1196'] status: {code: 202, message: Accepted} - request: body: null @@ -42,21 +74,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/509c03bb-8143-4ba0-9e61-8edc4024fa91?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ed776b8e-f538-4ecb-86cb-c01ac6dac871?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/509c03bb-8143-4ba0-9e61-8edc4024fa91","name":"509c03bb-8143-4ba0-9e61-8edc4024fa91","status":"Succeeded","startTime":"2018-03-16T04:50:12Z","endTime":"2018-03-16T04:50:13.032Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b$job"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/ed776b8e-f538-4ecb-86cb-c01ac6dac871","name":"ed776b8e-f538-4ecb-86cb-c01ac6dac871","status":"Succeeded","startTime":"2018-06-06T20:37:32.275Z","endTime":"2018-06-06T20:37:33.639Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b$workspace$experiment$job"}}'} headers: cache-control: [no-cache] - content-length: ['481'] + content-length: ['507'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 04:50:29 GMT'] + date: ['Wed, 06 Jun 2018 20:37:48 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [f9314d82-40a0-41ca-82d7-25aea7965432] + request-id: [83970341-57dc-45b4-a0a0-da025d05694f] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -69,23 +101,23 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/clusters/cluster163b1d3b"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/jobs/job/d20a3edb-52dc-4d0e-a2d3-5cc3c3fb4dcd","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"jobPreparation":{"commandLine":"false"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T04:50:11.985Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T04:50:13.016Z","executionState":"running","executionStateTransitionTime":"2018-03-16T04:50:15.307Z","executionInfo":{"startTime":"2018-03-16T04:50:15.1Z"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster163b1d3b"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/workspaces/workspace/experiments/experiment/jobs/job/3cabd1c1-4c71-4f76-a334-d49d22d473c1","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"jobPreparation":{"commandLine":"false"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:37:32.259Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:37:33.623Z","executionState":"running","executionStateTransitionTime":"2018-06-06T20:37:34.551Z","executionInfo":{"startTime":"2018-06-06T20:37:34.551Z"}}}'} headers: cache-control: [no-cache] - content-length: ['1459'] + content-length: ['1607'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 04:50:30 GMT'] - etag: ['"0x8D58AF966DA12B0"'] + date: ['Wed, 06 Jun 2018 20:37:49 GMT'] + etag: ['"0x8D5CBED542B391F"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 04:50:11 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:37:32 GMT'] pragma: [no-cache] - request-id: [5e13aaeb-bf2b-4a3f-a3d4-06bcf8febf71] + request-id: [415e791c-a9fa-45c2-b3ed-0becd67f5bb8] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -99,24 +131,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/clusters/cluster163b1d3b"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/jobs/job/d20a3edb-52dc-4d0e-a2d3-5cc3c3fb4dcd","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"jobPreparation":{"commandLine":"false"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T04:50:11.985Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T04:50:13.016Z","executionState":"running","executionStateTransitionTime":"2018-03-16T04:50:15.307Z","executionInfo":{"startTime":"2018-03-16T04:50:15.1Z"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster163b1d3b"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/workspaces/workspace/experiments/experiment/jobs/job/3cabd1c1-4c71-4f76-a334-d49d22d473c1","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"jobPreparation":{"commandLine":"false"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:37:32.259Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:37:33.623Z","executionState":"running","executionStateTransitionTime":"2018-06-06T20:37:34.551Z","executionInfo":{"startTime":"2018-06-06T20:37:34.551Z"}}}'} headers: cache-control: [no-cache] - content-length: ['1459'] + content-length: ['1607'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 04:50:32 GMT'] - etag: ['"0x8D58AF966DA12B0"'] + date: ['Wed, 06 Jun 2018 20:37:50 GMT'] + etag: ['"0x8D5CBED542B391F"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 04:50:11 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:37:32 GMT'] pragma: [no-cache] - request-id: [14889b4a-b524-4fd2-88c4-dc8807ef356f] + request-id: [20dd807b-a2cd-450c-812a-25684670687e] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -130,25 +162,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/clusters/cluster163b1d3b"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/jobs/job/d20a3edb-52dc-4d0e-a2d3-5cc3c3fb4dcd","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"jobPreparation":{"commandLine":"false"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T04:50:11.985Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T04:50:13.016Z","executionState":"failed","executionStateTransitionTime":"2018-03-16T04:50:51.026Z","executionInfo":{"startTime":"2018-03-16T04:50:15.1Z","endTime":"2018-03-16T04:50:51.026Z","exitCode":1,"errors":[{"code":"JobPreparationFailed","message":"Job + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster163b1d3b"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/workspaces/workspace/experiments/experiment/jobs/job/3cabd1c1-4c71-4f76-a334-d49d22d473c1","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"jobPreparation":{"commandLine":"false"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:37:32.259Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:37:33.623Z","executionState":"failed","executionStateTransitionTime":"2018-06-06T20:38:00.166Z","executionInfo":{"startTime":"2018-06-06T20:37:34.551Z","endTime":"2018-06-06T20:38:00.166Z","exitCode":1,"errors":[{"code":"JobPreparationFailed","message":"Job preparation task failed with non-zero exit code"}]}}}'} headers: cache-control: [no-cache] - content-length: ['1615'] + content-length: ['1763'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 04:50:55 GMT'] - etag: ['"0x8D58AF966DA12B0"'] + date: ['Wed, 06 Jun 2018 20:38:12 GMT'] + etag: ['"0x8D5CBED542B391F"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 04:50:11 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:37:32 GMT'] pragma: [no-cache] - request-id: [8cb79546-9081-4dc4-a05f-b00a744273d1] + request-id: [c18d7512-4f56-4cb1-b49e-5dd732d2c2af] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -162,25 +194,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/clusters/cluster163b1d3b"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/jobs/job/d20a3edb-52dc-4d0e-a2d3-5cc3c3fb4dcd","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"jobPreparation":{"commandLine":"false"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T04:50:11.985Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T04:50:13.016Z","executionState":"failed","executionStateTransitionTime":"2018-03-16T04:50:51.026Z","executionInfo":{"startTime":"2018-03-16T04:50:15.1Z","endTime":"2018-03-16T04:50:51.026Z","exitCode":1,"errors":[{"code":"JobPreparationFailed","message":"Job + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster163b1d3b"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/workspaces/workspace/experiments/experiment/jobs/job/3cabd1c1-4c71-4f76-a334-d49d22d473c1","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"jobPreparation":{"commandLine":"false"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:37:32.259Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:37:33.623Z","executionState":"failed","executionStateTransitionTime":"2018-06-06T20:38:00.166Z","executionInfo":{"startTime":"2018-06-06T20:37:34.551Z","endTime":"2018-06-06T20:38:00.166Z","exitCode":1,"errors":[{"code":"JobPreparationFailed","message":"Job preparation task failed with non-zero exit code"}]}}}'} headers: cache-control: [no-cache] - content-length: ['1615'] + content-length: ['1763'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 04:50:57 GMT'] - etag: ['"0x8D58AF966DA12B0"'] + date: ['Wed, 06 Jun 2018 20:38:13 GMT'] + etag: ['"0x8D5CBED542B391F"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 04:50:11 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:37:32 GMT'] pragma: [no-cache] - request-id: [061ae4bf-ccd6-4e5f-9b51-d15b16128d5d] + request-id: [6808f741-7fd6-435e-8458-3aacd13d8547] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -195,27 +227,27 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/89485abc-87ca-479a-af60-3b71e355fd5a?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6a402a28-dd25-4a2c-bb88-f11837545f8c?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 04:50:59 GMT'] + date: ['Wed, 06 Jun 2018 20:38:13 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/89485abc-87ca-479a-af60-3b71e355fd5a?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/6a402a28-dd25-4a2c-bb88-f11837545f8c?api-version=2018-05-01'] pragma: [no-cache] - request-id: [e3667f21-2c4c-49b2-863c-1471ae085f77] + request-id: [330d1681-4cb3-4e6d-ae47-9741572d91ab] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] status: {code: 202, message: Accepted} - request: body: null @@ -223,48 +255,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 - Azure-SDK-For-Python] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/89485abc-87ca-479a-af60-3b71e355fd5a?api-version=2018-03-01 - response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/89485abc-87ca-479a-af60-3b71e355fd5a","name":"89485abc-87ca-479a-af60-3b71e355fd5a","status":"InProgress","startTime":"2018-03-16T04:51:00.189Z"}'} - headers: - cache-control: [no-cache] - content-length: ['298'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 04:51:16 GMT'] - expires: ['-1'] - pragma: [no-cache] - request-id: [e4fdd696-3cf5-41f4-ae5e-4c08df419a3e] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - 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.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/89485abc-87ca-479a-af60-3b71e355fd5a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6a402a28-dd25-4a2c-bb88-f11837545f8c?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/89485abc-87ca-479a-af60-3b71e355fd5a","name":"89485abc-87ca-479a-af60-3b71e355fd5a","status":"Succeeded","startTime":"2018-03-16T04:51:00.189Z","endTime":"2018-03-16T04:51:31.54Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b$job"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6a402a28-dd25-4a2c-bb88-f11837545f8c","name":"6a402a28-dd25-4a2c-bb88-f11837545f8c","status":"Succeeded","startTime":"2018-06-06T20:38:14.114Z","endTime":"2018-06-06T20:38:18.27Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b$workspace$experiment$job"}}'} headers: cache-control: [no-cache] - content-length: ['484'] + content-length: ['506'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 04:51:47 GMT'] + date: ['Wed, 06 Jun 2018 20:38:29 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [ee7785ea-aeaf-4f8a-a1fb-e3e072548b16] + request-id: [8a5a203e-154b-4031-96b4-a1cb4102f063] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -278,25 +283,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.BatchAI/jobs/job'' - under resource group ''test_mgmt_batchai_jobs_test_job_container_preparation_failure_reporting163b1d3b'' - was not found."}}'} + body: {string: '{"error":{"code":"JobNotFound","message":"The specified job job + is not found"}}'} headers: cache-control: [no-cache] - content-length: ['209'] + content-length: ['79'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 04:51:49 GMT'] + date: ['Wed, 06 Jun 2018 20:38:30 GMT'] expires: ['-1'] pragma: [no-cache] + request-id: [e3639ed7-7351-45bd-84b7-bba5d64fb927] + server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-failure-cause: [gateway] - status: {code: 404, message: Not Found} + status: {code: 404, message: The specified job job is not found} version: 1 diff --git a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_job_creation_and_deletion.yaml b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_job_creation_and_deletion.yaml index e6771bed908a..e1a2aa33d1f8 100644 --- a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_job_creation_and_deletion.yaml +++ b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_job_creation_and_deletion.yaml @@ -1,40 +1,72 @@ interactions: - request: - body: 'b''b\''b\\\''{"location": "westeurope", "properties": {"priority": 0, "cluster": - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/clusters/cluster46b2158e"}, + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['0'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment","name":"experiment","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T00:50:35.847Z","creationTime":"2018-06-07T00:50:35.847Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['429'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:54:32 GMT'] + etag: ['"0x8D5CC10AE4AE08D"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 00:50:35 GMT'] + pragma: [no-cache] + request-id: [4fcd3eef-bb55-4ea6-8219-962d252a787e] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] + status: {code: 200, message: OK} +- request: + body: 'b''{"properties": {"schedulingPriority": "normal", "cluster": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster46b2158e"}, "nodeCount": 1, "containerSettings": {"imageSourceRegistry": {"image": "ubuntu"}}, "customToolkitSettings": {"commandLine": "echo hi | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"}, "stdOutErrPathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles", "inputDirectories": [{"id": "INPUT", "path": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}], "outputDirectories": [{"id": "OUTPUTS", "pathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/", "pathSuffix": - "files", "type": "custom", "createNew": true}]}}\\\''\''''' + "files"}]}}''' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['732'] + Content-Length: ['707'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/2a4db850-39c6-426b-8411-653a12c79754?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/a74a103d-346a-45a4-9f14-24c179781f3a?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 05:02:35 GMT'] + date: ['Thu, 07 Jun 2018 00:54:35 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/2a4db850-39c6-426b-8411-653a12c79754?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/a74a103d-346a-45a4-9f14-24c179781f3a?api-version=2018-05-01'] pragma: [no-cache] - request-id: [c6f3c9be-e9be-4426-8646-fa5a2427c44e] + request-id: [34cc01ff-4aa2-452d-b16a-de1c988b0429] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] + x-ms-ratelimit-remaining-subscription-writes: ['1198'] status: {code: 202, message: Accepted} - request: body: null @@ -42,21 +74,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/2a4db850-39c6-426b-8411-653a12c79754?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/a74a103d-346a-45a4-9f14-24c179781f3a?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/2a4db850-39c6-426b-8411-653a12c79754","name":"2a4db850-39c6-426b-8411-653a12c79754","status":"Succeeded","startTime":"2018-03-16T05:02:36.245Z","endTime":"2018-03-16T05:02:37.967Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e$job"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/a74a103d-346a-45a4-9f14-24c179781f3a","name":"a74a103d-346a-45a4-9f14-24c179781f3a","status":"Succeeded","startTime":"2018-06-07T00:54:34.892Z","endTime":"2018-06-07T00:54:35.568Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e$workspace$experiment$job"}}'} headers: cache-control: [no-cache] - content-length: ['467'] + content-length: ['489'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:02:52 GMT'] + date: ['Thu, 07 Jun 2018 00:54:50 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [eead7fb2-fc35-4899-9f0b-ad4abe030a70] + request-id: [cbb8109d-3672-48a9-94cc-69abc82725d9] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -69,24 +101,24 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/clusters/cluster46b2158e"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/jobs/job/8e9922ca-3244-407e-ad7d-70105131b37a","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hi | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T05:02:36.229Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T05:02:37.952Z","executionState":"running","executionStateTransitionTime":"2018-03-16T05:02:40.173Z","executionInfo":{"startTime":"2018-03-16T05:02:39.582Z"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster46b2158e"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/workspaces/workspace/experiments/experiment/jobs/job/fc5f77ec-6223-488e-9b92-165ed79618ba","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hi | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T00:54:34.892Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T00:54:35.552Z","executionState":"running","executionStateTransitionTime":"2018-06-07T00:54:36.703Z","executionInfo":{"startTime":"2018-06-07T00:54:36.703Z"}}}'} headers: cache-control: [no-cache] - content-length: ['1409'] + content-length: ['1555'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:02:54 GMT'] - etag: ['"0x8D58AFB2274D630"'] + date: ['Thu, 07 Jun 2018 00:54:51 GMT'] + etag: ['"0x8D5CC113CC63550"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 05:02:36 GMT'] + last-modified: ['Thu, 07 Jun 2018 00:54:34 GMT'] pragma: [no-cache] - request-id: [b7ee68f6-4cc5-4e77-b2f9-585f557efdf7] + request-id: [f165be2f-0bbe-46de-ab75-52b6bd311ff2] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -100,25 +132,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/clusters/cluster46b2158e"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/jobs/job/8e9922ca-3244-407e-ad7d-70105131b37a","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hi | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T05:02:36.229Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T05:02:37.952Z","executionState":"running","executionStateTransitionTime":"2018-03-16T05:02:40.173Z","executionInfo":{"startTime":"2018-03-16T05:02:39.582Z"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster46b2158e"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/workspaces/workspace/experiments/experiment/jobs/job/fc5f77ec-6223-488e-9b92-165ed79618ba","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hi | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T00:54:34.892Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T00:54:35.552Z","executionState":"running","executionStateTransitionTime":"2018-06-07T00:54:36.703Z","executionInfo":{"startTime":"2018-06-07T00:54:36.703Z"}}}'} headers: cache-control: [no-cache] - content-length: ['1409'] + content-length: ['1555'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:02:56 GMT'] - etag: ['"0x8D58AFB2274D630"'] + date: ['Thu, 07 Jun 2018 00:54:52 GMT'] + etag: ['"0x8D5CC113CC63550"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 05:02:36 GMT'] + last-modified: ['Thu, 07 Jun 2018 00:54:34 GMT'] pragma: [no-cache] - request-id: [4212982c-e0ce-4c2c-8a74-3991ee4c3be9] + request-id: [1474aefd-2064-4683-b999-1316e829e400] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -132,25 +164,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/clusters/cluster46b2158e"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/jobs/job/8e9922ca-3244-407e-ad7d-70105131b37a","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"echo - hi | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T05:02:36.229Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T05:02:37.952Z","executionState":"succeeded","executionStateTransitionTime":"2018-03-16T05:03:10.957Z","executionInfo":{"startTime":"2018-03-16T05:02:39.582Z","endTime":"2018-03-16T05:03:10.957Z","exitCode":0}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster46b2158e"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/workspaces/workspace/experiments/experiment/jobs/job/fc5f77ec-6223-488e-9b92-165ed79618ba","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"echo + hi | tee $AZ_BATCHAI_OUTPUT_OUTPUTS/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T00:54:34.892Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T00:54:35.552Z","executionState":"succeeded","executionStateTransitionTime":"2018-06-07T00:55:05.692Z","executionInfo":{"startTime":"2018-06-07T00:54:36.703Z","endTime":"2018-06-07T00:55:05.692Z","exitCode":0}}}'} headers: cache-control: [no-cache] - content-length: ['1461'] + content-length: ['1607'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:03:19 GMT'] - etag: ['"0x8D58AFB2274D630"'] + date: ['Thu, 07 Jun 2018 00:55:14 GMT'] + etag: ['"0x8D5CC113CC63550"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 05:02:36 GMT'] + last-modified: ['Thu, 07 Jun 2018 00:54:34 GMT'] pragma: [no-cache] - request-id: [fe85884f-8f2c-4119-bd20-08de5ce9849c] + request-id: [986237f4-5e52-4fb3-82bd-85bb82597ebb] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -165,22 +197,22 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/jobs/job/listOutputFiles?api-version=2018-03-01&outputdirectoryid=stdouterr&directory=.&linkexpiryinminutes=60&maxresults=1000 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job/listOutputFiles?api-version=2018-05-01&outputdirectoryid=stdouterr&directory=.&linkexpiryinminutes=60&maxresults=1000 response: - body: {string: '{"value":[{"name":"execution.log","isDirectory":false,"downloadUrl":"https://psdk46b2158e.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/jobs/job/8e9922ca-3244-407e-ad7d-70105131b37a/stdouterr/execution.log?sv=2016-05-31&sr=f&sig=pn7BgKtZgqGtWdqgWV%2Fr792OEc9gF6ec1ZyaF%2BFdO6c%3D&se=2018-03-16T06%3A03%3A21Z&sp=rl","properties":{"lastModified":"2018-03-16T05:03:10Z","contentLength":22932}},{"name":"stderr.txt","isDirectory":false,"downloadUrl":"https://psdk46b2158e.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/jobs/job/8e9922ca-3244-407e-ad7d-70105131b37a/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=DDk8eSzWpsOm3eu5ikzoCglnTr723T%2BDFqIqDnr3X8k%3D&se=2018-03-16T06%3A03%3A21Z&sp=rl","properties":{"lastModified":"2018-03-16T05:03:10Z","contentLength":0}},{"name":"stdout.txt","isDirectory":false,"downloadUrl":"https://psdk46b2158e.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/jobs/job/8e9922ca-3244-407e-ad7d-70105131b37a/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=yjz68QWOrHXyInMUhxw84mlShpueM6FARfl6SFUdj3k%3D&se=2018-03-16T06%3A03%3A21Z&sp=rl","properties":{"lastModified":"2018-03-16T05:03:10Z","contentLength":3}}]}'} + body: {string: '{"value":[{"name":"execution.log","fileType":"file","downloadUrl":"https://psdk46b2158e.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/workspaces/workspace/experiments/experiment/jobs/job/fc5f77ec-6223-488e-9b92-165ed79618ba/stdouterr/execution.log?sv=2016-05-31&sr=f&sig=M6Dh9LR2jD8GgMLa0KyBaVdEuDRQ%2FUAJZ87QC68VYT0%3D&se=2018-06-07T01%3A55%3A16Z&sp=rl","properties":{"lastModified":"2018-06-07T00:55:05Z","contentLength":15593}},{"name":"stderr.txt","fileType":"file","downloadUrl":"https://psdk46b2158e.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/workspaces/workspace/experiments/experiment/jobs/job/fc5f77ec-6223-488e-9b92-165ed79618ba/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=OIQ3SLUaTDAG8teHNPrcDHTy%2Ft7rOP0MGaB8PDBnHfM%3D&se=2018-06-07T01%3A55%3A16Z&sp=rl","properties":{"lastModified":"2018-06-07T00:55:01Z","contentLength":0}},{"name":"stdout.txt","fileType":"file","downloadUrl":"https://psdk46b2158e.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/workspaces/workspace/experiments/experiment/jobs/job/fc5f77ec-6223-488e-9b92-165ed79618ba/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=5JwydgVQ3gNY8iVdzci%2FqkAdEpwtLe3af2t0LC8MZQc%3D&se=2018-06-07T01%3A55%3A16Z&sp=rl","properties":{"lastModified":"2018-06-07T00:55:01Z","contentLength":3}}]}'} headers: cache-control: [no-cache] - content-length: ['1371'] + content-length: ['1497'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:03:21 GMT'] + date: ['Thu, 07 Jun 2018 00:55:15 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [d447b1f5-2864-4bab-aa0d-376ae81d42cb] + request-id: [83eccf1d-cef2-496e-aa92-10c413345af2] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -195,16 +227,16 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdk46b2158e.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/jobs/job/8e9922ca-3244-407e-ad7d-70105131b37a/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=DDk8eSzWpsOm3eu5ikzoCglnTr723T%2BDFqIqDnr3X8k%3D&se=2018-03-16T06%3A03%3A21Z&sp=rl + uri: https://psdk46b2158e.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/workspaces/workspace/experiments/experiment/jobs/job/fc5f77ec-6223-488e-9b92-165ed79618ba/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=OIQ3SLUaTDAG8teHNPrcDHTy%2Ft7rOP0MGaB8PDBnHfM%3D&se=2018-06-07T01%3A55%3A16Z&sp=rl response: body: {string: ''} headers: accept-ranges: [bytes] content-length: ['0'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 05:03:22 GMT'] - etag: ['"0x8D58AFB36988251"'] - last-modified: ['Fri, 16 Mar 2018 05:03:10 GMT'] + date: ['Thu, 07 Jun 2018 00:55:16 GMT'] + etag: ['"0x8D5CC114CB3BBA7"'] + last-modified: ['Thu, 07 Jun 2018 00:55:01 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -217,7 +249,7 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdk46b2158e.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/jobs/job/8e9922ca-3244-407e-ad7d-70105131b37a/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=yjz68QWOrHXyInMUhxw84mlShpueM6FARfl6SFUdj3k%3D&se=2018-03-16T06%3A03%3A21Z&sp=rl + uri: https://psdk46b2158e.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/workspaces/workspace/experiments/experiment/jobs/job/fc5f77ec-6223-488e-9b92-165ed79618ba/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=5JwydgVQ3gNY8iVdzci%2FqkAdEpwtLe3af2t0LC8MZQc%3D&se=2018-06-07T01%3A55%3A16Z&sp=rl response: body: {string: 'hi @@ -226,9 +258,9 @@ interactions: accept-ranges: [bytes] content-length: ['3'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 05:03:24 GMT'] - etag: ['"0x8D58AFB36B18E8B"'] - last-modified: ['Fri, 16 Mar 2018 05:03:10 GMT'] + date: ['Thu, 07 Jun 2018 00:55:17 GMT'] + etag: ['"0x8D5CC114CC76E24"'] + last-modified: ['Thu, 07 Jun 2018 00:55:01 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -241,22 +273,22 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/jobs/job/listOutputFiles?api-version=2018-03-01&outputdirectoryid=OUTPUTS&directory=.&linkexpiryinminutes=60&maxresults=1000 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job/listOutputFiles?api-version=2018-05-01&outputdirectoryid=OUTPUTS&directory=.&linkexpiryinminutes=60&maxresults=1000 response: - body: {string: '{"value":[{"name":"hi.txt","isDirectory":false,"downloadUrl":"https://psdk46b2158e.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/jobs/job/8e9922ca-3244-407e-ad7d-70105131b37a/outputs/files/hi.txt?sv=2016-05-31&sr=f&sig=xS%2FTdykZ5e7DFcuEC0ISpEcbKwABPG5gLFNUDLVZh6k%3D&se=2018-03-16T06%3A03%3A26Z&sp=rl","properties":{"lastModified":"2018-03-16T05:03:10Z","contentLength":3}}]}'} + body: {string: '{"value":[{"name":"hi.txt","fileType":"file","downloadUrl":"https://psdk46b2158e.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/workspaces/workspace/experiments/experiment/jobs/job/fc5f77ec-6223-488e-9b92-165ed79618ba/outputs/files/hi.txt?sv=2016-05-31&sr=f&sig=T6TZAEtwYQW2Wlp2rnUKkkH4NkRQ0VLoQGB4WjzGsnY%3D&se=2018-06-07T01%3A55%3A18Z&sp=rl","properties":{"lastModified":"2018-06-07T00:55:01Z","contentLength":3}}]}'} headers: cache-control: [no-cache] - content-length: ['457'] + content-length: ['497'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:03:26 GMT'] + date: ['Thu, 07 Jun 2018 00:55:18 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [0c1a1601-3730-43a2-aaf3-7825fc80b6f4] + request-id: [88f29d8f-627b-4ada-8234-253c54a8c334] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -271,7 +303,7 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdk46b2158e.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/jobs/job/8e9922ca-3244-407e-ad7d-70105131b37a/outputs/files/hi.txt?sv=2016-05-31&sr=f&sig=xS%2FTdykZ5e7DFcuEC0ISpEcbKwABPG5gLFNUDLVZh6k%3D&se=2018-03-16T06%3A03%3A26Z&sp=rl + uri: https://psdk46b2158e.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/workspaces/workspace/experiments/experiment/jobs/job/fc5f77ec-6223-488e-9b92-165ed79618ba/outputs/files/hi.txt?sv=2016-05-31&sr=f&sig=T6TZAEtwYQW2Wlp2rnUKkkH4NkRQ0VLoQGB4WjzGsnY%3D&se=2018-06-07T01%3A55%3A18Z&sp=rl response: body: {string: 'hi @@ -280,9 +312,9 @@ interactions: accept-ranges: [bytes] content-length: ['3'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 05:03:26 GMT'] - etag: ['"0x8D58AFB36AF9237"'] - last-modified: ['Fri, 16 Mar 2018 05:03:10 GMT'] + date: ['Thu, 07 Jun 2018 00:55:18 GMT'] + etag: ['"0x8D5CC114CC59913"'] + last-modified: ['Thu, 07 Jun 2018 00:55:01 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -291,12 +323,12 @@ interactions: body: null headers: Connection: [keep-alive] - User-Agent: [Azure-Storage/0.36.0 (Python CPython 3.6.4; Linux 4.15.6-300.fc27.x86_64)] - x-ms-date: ['Fri, 16 Mar 2018 05:03:27 GMT'] + User-Agent: [Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Linux 4.16.12-300.fc28.x86_64)] + x-ms-date: ['Thu, 07 Jun 2018 00:55:19 GMT'] x-ms-range: [bytes=0-33554431] - x-ms-version: ['2017-04-17'] + x-ms-version: ['2017-07-29'] method: GET - uri: https://psdk46b2158e.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/jobs/job/8e9922ca-3244-407e-ad7d-70105131b37a/stdouterr/stdout.txt + uri: https://psdk46b2158e.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/workspaces/workspace/experiments/experiment/jobs/job/fc5f77ec-6223-488e-9b92-165ed79618ba/stdouterr/stdout.txt response: body: {string: 'hi @@ -306,13 +338,13 @@ interactions: content-length: ['3'] content-range: [bytes 0-2/3] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 05:03:27 GMT'] - etag: ['"0x8D58AFB36B18E8B"'] - last-modified: ['Fri, 16 Mar 2018 05:03:10 GMT'] + date: ['Thu, 07 Jun 2018 00:55:19 GMT'] + etag: ['"0x8D5CC114CC76E24"'] + last-modified: ['Thu, 07 Jun 2018 00:55:01 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-server-encrypted: ['true'] x-ms-type: [File] - x-ms-version: ['2017-04-17'] + x-ms-version: ['2017-07-29'] status: {code: 206, message: Partial Content} - request: body: null @@ -322,27 +354,27 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/82b48cd3-4d4e-4f62-91c7-70fb473a498e?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6254c166-1256-44d6-9070-bd5355ec2057?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 05:03:29 GMT'] + date: ['Thu, 07 Jun 2018 00:55:22 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/82b48cd3-4d4e-4f62-91c7-70fb473a498e?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/6254c166-1256-44d6-9070-bd5355ec2057?api-version=2018-05-01'] pragma: [no-cache] - request-id: [6114fc8e-d45c-40f4-8cac-90357ec50f28] + request-id: [561d22f4-8052-4455-ad24-b340209114db] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] + x-ms-ratelimit-remaining-subscription-deletes: ['14998'] status: {code: 202, message: Accepted} - request: body: null @@ -350,75 +382,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/82b48cd3-4d4e-4f62-91c7-70fb473a498e?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6254c166-1256-44d6-9070-bd5355ec2057?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/82b48cd3-4d4e-4f62-91c7-70fb473a498e","name":"82b48cd3-4d4e-4f62-91c7-70fb473a498e","status":"InProgress","startTime":"2018-03-16T05:03:30.327Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/6254c166-1256-44d6-9070-bd5355ec2057","name":"6254c166-1256-44d6-9070-bd5355ec2057","status":"Succeeded","startTime":"2018-06-07T00:55:22.388Z","endTime":"2018-06-07T00:55:27.221Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e$workspace$experiment$job"}}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['489'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:03:46 GMT'] + date: ['Thu, 07 Jun 2018 00:55:37 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [51bfc0da-9d66-410c-a7e6-1bd5b26712f1] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - 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.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 - Azure-SDK-For-Python] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/82b48cd3-4d4e-4f62-91c7-70fb473a498e?api-version=2018-03-01 - response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/82b48cd3-4d4e-4f62-91c7-70fb473a498e","name":"82b48cd3-4d4e-4f62-91c7-70fb473a498e","status":"InProgress","startTime":"2018-03-16T05:03:30.327Z"}'} - headers: - cache-control: [no-cache] - content-length: ['298'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:04:18 GMT'] - expires: ['-1'] - pragma: [no-cache] - request-id: [6e586cb4-8620-4b69-b030-2ef08561e9b9] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - 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.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 - Azure-SDK-For-Python] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/82b48cd3-4d4e-4f62-91c7-70fb473a498e?api-version=2018-03-01 - response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/82b48cd3-4d4e-4f62-91c7-70fb473a498e","name":"82b48cd3-4d4e-4f62-91c7-70fb473a498e","status":"Succeeded","startTime":"2018-03-16T05:03:30.327Z","endTime":"2018-03-16T05:04:31.272Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e$job"}}'} - headers: - cache-control: [no-cache] - content-length: ['467'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:04:49 GMT'] - expires: ['-1'] - pragma: [no-cache] - request-id: [a75ea3a2-7ccb-49ac-9049-2add935d2756] + request-id: [d066a423-3a9c-4e1c-b3c5-36c71476ac87] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -432,25 +410,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.BatchAI/jobs/job'' - under resource group ''test_mgmt_batchai_jobs_test_job_creation_and_deletion46b2158e'' - was not found."}}'} + body: {string: '{"error":{"code":"JobNotFound","message":"The specified job job + is not found"}}'} headers: cache-control: [no-cache] - content-length: ['191'] + content-length: ['79'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:04:51 GMT'] + date: ['Thu, 07 Jun 2018 00:55:39 GMT'] expires: ['-1'] pragma: [no-cache] + request-id: [3fb5e6ba-6874-4cc5-a609-631624380948] + server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-failure-cause: [gateway] - status: {code: 404, message: Not Found} + status: {code: 404, message: The specified job job is not found} version: 1 diff --git a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_job_environment_variables_and_secrets.yaml b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_job_environment_variables_and_secrets.yaml index 2036e4a121d3..485a880f6c46 100644 --- a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_job_environment_variables_and_secrets.yaml +++ b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_job_environment_variables_and_secrets.yaml @@ -1,38 +1,37 @@ interactions: - request: - body: 'b''b\''b\\\''{"location": "westeurope", "properties": {"priority": 0, "cluster": - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/providers/Microsoft.BatchAI/clusters/cluster6e5e1aab"}, + body: 'b''{"properties": {"schedulingPriority": "normal", "cluster": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster6e5e1aab"}, "nodeCount": 1, "customToolkitSettings": {"commandLine": "echo $VARIABLE $SECRET_VARIABLE"}, "jobPreparation": {"commandLine": "echo $VARIABLE $SECRET_VARIABLE"}, "stdOutErrPathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles", "environmentVariables": [{"name": "VARIABLE", - "value": "VALUE"}], "secrets": [{"name": "SECRET_VARIABLE", "value": "SECRET"}]}}\\\''\''''' + "value": "VALUE"}], "secrets": [{"name": "SECRET_VARIABLE", "value": "SECRET"}]}}''' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['620'] + Content-Length: ['632'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/6e6f84d6-e33b-43fd-bdb8-dda1c964f33a?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8102a823-ab71-49dc-a47e-3242823743ae?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 05:15:43 GMT'] + date: ['Wed, 06 Jun 2018 20:56:34 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/6e6f84d6-e33b-43fd-bdb8-dda1c964f33a?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/8102a823-ab71-49dc-a47e-3242823743ae?api-version=2018-05-01'] pragma: [no-cache] - request-id: [c9308964-5427-4e6b-914f-12d13868cbdd] + request-id: [c222ef20-6d9b-417e-8381-c3a56e2a009b] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] + x-ms-ratelimit-remaining-subscription-writes: ['1197'] status: {code: 202, message: Accepted} - request: body: null @@ -40,21 +39,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/6e6f84d6-e33b-43fd-bdb8-dda1c964f33a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8102a823-ab71-49dc-a47e-3242823743ae?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/6e6f84d6-e33b-43fd-bdb8-dda1c964f33a","name":"6e6f84d6-e33b-43fd-bdb8-dda1c964f33a","status":"Succeeded","startTime":"2018-03-16T05:15:43.619Z","endTime":"2018-03-16T05:15:45.026Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab$job"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8102a823-ab71-49dc-a47e-3242823743ae","name":"8102a823-ab71-49dc-a47e-3242823743ae","status":"Succeeded","startTime":"2018-06-06T20:56:34.694Z","endTime":"2018-06-06T20:56:35.402Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab$workspace$experiment$job"}}'} headers: cache-control: [no-cache] - content-length: ['479'] + content-length: ['501'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:16:00 GMT'] + date: ['Wed, 06 Jun 2018 20:56:50 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [bb731b9a-6bfc-475e-9f5f-90661047b685] + request-id: [d8c0abdb-b48c-423e-ab5c-8ab06f641df4] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -67,25 +66,25 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/providers/Microsoft.BatchAI/clusters/cluster6e5e1aab"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/jobs/job/949a27fb-fd45-4ad7-829f-13ee6d8e1597","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster6e5e1aab"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/workspaces/workspace/experiments/experiment/jobs/job/465a7200-88dd-490e-a4cf-f985e9d83628","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo $VARIABLE $SECRET_VARIABLE"},"jobPreparation":{"commandLine":"echo $VARIABLE - $SECRET_VARIABLE"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","environmentVariables":[{"name":"VARIABLE","value":"VALUE"}],"secrets":[{"name":"SECRET_VARIABLE"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T05:15:43.619Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T05:15:45.01Z","executionState":"succeeded","executionStateTransitionTime":"2018-03-16T05:15:47.826Z","executionInfo":{"startTime":"2018-03-16T05:15:45.281Z","endTime":"2018-03-16T05:15:47.826Z","exitCode":0}}}'} + $SECRET_VARIABLE"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","environmentVariables":[{"name":"VARIABLE","value":"VALUE"}],"secrets":[{"name":"SECRET_VARIABLE"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:56:34.679Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:56:35.387Z","executionState":"succeeded","executionStateTransitionTime":"2018-06-06T20:56:38.988Z","executionInfo":{"startTime":"2018-06-06T20:56:36.583Z","endTime":"2018-06-06T20:56:38.988Z","exitCode":0}}}'} headers: cache-control: [no-cache] - content-length: ['1362'] + content-length: ['1542'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:16:01 GMT'] - etag: ['"0x8D58AFCF7C6FF40"'] + date: ['Wed, 06 Jun 2018 20:56:52 GMT'] + etag: ['"0x8D5CBEFFD1A8ED6"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 05:15:43 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:56:34 GMT'] pragma: [no-cache] - request-id: [661345d9-892c-4ced-9c8d-20a052dc8123] + request-id: [7fbf760b-ad93-4a21-80f5-c238378c99f9] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -99,26 +98,26 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/providers/Microsoft.BatchAI/clusters/cluster6e5e1aab"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/jobs/job/949a27fb-fd45-4ad7-829f-13ee6d8e1597","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster6e5e1aab"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/workspaces/workspace/experiments/experiment/jobs/job/465a7200-88dd-490e-a4cf-f985e9d83628","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo $VARIABLE $SECRET_VARIABLE"},"jobPreparation":{"commandLine":"echo $VARIABLE - $SECRET_VARIABLE"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","environmentVariables":[{"name":"VARIABLE","value":"VALUE"}],"secrets":[{"name":"SECRET_VARIABLE"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T05:15:43.619Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T05:15:45.01Z","executionState":"succeeded","executionStateTransitionTime":"2018-03-16T05:15:47.826Z","executionInfo":{"startTime":"2018-03-16T05:15:45.281Z","endTime":"2018-03-16T05:15:47.826Z","exitCode":0}}}'} + $SECRET_VARIABLE"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","environmentVariables":[{"name":"VARIABLE","value":"VALUE"}],"secrets":[{"name":"SECRET_VARIABLE"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:56:34.679Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:56:35.387Z","executionState":"succeeded","executionStateTransitionTime":"2018-06-06T20:56:38.988Z","executionInfo":{"startTime":"2018-06-06T20:56:36.583Z","endTime":"2018-06-06T20:56:38.988Z","exitCode":0}}}'} headers: cache-control: [no-cache] - content-length: ['1362'] + content-length: ['1542'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:16:02 GMT'] - etag: ['"0x8D58AFCF7C6FF40"'] + date: ['Wed, 06 Jun 2018 20:56:52 GMT'] + etag: ['"0x8D5CBEFFD1A8ED6"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 05:15:43 GMT'] + last-modified: ['Wed, 06 Jun 2018 20:56:34 GMT'] pragma: [no-cache] - request-id: [eb6ae570-4aa3-41ff-bd55-d593c1042bd5] + request-id: [24ea83cc-13a8-453d-96f4-5e1b6b7c65a2] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -133,22 +132,22 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/providers/Microsoft.BatchAI/jobs/job/listOutputFiles?api-version=2018-03-01&outputdirectoryid=stdouterr&directory=.&linkexpiryinminutes=60&maxresults=1000 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job/listOutputFiles?api-version=2018-05-01&outputdirectoryid=stdouterr&directory=.&linkexpiryinminutes=60&maxresults=1000 response: - body: {string: '{"value":[{"name":"execution.log","isDirectory":false,"downloadUrl":"https://psdk6e5e1aab.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/jobs/job/949a27fb-fd45-4ad7-829f-13ee6d8e1597/stdouterr/execution.log?sv=2016-05-31&sr=f&sig=Vv0V0V22bVLCYd8qYOO%2Bmv8RtTHag8OtzK%2Bo2WAaoAM%3D&se=2018-03-16T06%3A16%3A04Z&sp=rl","properties":{"lastModified":"2018-03-16T05:15:47Z","contentLength":181}},{"name":"stderr-job_prep.txt","isDirectory":false,"downloadUrl":"https://psdk6e5e1aab.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/jobs/job/949a27fb-fd45-4ad7-829f-13ee6d8e1597/stdouterr/stderr-job_prep.txt?sv=2016-05-31&sr=f&sig=65JgNQQiwl4nDjUFBvELX621Hi%2Bhh19fEDXca%2FSoeiI%3D&se=2018-03-16T06%3A16%3A04Z&sp=rl","properties":{"lastModified":"2018-03-16T05:15:47Z","contentLength":0}},{"name":"stderr.txt","isDirectory":false,"downloadUrl":"https://psdk6e5e1aab.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/jobs/job/949a27fb-fd45-4ad7-829f-13ee6d8e1597/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=349%2FL5nImMqTpMxZuAaXKZhc5M%2Fn%2BGoYrMIRLhQXUoY%3D&se=2018-03-16T06%3A16%3A04Z&sp=rl","properties":{"lastModified":"2018-03-16T05:15:47Z","contentLength":0}},{"name":"stdout-job_prep.txt","isDirectory":false,"downloadUrl":"https://psdk6e5e1aab.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/jobs/job/949a27fb-fd45-4ad7-829f-13ee6d8e1597/stdouterr/stdout-job_prep.txt?sv=2016-05-31&sr=f&sig=e5peBuoBEnZC8EbPXyPKwYwVzwZy94AnjAMWa04b43U%3D&se=2018-03-16T06%3A16%3A04Z&sp=rl","properties":{"lastModified":"2018-03-16T05:15:47Z","contentLength":13}},{"name":"stdout.txt","isDirectory":false,"downloadUrl":"https://psdk6e5e1aab.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/jobs/job/949a27fb-fd45-4ad7-829f-13ee6d8e1597/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=fm0rrhUz68dIFYqrxWu4bmJLlaTa%2F5sB6CqyvvJv4zI%3D&se=2018-03-16T06%3A16%3A04Z&sp=rl","properties":{"lastModified":"2018-03-16T05:15:47Z","contentLength":13}}]}'} + body: {string: '{"value":[{"name":"execution.log","fileType":"file","downloadUrl":"https://psdk6e5e1aab.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/workspaces/workspace/experiments/experiment/jobs/job/465a7200-88dd-490e-a4cf-f985e9d83628/stdouterr/execution.log?sv=2016-05-31&sr=f&sig=RwZkL4ehaUWnwLEV54tijsdyVrfIrQ45WeS0p0LWtuc%3D&se=2018-06-06T21%3A56%3A54Z&sp=rl","properties":{"lastModified":"2018-06-06T20:56:38Z","contentLength":2921}},{"name":"stderr-job_prep.txt","fileType":"file","downloadUrl":"https://psdk6e5e1aab.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/workspaces/workspace/experiments/experiment/jobs/job/465a7200-88dd-490e-a4cf-f985e9d83628/stdouterr/stderr-job_prep.txt?sv=2016-05-31&sr=f&sig=%2BM8Q7idUgWl7tOeQ%2FwG6wJgAbFhv3Rvx26w5QcdR92c%3D&se=2018-06-06T21%3A56%3A54Z&sp=rl","properties":{"lastModified":"2018-06-06T20:56:38Z","contentLength":0}},{"name":"stderr.txt","fileType":"file","downloadUrl":"https://psdk6e5e1aab.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/workspaces/workspace/experiments/experiment/jobs/job/465a7200-88dd-490e-a4cf-f985e9d83628/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=I4r9fxHTzXZ3C1db%2F7HdUuZeJEIS5KXCrk0W3NUGGeQ%3D&se=2018-06-06T21%3A56%3A54Z&sp=rl","properties":{"lastModified":"2018-06-06T20:56:38Z","contentLength":0}},{"name":"stdout-job_prep.txt","fileType":"file","downloadUrl":"https://psdk6e5e1aab.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/workspaces/workspace/experiments/experiment/jobs/job/465a7200-88dd-490e-a4cf-f985e9d83628/stdouterr/stdout-job_prep.txt?sv=2016-05-31&sr=f&sig=r%2FDKPuevzJfhbi48iMMF2ye4yJ1TCBvU0zYZMBPLgfo%3D&se=2018-06-06T21%3A56%3A54Z&sp=rl","properties":{"lastModified":"2018-06-06T20:56:38Z","contentLength":13}},{"name":"stdout.txt","fileType":"file","downloadUrl":"https://psdk6e5e1aab.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/workspaces/workspace/experiments/experiment/jobs/job/465a7200-88dd-490e-a4cf-f985e9d83628/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=5%2F%2FuvSrWsk6h%2F%2FVzh0coPJdxH%2Fvw4iyR8tYb3y%2BgbrE%3D&se=2018-06-06T21%3A56%3A54Z&sp=rl","properties":{"lastModified":"2018-06-06T20:56:38Z","contentLength":13}}]}'} headers: cache-control: [no-cache] - content-length: ['2373'] + content-length: ['2588'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:16:04 GMT'] + date: ['Wed, 06 Jun 2018 20:56:54 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [02a811de-5cb9-4058-8981-3f52198e7a12] + request-id: [802440a8-c776-4dd3-bf5a-75d4543acb34] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -163,16 +162,16 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdk6e5e1aab.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/jobs/job/949a27fb-fd45-4ad7-829f-13ee6d8e1597/stdouterr/stderr-job_prep.txt?sv=2016-05-31&sr=f&sig=65JgNQQiwl4nDjUFBvELX621Hi%2Bhh19fEDXca%2FSoeiI%3D&se=2018-03-16T06%3A16%3A04Z&sp=rl + uri: https://psdk6e5e1aab.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/workspaces/workspace/experiments/experiment/jobs/job/465a7200-88dd-490e-a4cf-f985e9d83628/stdouterr/stderr-job_prep.txt?sv=2016-05-31&sr=f&sig=%2BM8Q7idUgWl7tOeQ%2FwG6wJgAbFhv3Rvx26w5QcdR92c%3D&se=2018-06-06T21%3A56%3A54Z&sp=rl response: body: {string: ''} headers: accept-ranges: [bytes] content-length: ['0'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 05:16:05 GMT'] - etag: ['"0x8D58AFCF9D03940"'] - last-modified: ['Fri, 16 Mar 2018 05:15:47 GMT'] + date: ['Wed, 06 Jun 2018 20:56:55 GMT'] + etag: ['"0x8D5CBEFFF298E99"'] + last-modified: ['Wed, 06 Jun 2018 20:56:38 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -185,16 +184,16 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdk6e5e1aab.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/jobs/job/949a27fb-fd45-4ad7-829f-13ee6d8e1597/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=349%2FL5nImMqTpMxZuAaXKZhc5M%2Fn%2BGoYrMIRLhQXUoY%3D&se=2018-03-16T06%3A16%3A04Z&sp=rl + uri: https://psdk6e5e1aab.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/workspaces/workspace/experiments/experiment/jobs/job/465a7200-88dd-490e-a4cf-f985e9d83628/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=I4r9fxHTzXZ3C1db%2F7HdUuZeJEIS5KXCrk0W3NUGGeQ%3D&se=2018-06-06T21%3A56%3A54Z&sp=rl response: body: {string: ''} headers: accept-ranges: [bytes] content-length: ['0'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 05:16:07 GMT'] - etag: ['"0x8D58AFCF9F2B54E"'] - last-modified: ['Fri, 16 Mar 2018 05:15:47 GMT'] + date: ['Wed, 06 Jun 2018 20:56:55 GMT'] + etag: ['"0x8D5CBEFFF739083"'] + last-modified: ['Wed, 06 Jun 2018 20:56:38 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -207,7 +206,7 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdk6e5e1aab.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/jobs/job/949a27fb-fd45-4ad7-829f-13ee6d8e1597/stdouterr/stdout-job_prep.txt?sv=2016-05-31&sr=f&sig=e5peBuoBEnZC8EbPXyPKwYwVzwZy94AnjAMWa04b43U%3D&se=2018-03-16T06%3A16%3A04Z&sp=rl + uri: https://psdk6e5e1aab.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/workspaces/workspace/experiments/experiment/jobs/job/465a7200-88dd-490e-a4cf-f985e9d83628/stdouterr/stdout-job_prep.txt?sv=2016-05-31&sr=f&sig=r%2FDKPuevzJfhbi48iMMF2ye4yJ1TCBvU0zYZMBPLgfo%3D&se=2018-06-06T21%3A56%3A54Z&sp=rl response: body: {string: 'VALUE SECRET @@ -216,9 +215,9 @@ interactions: accept-ranges: [bytes] content-length: ['13'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 05:16:08 GMT'] - etag: ['"0x8D58AFCF9DCBC2E"'] - last-modified: ['Fri, 16 Mar 2018 05:15:47 GMT'] + date: ['Wed, 06 Jun 2018 20:56:56 GMT'] + etag: ['"0x8D5CBEFFF2EE5EF"'] + last-modified: ['Wed, 06 Jun 2018 20:56:38 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -231,7 +230,7 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdk6e5e1aab.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/jobs/job/949a27fb-fd45-4ad7-829f-13ee6d8e1597/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=fm0rrhUz68dIFYqrxWu4bmJLlaTa%2F5sB6CqyvvJv4zI%3D&se=2018-03-16T06%3A16%3A04Z&sp=rl + uri: https://psdk6e5e1aab.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_environment_variables_and_secrets6e5e1aab/workspaces/workspace/experiments/experiment/jobs/job/465a7200-88dd-490e-a4cf-f985e9d83628/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=5%2F%2FuvSrWsk6h%2F%2FVzh0coPJdxH%2Fvw4iyR8tYb3y%2BgbrE%3D&se=2018-06-06T21%3A56%3A54Z&sp=rl response: body: {string: 'VALUE SECRET @@ -240,9 +239,9 @@ interactions: accept-ranges: [bytes] content-length: ['13'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 05:16:09 GMT'] - etag: ['"0x8D58AFCF9F9450E"'] - last-modified: ['Fri, 16 Mar 2018 05:15:47 GMT'] + date: ['Wed, 06 Jun 2018 20:56:56 GMT'] + etag: ['"0x8D5CBEFFF78C0B9"'] + last-modified: ['Wed, 06 Jun 2018 20:56:38 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] diff --git a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_job_host_preparation_failure_reporting.yaml b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_job_host_preparation_failure_reporting.yaml index b9e2ac32952d..a85709842e84 100644 --- a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_job_host_preparation_failure_reporting.yaml +++ b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_job_host_preparation_failure_reporting.yaml @@ -1,35 +1,67 @@ interactions: - request: - body: 'b''b\''b\\\''{"location": "westeurope", "properties": {"priority": 0, "cluster": - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/providers/Microsoft.BatchAI/clusters/cluster8a5d1b36"}, + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['0'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment","name":"experiment","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T05:16:11.176Z","creationTime":"2018-06-07T05:16:11.176Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['442'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 05:19:52 GMT'] + etag: ['"0x8D5CC35C87CFD03"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 05:16:11 GMT'] + pragma: [no-cache] + request-id: [cb2d3477-b605-46cf-a38c-42f5d081240e] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] + status: {code: 200, message: OK} +- request: + body: 'b''{"properties": {"schedulingPriority": "normal", "cluster": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster8a5d1b36"}, "nodeCount": 1, "customToolkitSettings": {"commandLine": "true"}, "jobPreparation": {"commandLine": "false"}, "stdOutErrPathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles", "inputDirectories": [{"id": "INPUT", "path": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}], "outputDirectories": [{"id": "OUTPUTS", "pathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/", - "pathSuffix": "files", "type": "custom", "createNew": true}]}}\\\''\''''' + "pathSuffix": "files"}]}}''' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['679'] + Content-Length: ['654'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/25b0e7cf-02fb-43d0-9f1d-c576595f6150?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/e924d01e-3f2c-4889-9907-b46c80377251?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 05:26:30 GMT'] + date: ['Thu, 07 Jun 2018 05:19:54 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/25b0e7cf-02fb-43d0-9f1d-c576595f6150?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/e924d01e-3f2c-4889-9907-b46c80377251?api-version=2018-05-01'] pragma: [no-cache] - request-id: [3bdd25b3-b878-4ac1-b51d-392a1b529439] + request-id: [d23a18ec-6af6-4854-8cd5-5dfaa05ca923] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] @@ -41,21 +73,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/25b0e7cf-02fb-43d0-9f1d-c576595f6150?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/e924d01e-3f2c-4889-9907-b46c80377251?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/25b0e7cf-02fb-43d0-9f1d-c576595f6150","name":"25b0e7cf-02fb-43d0-9f1d-c576595f6150","status":"Succeeded","startTime":"2018-03-16T05:26:30.37Z","endTime":"2018-03-16T05:26:31.027Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36$job"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/e924d01e-3f2c-4889-9907-b46c80377251","name":"e924d01e-3f2c-4889-9907-b46c80377251","status":"Succeeded","startTime":"2018-06-07T05:19:54.444Z","endTime":"2018-06-07T05:19:54.85Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36$workspace$experiment$job"}}'} headers: cache-control: [no-cache] - content-length: ['479'] + content-length: ['501'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:26:46 GMT'] + date: ['Thu, 07 Jun 2018 05:20:10 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [a0a7acf6-19aa-473c-8439-881ce004fc5d] + request-id: [69789f8e-7a0c-4256-90a2-d79a75cefeb9] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -68,24 +100,24 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/providers/Microsoft.BatchAI/clusters/cluster8a5d1b36"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/jobs/job/7cc2fb16-4ee3-4e31-b402-22d35a046e92","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"jobPreparation":{"commandLine":"false"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T05:26:30.37Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T05:26:30.995Z","executionState":"failed","executionStateTransitionTime":"2018-03-16T05:26:35.177Z","executionInfo":{"startTime":"2018-03-16T05:26:32.437Z","endTime":"2018-03-16T05:26:35.177Z","exitCode":1,"errors":[{"code":"JobPreparationFailed","message":"Job + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster8a5d1b36"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/workspaces/workspace/experiments/experiment/jobs/job/c026ce95-d65c-4989-be16-08fbac1e8f62","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"jobPreparation":{"commandLine":"false"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T05:19:54.412Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T05:19:54.834Z","executionState":"failed","executionStateTransitionTime":"2018-06-07T05:19:59.073Z","executionInfo":{"startTime":"2018-06-07T05:19:56.753Z","endTime":"2018-06-07T05:19:59.073Z","exitCode":1,"errors":[{"code":"JobPreparationFailed","message":"Job preparation task failed with non-zero exit code"}]}}}'} headers: cache-control: [no-cache] - content-length: ['1538'] + content-length: ['1685'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:26:48 GMT'] - etag: ['"0x8D58AFE79455D76"'] + date: ['Thu, 07 Jun 2018 05:20:13 GMT'] + etag: ['"0x8D5CC364D8C3653"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 05:26:30 GMT'] + last-modified: ['Thu, 07 Jun 2018 05:19:54 GMT'] pragma: [no-cache] - request-id: [4ad034ce-7555-4a6e-8c0e-3bb3990770ca] + request-id: [df1f6dd0-f4f8-4d05-9dbf-80361fd6375b] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -99,25 +131,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/providers/Microsoft.BatchAI/clusters/cluster8a5d1b36"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/jobs/job/7cc2fb16-4ee3-4e31-b402-22d35a046e92","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"jobPreparation":{"commandLine":"false"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T05:26:30.37Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T05:26:30.995Z","executionState":"failed","executionStateTransitionTime":"2018-03-16T05:26:35.177Z","executionInfo":{"startTime":"2018-03-16T05:26:32.437Z","endTime":"2018-03-16T05:26:35.177Z","exitCode":1,"errors":[{"code":"JobPreparationFailed","message":"Job + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster8a5d1b36"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/workspaces/workspace/experiments/experiment/jobs/job/c026ce95-d65c-4989-be16-08fbac1e8f62","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"jobPreparation":{"commandLine":"false"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T05:19:54.412Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T05:19:54.834Z","executionState":"failed","executionStateTransitionTime":"2018-06-07T05:19:59.073Z","executionInfo":{"startTime":"2018-06-07T05:19:56.753Z","endTime":"2018-06-07T05:19:59.073Z","exitCode":1,"errors":[{"code":"JobPreparationFailed","message":"Job preparation task failed with non-zero exit code"}]}}}'} headers: cache-control: [no-cache] - content-length: ['1538'] + content-length: ['1685'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:26:50 GMT'] - etag: ['"0x8D58AFE79455D76"'] + date: ['Thu, 07 Jun 2018 05:20:14 GMT'] + etag: ['"0x8D5CC364D8C3653"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 05:26:30 GMT'] + last-modified: ['Thu, 07 Jun 2018 05:19:54 GMT'] pragma: [no-cache] - request-id: [8e1bc034-ccdd-4650-a650-c512999d8a18] + request-id: [d80891af-4fe8-4b19-ace4-d2d78d04ec57] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -131,25 +163,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/providers/Microsoft.BatchAI/clusters/cluster8a5d1b36"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/jobs/job/7cc2fb16-4ee3-4e31-b402-22d35a046e92","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"jobPreparation":{"commandLine":"false"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T05:26:30.37Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T05:26:30.995Z","executionState":"failed","executionStateTransitionTime":"2018-03-16T05:26:35.177Z","executionInfo":{"startTime":"2018-03-16T05:26:32.437Z","endTime":"2018-03-16T05:26:35.177Z","exitCode":1,"errors":[{"code":"JobPreparationFailed","message":"Job + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster8a5d1b36"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/workspaces/workspace/experiments/experiment/jobs/job/c026ce95-d65c-4989-be16-08fbac1e8f62","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"jobPreparation":{"commandLine":"false"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T05:19:54.412Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T05:19:54.834Z","executionState":"failed","executionStateTransitionTime":"2018-06-07T05:19:59.073Z","executionInfo":{"startTime":"2018-06-07T05:19:56.753Z","endTime":"2018-06-07T05:19:59.073Z","exitCode":1,"errors":[{"code":"JobPreparationFailed","message":"Job preparation task failed with non-zero exit code"}]}}}'} headers: cache-control: [no-cache] - content-length: ['1538'] + content-length: ['1685'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:26:51 GMT'] - etag: ['"0x8D58AFE79455D76"'] + date: ['Thu, 07 Jun 2018 05:20:16 GMT'] + etag: ['"0x8D5CC364D8C3653"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 05:26:30 GMT'] + last-modified: ['Thu, 07 Jun 2018 05:19:54 GMT'] pragma: [no-cache] - request-id: [24b54ded-505c-4881-b66c-559b7825b15c] + request-id: [df5826a4-c42d-40aa-8ec9-71869af15ee4] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -164,27 +196,27 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/0dde8ec3-c467-4b9f-b448-2ca2c10946f3?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/a35bfb15-2353-4b0d-acd9-25a845196003?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 05:26:54 GMT'] + date: ['Thu, 07 Jun 2018 05:20:18 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/0dde8ec3-c467-4b9f-b448-2ca2c10946f3?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/a35bfb15-2353-4b0d-acd9-25a845196003?api-version=2018-05-01'] pragma: [no-cache] - request-id: [3de1fef9-5941-4a1b-8d46-3ad65a48e835] + request-id: [2c553b01-d48e-4268-80ac-db15c41037aa] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] status: {code: 202, message: Accepted} - request: body: null @@ -192,75 +224,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 - Azure-SDK-For-Python] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/0dde8ec3-c467-4b9f-b448-2ca2c10946f3?api-version=2018-03-01 - response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/0dde8ec3-c467-4b9f-b448-2ca2c10946f3","name":"0dde8ec3-c467-4b9f-b448-2ca2c10946f3","status":"InProgress","startTime":"2018-03-16T05:26:55.289Z"}'} - headers: - cache-control: [no-cache] - content-length: ['298'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:27:11 GMT'] - expires: ['-1'] - pragma: [no-cache] - request-id: [52436778-08b6-44fb-b3b3-0b8d8c14187c] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - 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.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/0dde8ec3-c467-4b9f-b448-2ca2c10946f3?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/a35bfb15-2353-4b0d-acd9-25a845196003?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/0dde8ec3-c467-4b9f-b448-2ca2c10946f3","name":"0dde8ec3-c467-4b9f-b448-2ca2c10946f3","status":"InProgress","startTime":"2018-03-16T05:26:55.289Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/a35bfb15-2353-4b0d-acd9-25a845196003","name":"a35bfb15-2353-4b0d-acd9-25a845196003","status":"Succeeded","startTime":"2018-06-07T05:20:18.1Z","endTime":"2018-06-07T05:20:23.483Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36$workspace$experiment$job"}}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['500'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:27:43 GMT'] + date: ['Thu, 07 Jun 2018 05:20:33 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [8b2dae91-eb0c-4687-911c-80a4205526f2] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - 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.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 - Azure-SDK-For-Python] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/0dde8ec3-c467-4b9f-b448-2ca2c10946f3?api-version=2018-03-01 - response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/0dde8ec3-c467-4b9f-b448-2ca2c10946f3","name":"0dde8ec3-c467-4b9f-b448-2ca2c10946f3","status":"Succeeded","startTime":"2018-03-16T05:26:55.289Z","endTime":"2018-03-16T05:27:56.05Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36$job"}}'} - headers: - cache-control: [no-cache] - content-length: ['479'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:28:15 GMT'] - expires: ['-1'] - pragma: [no-cache] - request-id: [01a641ef-cf92-4009-81e4-47954babc149] + request-id: [564f3210-c586-4cf5-a8e8-83bef6893934] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -274,25 +252,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.BatchAI/jobs/job'' - under resource group ''test_mgmt_batchai_jobs_test_job_host_preparation_failure_reporting8a5d1b36'' - was not found."}}'} + body: {string: '{"error":{"code":"JobNotFound","message":"The specified job job + is not found"}}'} headers: cache-control: [no-cache] - content-length: ['204'] + content-length: ['79'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:28:16 GMT'] + date: ['Thu, 07 Jun 2018 05:20:35 GMT'] expires: ['-1'] pragma: [no-cache] + request-id: [616ddb11-1d83-41fd-973a-97d041ae552c] + server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-failure-cause: [gateway] - status: {code: 404, message: Not Found} + status: {code: 404, message: The specified job job is not found} version: 1 diff --git a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_job_level_mounting.yaml b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_job_level_mounting.yaml index 22ba62f6b46e..67396ae2db50 100644 --- a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_job_level_mounting.yaml +++ b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_job_level_mounting.yaml @@ -4,50 +4,49 @@ interactions: headers: Connection: [keep-alive] Content-Length: ['0'] - User-Agent: [Azure-Storage/0.36.0 (Python CPython 3.6.4; Linux 4.15.6-300.fc27.x86_64)] - x-ms-date: ['Fri, 16 Mar 2018 05:39:22 GMT'] - x-ms-version: ['2017-04-17'] + User-Agent: [Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Linux 4.16.12-300.fc28.x86_64)] + x-ms-date: ['Wed, 06 Jun 2018 21:19:12 GMT'] + x-ms-version: ['2017-07-29'] method: PUT uri: https://psdkb9dd12dc.file.core.windows.net/jobshare?restype=share response: body: {string: ''} headers: - date: ['Fri, 16 Mar 2018 05:39:23 GMT'] - etag: ['"0x8D58B004649AA6B"'] - last-modified: ['Fri, 16 Mar 2018 05:39:23 GMT'] + date: ['Wed, 06 Jun 2018 21:19:13 GMT'] + etag: ['"0x8D5CBF3270D1EAB"'] + last-modified: ['Wed, 06 Jun 2018 21:19:13 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] transfer-encoding: [chunked] - x-ms-version: ['2017-04-17'] + x-ms-version: ['2017-07-29'] status: {code: 201, message: Created} - request: body: null headers: Connection: [keep-alive] Content-Length: ['0'] - User-Agent: [Azure-Storage/0.36.0 (Python CPython 3.6.4; Linux 4.15.6-300.fc27.x86_64)] - x-ms-date: ['Fri, 16 Mar 2018 05:39:24 GMT'] - x-ms-version: ['2017-04-17'] + User-Agent: [Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Linux 4.16.12-300.fc28.x86_64)] + x-ms-date: ['Wed, 06 Jun 2018 21:19:13 GMT'] + x-ms-version: ['2017-07-29'] method: PUT uri: https://psdkb9dd12dc.blob.core.windows.net/jobcontainer?restype=container response: body: {string: ''} headers: - date: ['Fri, 16 Mar 2018 05:39:24 GMT'] - etag: ['"0x8D58B004731DC08"'] - last-modified: ['Fri, 16 Mar 2018 05:39:25 GMT'] + date: ['Wed, 06 Jun 2018 21:19:14 GMT'] + etag: ['"0x8D5CBF327A63D37"'] + last-modified: ['Wed, 06 Jun 2018 21:19:14 GMT'] server: [Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0] transfer-encoding: [chunked] - x-ms-version: ['2017-04-17'] + x-ms-version: ['2017-07-29'] status: {code: 201, message: Created} - request: - body: 'b''b\''b\\\''{"location": "westeurope", "properties": {"priority": 0, "cluster": - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/clusters/clusterb9dd12dc"}, + body: 'b''{"properties": {"schedulingPriority": "normal", "cluster": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clusterb9dd12dc"}, "mountVolumes": {"azureFileShares": [{"accountName": "psdkb9dd12dc", "azureFileUrl": "https://psdkb9dd12dc.file.core.windows.net/jobshare", "credentials": {"accountKey": - "bLqH17XVJY+4CmSzVoJYwTU5iF+opwaL7V9JbD9+T68edXkELhTtMC342t5+hpEC+xaxkTCWN9n6YL54C+7ExA=="}, + "2SHc1dMnKiOz6S0YYTjAnEmbJt8ap+x9gF2/2d3y3Cnd00Ctnr4T+rXwhPg4nF9TLdfyMXcBLcNbj+r2p8tliQ=="}, "relativeMountPath": "job_afs", "fileMode": "0777", "directoryMode": "0777"}], "azureBlobFileSystems": [{"accountName": "psdkb9dd12dc", "containerName": "jobcontainer", - "credentials": {"accountKey": "bLqH17XVJY+4CmSzVoJYwTU5iF+opwaL7V9JbD9+T68edXkELhTtMC342t5+hpEC+xaxkTCWN9n6YL54C+7ExA=="}, + "credentials": {"accountKey": "2SHc1dMnKiOz6S0YYTjAnEmbJt8ap+x9gF2/2d3y3Cnd00Ctnr4T+rXwhPg4nF9TLdfyMXcBLcNbj+r2p8tliQ=="}, "relativeMountPath": "job_bfs"}]}, "nodeCount": 1, "customToolkitSettings": {"commandLine": "echo afs > $AZ_BATCHAI_OUTPUT_OUTPUT1/job_afs.txt; echo bfs > $AZ_BATCHAI_OUTPUT_OUTPUT2/job_bfs.txt; mkdir $AZ_BATCHAI_OUTPUT_OUTPUT1/afs; @@ -56,36 +55,34 @@ interactions: {"commandLine": "echo afs > $AZ_BATCHAI_OUTPUT_OUTPUT1/prep_afs.txt; echo bfs > $AZ_BATCHAI_OUTPUT_OUTPUT2/prep_bfs.txt; echo done"}, "stdOutErrPathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles", "outputDirectories": [{"id": "OUTPUT1", "pathPrefix": - "$AZ_BATCHAI_JOB_MOUNT_ROOT/job_afs", "type": "custom", "createNew": true}, - {"id": "OUTPUT2", "pathPrefix": "$AZ_BATCHAI_JOB_MOUNT_ROOT/job_bfs", "type": - "custom", "createNew": true}]}}\\\''\''''' + "$AZ_BATCHAI_JOB_MOUNT_ROOT/job_afs"}, {"id": "OUTPUT2", "pathPrefix": "$AZ_BATCHAI_JOB_MOUNT_ROOT/job_bfs"}]}}''' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['1651'] + Content-Length: ['1589'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/a4bcedae-58db-4de3-b381-16bb6ba9061d?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/b2f2c121-e497-46ba-9594-f1959326bbfe?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 05:39:29 GMT'] + date: ['Wed, 06 Jun 2018 21:19:15 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/a4bcedae-58db-4de3-b381-16bb6ba9061d?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/b2f2c121-e497-46ba-9594-f1959326bbfe?api-version=2018-05-01'] pragma: [no-cache] - request-id: [1e989c6c-850b-4036-83b3-8e4508a5d874] + request-id: [8a27ad73-f90d-4e43-a0da-12cdc9b55666] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] + x-ms-ratelimit-remaining-subscription-writes: ['1196'] status: {code: 202, message: Accepted} - request: body: null @@ -93,21 +90,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/a4bcedae-58db-4de3-b381-16bb6ba9061d?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/b2f2c121-e497-46ba-9594-f1959326bbfe?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/a4bcedae-58db-4de3-b381-16bb6ba9061d","name":"a4bcedae-58db-4de3-b381-16bb6ba9061d","status":"Succeeded","startTime":"2018-03-16T05:39:29.342Z","endTime":"2018-03-16T05:39:30.038Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc$job"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/b2f2c121-e497-46ba-9594-f1959326bbfe","name":"b2f2c121-e497-46ba-9594-f1959326bbfe","status":"Succeeded","startTime":"2018-06-06T21:19:16.296Z","endTime":"2018-06-06T21:19:16.983Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc$workspace$experiment$job"}}'} headers: cache-control: [no-cache] - content-length: ['460'] + content-length: ['482'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:39:45 GMT'] + date: ['Wed, 06 Jun 2018 21:19:32 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [973d8411-68a5-4e44-af0d-e49648a1c62a] + request-id: [311410f7-bd2d-4cd0-918c-0ab202762e11] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -120,28 +117,28 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/clusters/clusterb9dd12dc"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/job/4af7a400-a53f-4d6d-a591-312122f8305d","nodeCount":1,"mountVolumes":{"azureFileShares":[{"accountName":"psdkb9dd12dc","azureFileUrl":"https://psdkb9dd12dc.file.core.windows.net/jobshare","credentials":{},"relativeMountPath":"job_afs","fileMode":"0777","directoryMode":"0777"}],"azureBlobFileSystems":[{"accountName":"psdkb9dd12dc","containerName":"jobcontainer","credentials":{},"relativeMountPath":"job_bfs"}]},"toolType":"custom","customToolkitSettings":{"commandLine":"echo + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clusterb9dd12dc"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/job/a949ad34-533b-4749-9658-9272d6c05e71","nodeCount":1,"mountVolumes":{"azureFileShares":[{"accountName":"psdkb9dd12dc","azureFileUrl":"https://psdkb9dd12dc.file.core.windows.net/jobshare","credentials":{},"relativeMountPath":"job_afs","fileMode":"0777","directoryMode":"0777"}],"azureBlobFileSystems":[{"accountName":"psdkb9dd12dc","containerName":"jobcontainer","credentials":{},"relativeMountPath":"job_bfs"}]},"toolType":"custom","customToolkitSettings":{"commandLine":"echo afs > $AZ_BATCHAI_OUTPUT_OUTPUT1/job_afs.txt; echo bfs > $AZ_BATCHAI_OUTPUT_OUTPUT2/job_bfs.txt; mkdir $AZ_BATCHAI_OUTPUT_OUTPUT1/afs; echo afs > $AZ_BATCHAI_OUTPUT_OUTPUT1/afs/job_afs.txt; mkdir $AZ_BATCHAI_OUTPUT_OUTPUT2/bfs; echo bfs > $AZ_BATCHAI_OUTPUT_OUTPUT2/bfs/job_bfs.txt; echo done"},"jobPreparation":{"commandLine":"echo afs > $AZ_BATCHAI_OUTPUT_OUTPUT1/prep_afs.txt; - echo bfs > $AZ_BATCHAI_OUTPUT_OUTPUT2/prep_bfs.txt; echo done"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","outputDirectories":[{"id":"OUTPUT1","pathPrefix":"$AZ_BATCHAI_JOB_MOUNT_ROOT/job_afs","type":"custom","createNew":true},{"id":"OUTPUT2","pathPrefix":"$AZ_BATCHAI_JOB_MOUNT_ROOT/job_bfs","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T05:39:29.326Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T05:39:30.022Z","executionState":"running","executionStateTransitionTime":"2018-03-16T05:39:31.276Z","executionInfo":{"startTime":"2018-03-16T05:39:30.835Z"}}}'} + echo bfs > $AZ_BATCHAI_OUTPUT_OUTPUT2/prep_bfs.txt; echo done"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","outputDirectories":[{"id":"OUTPUT1","pathPrefix":"$AZ_BATCHAI_JOB_MOUNT_ROOT/job_afs"},{"id":"OUTPUT2","pathPrefix":"$AZ_BATCHAI_JOB_MOUNT_ROOT/job_bfs"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T21:19:16.265Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T21:19:16.968Z","executionState":"running","executionStateTransitionTime":"2018-06-06T21:19:18.227Z","executionInfo":{"startTime":"2018-06-06T21:19:18.227Z"}}}'} headers: cache-control: [no-cache] - content-length: ['2083'] + content-length: ['2196'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:39:45 GMT'] - etag: ['"0x8D58B0049909C4B"'] + date: ['Wed, 06 Jun 2018 21:19:33 GMT'] + etag: ['"0x8D5CBF328AC199E"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 05:39:29 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:19:16 GMT'] pragma: [no-cache] - request-id: [11f4d3e7-5ce6-45f7-b0f0-7b4625e2db74] + request-id: [d8060f6a-df71-4c13-a6b3-eda189d979a4] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -155,29 +152,29 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/clusters/clusterb9dd12dc"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/job/4af7a400-a53f-4d6d-a591-312122f8305d","nodeCount":1,"mountVolumes":{"azureFileShares":[{"accountName":"psdkb9dd12dc","azureFileUrl":"https://psdkb9dd12dc.file.core.windows.net/jobshare","credentials":{},"relativeMountPath":"job_afs","fileMode":"0777","directoryMode":"0777"}],"azureBlobFileSystems":[{"accountName":"psdkb9dd12dc","containerName":"jobcontainer","credentials":{},"relativeMountPath":"job_bfs"}]},"toolType":"custom","customToolkitSettings":{"commandLine":"echo + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clusterb9dd12dc"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/job/a949ad34-533b-4749-9658-9272d6c05e71","nodeCount":1,"mountVolumes":{"azureFileShares":[{"accountName":"psdkb9dd12dc","azureFileUrl":"https://psdkb9dd12dc.file.core.windows.net/jobshare","credentials":{},"relativeMountPath":"job_afs","fileMode":"0777","directoryMode":"0777"}],"azureBlobFileSystems":[{"accountName":"psdkb9dd12dc","containerName":"jobcontainer","credentials":{},"relativeMountPath":"job_bfs"}]},"toolType":"custom","customToolkitSettings":{"commandLine":"echo afs > $AZ_BATCHAI_OUTPUT_OUTPUT1/job_afs.txt; echo bfs > $AZ_BATCHAI_OUTPUT_OUTPUT2/job_bfs.txt; mkdir $AZ_BATCHAI_OUTPUT_OUTPUT1/afs; echo afs > $AZ_BATCHAI_OUTPUT_OUTPUT1/afs/job_afs.txt; mkdir $AZ_BATCHAI_OUTPUT_OUTPUT2/bfs; echo bfs > $AZ_BATCHAI_OUTPUT_OUTPUT2/bfs/job_bfs.txt; echo done"},"jobPreparation":{"commandLine":"echo afs > $AZ_BATCHAI_OUTPUT_OUTPUT1/prep_afs.txt; - echo bfs > $AZ_BATCHAI_OUTPUT_OUTPUT2/prep_bfs.txt; echo done"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","outputDirectories":[{"id":"OUTPUT1","pathPrefix":"$AZ_BATCHAI_JOB_MOUNT_ROOT/job_afs","type":"custom","createNew":true},{"id":"OUTPUT2","pathPrefix":"$AZ_BATCHAI_JOB_MOUNT_ROOT/job_bfs","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T05:39:29.326Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T05:39:30.022Z","executionState":"running","executionStateTransitionTime":"2018-03-16T05:39:31.276Z","executionInfo":{"startTime":"2018-03-16T05:39:30.835Z"}}}'} + echo bfs > $AZ_BATCHAI_OUTPUT_OUTPUT2/prep_bfs.txt; echo done"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","outputDirectories":[{"id":"OUTPUT1","pathPrefix":"$AZ_BATCHAI_JOB_MOUNT_ROOT/job_afs"},{"id":"OUTPUT2","pathPrefix":"$AZ_BATCHAI_JOB_MOUNT_ROOT/job_bfs"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T21:19:16.265Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T21:19:16.968Z","executionState":"running","executionStateTransitionTime":"2018-06-06T21:19:18.227Z","executionInfo":{"startTime":"2018-06-06T21:19:18.227Z"}}}'} headers: cache-control: [no-cache] - content-length: ['2083'] + content-length: ['2196'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:39:47 GMT'] - etag: ['"0x8D58B0049909C4B"'] + date: ['Wed, 06 Jun 2018 21:19:34 GMT'] + etag: ['"0x8D5CBF328AC199E"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 05:39:29 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:19:16 GMT'] pragma: [no-cache] - request-id: [c2c5bcb8-fd1a-4160-a998-29800f2e7123] + request-id: [9c21a040-6b60-4898-8bc0-8aeb251c536e] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -191,29 +188,29 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/clusters/clusterb9dd12dc"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/job/4af7a400-a53f-4d6d-a591-312122f8305d","nodeCount":1,"mountVolumes":{"azureFileShares":[{"accountName":"psdkb9dd12dc","azureFileUrl":"https://psdkb9dd12dc.file.core.windows.net/jobshare","credentials":{},"relativeMountPath":"job_afs","fileMode":"0777","directoryMode":"0777"}],"azureBlobFileSystems":[{"accountName":"psdkb9dd12dc","containerName":"jobcontainer","credentials":{},"relativeMountPath":"job_bfs"}]},"toolType":"custom","customToolkitSettings":{"commandLine":"echo + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clusterb9dd12dc"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/job/a949ad34-533b-4749-9658-9272d6c05e71","nodeCount":1,"mountVolumes":{"azureFileShares":[{"accountName":"psdkb9dd12dc","azureFileUrl":"https://psdkb9dd12dc.file.core.windows.net/jobshare","credentials":{},"relativeMountPath":"job_afs","fileMode":"0777","directoryMode":"0777"}],"azureBlobFileSystems":[{"accountName":"psdkb9dd12dc","containerName":"jobcontainer","credentials":{},"relativeMountPath":"job_bfs"}]},"toolType":"custom","customToolkitSettings":{"commandLine":"echo afs > $AZ_BATCHAI_OUTPUT_OUTPUT1/job_afs.txt; echo bfs > $AZ_BATCHAI_OUTPUT_OUTPUT2/job_bfs.txt; mkdir $AZ_BATCHAI_OUTPUT_OUTPUT1/afs; echo afs > $AZ_BATCHAI_OUTPUT_OUTPUT1/afs/job_afs.txt; mkdir $AZ_BATCHAI_OUTPUT_OUTPUT2/bfs; echo bfs > $AZ_BATCHAI_OUTPUT_OUTPUT2/bfs/job_bfs.txt; echo done"},"jobPreparation":{"commandLine":"echo afs > $AZ_BATCHAI_OUTPUT_OUTPUT1/prep_afs.txt; - echo bfs > $AZ_BATCHAI_OUTPUT_OUTPUT2/prep_bfs.txt; echo done"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","outputDirectories":[{"id":"OUTPUT1","pathPrefix":"$AZ_BATCHAI_JOB_MOUNT_ROOT/job_afs","type":"custom","createNew":true},{"id":"OUTPUT2","pathPrefix":"$AZ_BATCHAI_JOB_MOUNT_ROOT/job_bfs","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T05:39:29.326Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T05:39:30.022Z","executionState":"succeeded","executionStateTransitionTime":"2018-03-16T05:39:47.209Z","executionInfo":{"startTime":"2018-03-16T05:39:30.835Z","endTime":"2018-03-16T05:39:47.209Z","exitCode":0}}}'} + echo bfs > $AZ_BATCHAI_OUTPUT_OUTPUT2/prep_bfs.txt; echo done"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","outputDirectories":[{"id":"OUTPUT1","pathPrefix":"$AZ_BATCHAI_JOB_MOUNT_ROOT/job_afs"},{"id":"OUTPUT2","pathPrefix":"$AZ_BATCHAI_JOB_MOUNT_ROOT/job_bfs"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T21:19:16.265Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T21:19:16.968Z","executionState":"succeeded","executionStateTransitionTime":"2018-06-06T21:19:36.27Z","executionInfo":{"startTime":"2018-06-06T21:19:18.227Z","endTime":"2018-06-06T21:19:36.27Z","exitCode":0}}}'} headers: cache-control: [no-cache] - content-length: ['2135'] + content-length: ['2246'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:40:09 GMT'] - etag: ['"0x8D58B0049909C4B"'] + date: ['Wed, 06 Jun 2018 21:19:55 GMT'] + etag: ['"0x8D5CBF328AC199E"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 05:39:29 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:19:16 GMT'] pragma: [no-cache] - request-id: [f16d0ee5-6fe4-4daa-ade5-dacdbaa6b76e] + request-id: [258d7366-693e-4676-83d0-b23ca71aac20] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -227,29 +224,29 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/clusters/clusterb9dd12dc"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/job/4af7a400-a53f-4d6d-a591-312122f8305d","nodeCount":1,"mountVolumes":{"azureFileShares":[{"accountName":"psdkb9dd12dc","azureFileUrl":"https://psdkb9dd12dc.file.core.windows.net/jobshare","credentials":{},"relativeMountPath":"job_afs","fileMode":"0777","directoryMode":"0777"}],"azureBlobFileSystems":[{"accountName":"psdkb9dd12dc","containerName":"jobcontainer","credentials":{},"relativeMountPath":"job_bfs"}]},"toolType":"custom","customToolkitSettings":{"commandLine":"echo + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clusterb9dd12dc"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/job/a949ad34-533b-4749-9658-9272d6c05e71","nodeCount":1,"mountVolumes":{"azureFileShares":[{"accountName":"psdkb9dd12dc","azureFileUrl":"https://psdkb9dd12dc.file.core.windows.net/jobshare","credentials":{},"relativeMountPath":"job_afs","fileMode":"0777","directoryMode":"0777"}],"azureBlobFileSystems":[{"accountName":"psdkb9dd12dc","containerName":"jobcontainer","credentials":{},"relativeMountPath":"job_bfs"}]},"toolType":"custom","customToolkitSettings":{"commandLine":"echo afs > $AZ_BATCHAI_OUTPUT_OUTPUT1/job_afs.txt; echo bfs > $AZ_BATCHAI_OUTPUT_OUTPUT2/job_bfs.txt; mkdir $AZ_BATCHAI_OUTPUT_OUTPUT1/afs; echo afs > $AZ_BATCHAI_OUTPUT_OUTPUT1/afs/job_afs.txt; mkdir $AZ_BATCHAI_OUTPUT_OUTPUT2/bfs; echo bfs > $AZ_BATCHAI_OUTPUT_OUTPUT2/bfs/job_bfs.txt; echo done"},"jobPreparation":{"commandLine":"echo afs > $AZ_BATCHAI_OUTPUT_OUTPUT1/prep_afs.txt; - echo bfs > $AZ_BATCHAI_OUTPUT_OUTPUT2/prep_bfs.txt; echo done"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","outputDirectories":[{"id":"OUTPUT1","pathPrefix":"$AZ_BATCHAI_JOB_MOUNT_ROOT/job_afs","type":"custom","createNew":true},{"id":"OUTPUT2","pathPrefix":"$AZ_BATCHAI_JOB_MOUNT_ROOT/job_bfs","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T05:39:29.326Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T05:39:30.022Z","executionState":"succeeded","executionStateTransitionTime":"2018-03-16T05:39:47.209Z","executionInfo":{"startTime":"2018-03-16T05:39:30.835Z","endTime":"2018-03-16T05:39:47.209Z","exitCode":0}}}'} + echo bfs > $AZ_BATCHAI_OUTPUT_OUTPUT2/prep_bfs.txt; echo done"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","outputDirectories":[{"id":"OUTPUT1","pathPrefix":"$AZ_BATCHAI_JOB_MOUNT_ROOT/job_afs"},{"id":"OUTPUT2","pathPrefix":"$AZ_BATCHAI_JOB_MOUNT_ROOT/job_bfs"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T21:19:16.265Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T21:19:16.968Z","executionState":"succeeded","executionStateTransitionTime":"2018-06-06T21:19:36.27Z","executionInfo":{"startTime":"2018-06-06T21:19:18.227Z","endTime":"2018-06-06T21:19:36.27Z","exitCode":0}}}'} headers: cache-control: [no-cache] - content-length: ['2135'] + content-length: ['2246'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:40:11 GMT'] - etag: ['"0x8D58B0049909C4B"'] + date: ['Wed, 06 Jun 2018 21:19:55 GMT'] + etag: ['"0x8D5CBF328AC199E"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 05:39:29 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:19:16 GMT'] pragma: [no-cache] - request-id: [b288358f-438e-4bfc-853d-beeb132eeb5e] + request-id: [557408ff-f95d-423a-b139-bc6418197116] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -264,22 +261,22 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/jobs/job/listOutputFiles?api-version=2018-03-01&outputdirectoryid=stdouterr&directory=.&linkexpiryinminutes=60&maxresults=1000 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job/listOutputFiles?api-version=2018-05-01&outputdirectoryid=stdouterr&directory=.&linkexpiryinminutes=60&maxresults=1000 response: - body: {string: '{"value":[{"name":"execution.log","isDirectory":false,"downloadUrl":"https://psdkb9dd12dc.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/job/4af7a400-a53f-4d6d-a591-312122f8305d/stdouterr/execution.log?sv=2016-05-31&sr=f&sig=JskcJ1lF1HJ0VkPXQjJf1dx%2FFdlJhPa6xVxnxsQYcC0%3D&se=2018-03-16T06%3A40%3A13Z&sp=rl","properties":{"lastModified":"2018-03-16T05:39:46Z","contentLength":181}},{"name":"stderr-job_prep.txt","isDirectory":false,"downloadUrl":"https://psdkb9dd12dc.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/job/4af7a400-a53f-4d6d-a591-312122f8305d/stdouterr/stderr-job_prep.txt?sv=2016-05-31&sr=f&sig=xV1Hht5N%2FBbJCn4u%2BysQisCakIjTCY9%2FukrOM5zKm84%3D&se=2018-03-16T06%3A40%3A13Z&sp=rl","properties":{"lastModified":"2018-03-16T05:39:45Z","contentLength":0}},{"name":"stderr.txt","isDirectory":false,"downloadUrl":"https://psdkb9dd12dc.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/job/4af7a400-a53f-4d6d-a591-312122f8305d/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=s37MeBIMfkUAV%2BB%2Fw55U%2FKZhJFLT9ARvMQh8Nd3y6fE%3D&se=2018-03-16T06%3A40%3A13Z&sp=rl","properties":{"lastModified":"2018-03-16T05:39:45Z","contentLength":0}},{"name":"stdout-job_prep.txt","isDirectory":false,"downloadUrl":"https://psdkb9dd12dc.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/job/4af7a400-a53f-4d6d-a591-312122f8305d/stdouterr/stdout-job_prep.txt?sv=2016-05-31&sr=f&sig=gJKBIyPyDu343Nz8kOTE2bGD%2BLkyOxJuUKrOiDjMbGc%3D&se=2018-03-16T06%3A40%3A13Z&sp=rl","properties":{"lastModified":"2018-03-16T05:39:45Z","contentLength":5}},{"name":"stdout.txt","isDirectory":false,"downloadUrl":"https://psdkb9dd12dc.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/job/4af7a400-a53f-4d6d-a591-312122f8305d/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=MYcTOesC8tNAMFfY94hiELcgtURHrNd0XOJfP%2FZAVOs%3D&se=2018-03-16T06%3A40%3A13Z&sp=rl","properties":{"lastModified":"2018-03-16T05:39:46Z","contentLength":5}}]}'} + body: {string: '{"value":[{"name":"execution.log","fileType":"file","downloadUrl":"https://psdkb9dd12dc.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/job/a949ad34-533b-4749-9658-9272d6c05e71/stdouterr/execution.log?sv=2016-05-31&sr=f&sig=kZGd7bF2Cu%2FGalVr%2FHKFlQAaPHtYTC9lZSOufAJPcmE%3D&se=2018-06-06T22%3A19%3A57Z&sp=rl","properties":{"lastModified":"2018-06-06T21:19:36Z","contentLength":10205}},{"name":"stderr-job_prep.txt","fileType":"file","downloadUrl":"https://psdkb9dd12dc.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/job/a949ad34-533b-4749-9658-9272d6c05e71/stdouterr/stderr-job_prep.txt?sv=2016-05-31&sr=f&sig=eydzeU1XCZApMRHXFU4odb%2F1%2BGpZxmTYm%2Bpf%2BYbZsW0%3D&se=2018-06-06T22%3A19%3A57Z&sp=rl","properties":{"lastModified":"2018-06-06T21:19:34Z","contentLength":0}},{"name":"stderr.txt","fileType":"file","downloadUrl":"https://psdkb9dd12dc.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/job/a949ad34-533b-4749-9658-9272d6c05e71/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=xcZrnfhIJ9OB40pQ8Ipp9B%2BqaIe%2FttOg1diIjrzYkk0%3D&se=2018-06-06T22%3A19%3A57Z&sp=rl","properties":{"lastModified":"2018-06-06T21:19:35Z","contentLength":0}},{"name":"stdout-job_prep.txt","fileType":"file","downloadUrl":"https://psdkb9dd12dc.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/job/a949ad34-533b-4749-9658-9272d6c05e71/stdouterr/stdout-job_prep.txt?sv=2016-05-31&sr=f&sig=ZcJBNg4CXIjNybfphnJUep9iJl1RnxY6QAZWTETO%2BP4%3D&se=2018-06-06T22%3A19%3A57Z&sp=rl","properties":{"lastModified":"2018-06-06T21:19:34Z","contentLength":5}},{"name":"stdout.txt","fileType":"file","downloadUrl":"https://psdkb9dd12dc.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/job/a949ad34-533b-4749-9658-9272d6c05e71/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=2wte6ext3Jtu7svn19d6EZbu%2BhViIkFivMjVaC94Kho%3D&se=2018-06-06T22%3A19%3A57Z&sp=rl","properties":{"lastModified":"2018-06-06T21:19:35Z","contentLength":5}}]}'} headers: cache-control: [no-cache] - content-length: ['2278'] + content-length: ['2492'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:40:12 GMT'] + date: ['Wed, 06 Jun 2018 21:19:57 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [d23dcb45-f0f9-45e0-be07-fdf73f38790d] + request-id: [82c011ca-33b2-4440-a85b-5252f5270a72] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -294,16 +291,16 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdkb9dd12dc.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/job/4af7a400-a53f-4d6d-a591-312122f8305d/stdouterr/stderr-job_prep.txt?sv=2016-05-31&sr=f&sig=xV1Hht5N%2FBbJCn4u%2BysQisCakIjTCY9%2FukrOM5zKm84%3D&se=2018-03-16T06%3A40%3A13Z&sp=rl + uri: https://psdkb9dd12dc.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/job/a949ad34-533b-4749-9658-9272d6c05e71/stdouterr/stderr-job_prep.txt?sv=2016-05-31&sr=f&sig=eydzeU1XCZApMRHXFU4odb%2F1%2BGpZxmTYm%2Bpf%2BYbZsW0%3D&se=2018-06-06T22%3A19%3A57Z&sp=rl response: body: {string: ''} headers: accept-ranges: [bytes] content-length: ['0'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 05:40:14 GMT'] - etag: ['"0x8D58B005321BC31"'] - last-modified: ['Fri, 16 Mar 2018 05:39:45 GMT'] + date: ['Wed, 06 Jun 2018 21:19:58 GMT'] + etag: ['"0x8D5CBF33398DE90"'] + last-modified: ['Wed, 06 Jun 2018 21:19:34 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -316,16 +313,16 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdkb9dd12dc.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/job/4af7a400-a53f-4d6d-a591-312122f8305d/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=s37MeBIMfkUAV%2BB%2Fw55U%2FKZhJFLT9ARvMQh8Nd3y6fE%3D&se=2018-03-16T06%3A40%3A13Z&sp=rl + uri: https://psdkb9dd12dc.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/job/a949ad34-533b-4749-9658-9272d6c05e71/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=xcZrnfhIJ9OB40pQ8Ipp9B%2BqaIe%2FttOg1diIjrzYkk0%3D&se=2018-06-06T22%3A19%3A57Z&sp=rl response: body: {string: ''} headers: accept-ranges: [bytes] content-length: ['0'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 05:40:15 GMT'] - etag: ['"0x8D58B00536CDC42"'] - last-modified: ['Fri, 16 Mar 2018 05:39:45 GMT'] + date: ['Wed, 06 Jun 2018 21:19:58 GMT'] + etag: ['"0x8D5CBF333ECCB86"'] + last-modified: ['Wed, 06 Jun 2018 21:19:35 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -338,7 +335,7 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdkb9dd12dc.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/job/4af7a400-a53f-4d6d-a591-312122f8305d/stdouterr/stdout-job_prep.txt?sv=2016-05-31&sr=f&sig=gJKBIyPyDu343Nz8kOTE2bGD%2BLkyOxJuUKrOiDjMbGc%3D&se=2018-03-16T06%3A40%3A13Z&sp=rl + uri: https://psdkb9dd12dc.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/job/a949ad34-533b-4749-9658-9272d6c05e71/stdouterr/stdout-job_prep.txt?sv=2016-05-31&sr=f&sig=ZcJBNg4CXIjNybfphnJUep9iJl1RnxY6QAZWTETO%2BP4%3D&se=2018-06-06T22%3A19%3A57Z&sp=rl response: body: {string: 'done @@ -347,9 +344,9 @@ interactions: accept-ranges: [bytes] content-length: ['5'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 05:40:16 GMT'] - etag: ['"0x8D58B005349214C"'] - last-modified: ['Fri, 16 Mar 2018 05:39:45 GMT'] + date: ['Wed, 06 Jun 2018 21:19:59 GMT'] + etag: ['"0x8D5CBF333C6096A"'] + last-modified: ['Wed, 06 Jun 2018 21:19:34 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -362,7 +359,7 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdkb9dd12dc.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/job/4af7a400-a53f-4d6d-a591-312122f8305d/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=MYcTOesC8tNAMFfY94hiELcgtURHrNd0XOJfP%2FZAVOs%3D&se=2018-03-16T06%3A40%3A13Z&sp=rl + uri: https://psdkb9dd12dc.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/job/a949ad34-533b-4749-9658-9272d6c05e71/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=2wte6ext3Jtu7svn19d6EZbu%2BhViIkFivMjVaC94Kho%3D&se=2018-06-06T22%3A19%3A57Z&sp=rl response: body: {string: 'done @@ -371,9 +368,9 @@ interactions: accept-ranges: [bytes] content-length: ['5'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 05:40:17 GMT'] - etag: ['"0x8D58B0053A73074"'] - last-modified: ['Fri, 16 Mar 2018 05:39:46 GMT'] + date: ['Wed, 06 Jun 2018 21:20:00 GMT'] + etag: ['"0x8D5CBF33426EED6"'] + last-modified: ['Wed, 06 Jun 2018 21:19:35 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -386,22 +383,22 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/jobs/job/listOutputFiles?api-version=2018-03-01&outputdirectoryid=OUTPUT1&directory=.&linkexpiryinminutes=60&maxresults=1000 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job/listOutputFiles?api-version=2018-05-01&outputdirectoryid=OUTPUT1&directory=.&linkexpiryinminutes=60&maxresults=1000 response: - body: {string: '{"value":[{"name":"afs","isDirectory":true},{"name":"job_afs.txt","isDirectory":false,"downloadUrl":"https://psdkb9dd12dc.file.core.windows.net/jobshare/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/job/4af7a400-a53f-4d6d-a591-312122f8305d/outputs/job_afs.txt?sv=2016-05-31&sr=f&sig=vkV5pIOtX7UuacPxUCVRtjtl2cc9jNjgUCQRhhObzr4%3D&se=2018-03-16T06%3A40%3A18Z&sp=rl","properties":{"lastModified":"2018-03-16T05:39:45Z","contentLength":4}},{"name":"prep_afs.txt","isDirectory":false,"downloadUrl":"https://psdkb9dd12dc.file.core.windows.net/jobshare/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/job/4af7a400-a53f-4d6d-a591-312122f8305d/outputs/prep_afs.txt?sv=2016-05-31&sr=f&sig=ngRSWrmTEaoaIdhzDUUuQshbSq%2FHK2BXHupV2PsAz7Y%3D&se=2018-03-16T06%3A40%3A18Z&sp=rl","properties":{"lastModified":"2018-03-16T05:39:45Z","contentLength":4}}]}'} + body: {string: '{"value":[{"name":"afs","fileType":"directory"},{"name":"job_afs.txt","fileType":"file","downloadUrl":"https://psdkb9dd12dc.file.core.windows.net/jobshare/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/job/a949ad34-533b-4749-9658-9272d6c05e71/outputs/job_afs.txt?sv=2016-05-31&sr=f&sig=BNIgG%2Fjo7pg%2BtEytblHjHXaMEvx9W84MVHtFa2aUmwY%3D&se=2018-06-06T22%3A20%3A02Z&sp=rl","properties":{"lastModified":"2018-06-06T21:19:35Z","contentLength":4}},{"name":"prep_afs.txt","fileType":"file","downloadUrl":"https://psdkb9dd12dc.file.core.windows.net/jobshare/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/job/a949ad34-533b-4749-9658-9272d6c05e71/outputs/prep_afs.txt?sv=2016-05-31&sr=f&sig=358p7sH%2BBWFfBYIOVJV%2FswxWsd%2Fq05B%2FPi61yL4Oga0%3D&se=2018-06-06T22%3A20%3A02Z&sp=rl","properties":{"lastModified":"2018-06-06T21:19:34Z","contentLength":4}}]}'} headers: cache-control: [no-cache] - content-length: ['937'] + content-length: ['1035'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:40:17 GMT'] + date: ['Wed, 06 Jun 2018 21:20:01 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [f6b846c6-1b37-4c16-86be-c08dcec3bb5b] + request-id: [111cfe32-3074-4d9e-a5cb-ef7a007104cb] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -416,7 +413,7 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdkb9dd12dc.file.core.windows.net/jobshare/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/job/4af7a400-a53f-4d6d-a591-312122f8305d/outputs/job_afs.txt?sv=2016-05-31&sr=f&sig=vkV5pIOtX7UuacPxUCVRtjtl2cc9jNjgUCQRhhObzr4%3D&se=2018-03-16T06%3A40%3A18Z&sp=rl + uri: https://psdkb9dd12dc.file.core.windows.net/jobshare/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/job/a949ad34-533b-4749-9658-9272d6c05e71/outputs/job_afs.txt?sv=2016-05-31&sr=f&sig=BNIgG%2Fjo7pg%2BtEytblHjHXaMEvx9W84MVHtFa2aUmwY%3D&se=2018-06-06T22%3A20%3A02Z&sp=rl response: body: {string: 'afs @@ -425,9 +422,9 @@ interactions: accept-ranges: [bytes] content-length: ['4'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 05:40:18 GMT'] - etag: ['"0x8D58B005375B773"'] - last-modified: ['Fri, 16 Mar 2018 05:39:45 GMT'] + date: ['Wed, 06 Jun 2018 21:20:02 GMT'] + etag: ['"0x8D5CBF333F9EB13"'] + last-modified: ['Wed, 06 Jun 2018 21:19:35 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -440,7 +437,7 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdkb9dd12dc.file.core.windows.net/jobshare/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/job/4af7a400-a53f-4d6d-a591-312122f8305d/outputs/prep_afs.txt?sv=2016-05-31&sr=f&sig=ngRSWrmTEaoaIdhzDUUuQshbSq%2FHK2BXHupV2PsAz7Y%3D&se=2018-03-16T06%3A40%3A18Z&sp=rl + uri: https://psdkb9dd12dc.file.core.windows.net/jobshare/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/job/a949ad34-533b-4749-9658-9272d6c05e71/outputs/prep_afs.txt?sv=2016-05-31&sr=f&sig=358p7sH%2BBWFfBYIOVJV%2FswxWsd%2Fq05B%2FPi61yL4Oga0%3D&se=2018-06-06T22%3A20%3A02Z&sp=rl response: body: {string: 'afs @@ -449,9 +446,9 @@ interactions: accept-ranges: [bytes] content-length: ['4'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 05:40:20 GMT'] - etag: ['"0x8D58B00533B3C2A"'] - last-modified: ['Fri, 16 Mar 2018 05:39:45 GMT'] + date: ['Wed, 06 Jun 2018 21:20:04 GMT'] + etag: ['"0x8D5CBF333B5DCA6"'] + last-modified: ['Wed, 06 Jun 2018 21:19:34 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -464,22 +461,22 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/jobs/job/listOutputFiles?api-version=2018-03-01&outputdirectoryid=OUTPUT2&directory=.&linkexpiryinminutes=60&maxresults=1000 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job/listOutputFiles?api-version=2018-05-01&outputdirectoryid=OUTPUT2&directory=.&linkexpiryinminutes=60&maxresults=1000 response: - body: {string: '{"value":[{"name":"bfs","isDirectory":true},{"name":"job_bfs.txt","isDirectory":false,"downloadUrl":"https://psdkb9dd12dc.blob.core.windows.net/jobcontainer/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/job/4af7a400-a53f-4d6d-a591-312122f8305d/outputs/job_bfs.txt?sv=2016-05-31&sr=b&sig=gGNHMlQFxwyudXzpkxu%2FSMPoSUkRPnyR16qbt%2BNDl%2BM%3D&se=2018-03-16T06%3A40%3A21Z&sp=rl","properties":{"lastModified":"2018-03-16T05:39:46Z","contentLength":4}},{"name":"prep_bfs.txt","isDirectory":false,"downloadUrl":"https://psdkb9dd12dc.blob.core.windows.net/jobcontainer/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/job/4af7a400-a53f-4d6d-a591-312122f8305d/outputs/prep_bfs.txt?sv=2016-05-31&sr=b&sig=6SqCyueBXXpUNG56IJtbcIMcLuQWZckB9m3vTch3MSk%3D&se=2018-03-16T06%3A40%3A21Z&sp=rl","properties":{"lastModified":"2018-03-16T05:39:45Z","contentLength":4}}]}'} + body: {string: '{"value":[{"name":"bfs","fileType":"file","downloadUrl":"https://psdkb9dd12dc.blob.core.windows.net/jobcontainer/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/job/a949ad34-533b-4749-9658-9272d6c05e71/outputs/bfs?sv=2016-05-31&sr=b&sig=aoOIRUzRyf61yB20E2%2BC%2F08P6sB9rIjjMrIOzG2hMmU%3D&se=2018-06-06T22%3A20%3A05Z&sp=rl","properties":{"lastModified":"2018-06-06T21:19:35Z","contentLength":0}},{"name":"bfs","fileType":"directory"},{"name":"job_bfs.txt","fileType":"file","downloadUrl":"https://psdkb9dd12dc.blob.core.windows.net/jobcontainer/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/job/a949ad34-533b-4749-9658-9272d6c05e71/outputs/job_bfs.txt?sv=2016-05-31&sr=b&sig=u6iSCFBcmLGS4okIS%2BAzWe9WSgpg9PU7YJ0YEdTYtB8%3D&se=2018-06-06T22%3A20%3A05Z&sp=rl","properties":{"lastModified":"2018-06-06T21:19:35Z","contentLength":4}},{"name":"prep_bfs.txt","fileType":"file","downloadUrl":"https://psdkb9dd12dc.blob.core.windows.net/jobcontainer/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/job/a949ad34-533b-4749-9658-9272d6c05e71/outputs/prep_bfs.txt?sv=2016-05-31&sr=b&sig=xus4IfoMQAZZdPnyBVdF1Cdpli9KkJlcac04pKkgVeY%3D&se=2018-06-06T22%3A20%3A05Z&sp=rl","properties":{"lastModified":"2018-06-06T21:19:34Z","contentLength":4}}]}'} headers: cache-control: [no-cache] - content-length: ['949'] + content-length: ['1511'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:40:21 GMT'] + date: ['Wed, 06 Jun 2018 21:20:04 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [7f9bc984-b859-4e7f-b488-3e8fe920d4b7] + request-id: [8bf69079-f897-4617-85d3-eebbee6df640] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -494,7 +491,34 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdkb9dd12dc.blob.core.windows.net/jobcontainer/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/job/4af7a400-a53f-4d6d-a591-312122f8305d/outputs/job_bfs.txt?sv=2016-05-31&sr=b&sig=gGNHMlQFxwyudXzpkxu%2FSMPoSUkRPnyR16qbt%2BNDl%2BM%3D&se=2018-03-16T06%3A40%3A21Z&sp=rl + uri: https://psdkb9dd12dc.blob.core.windows.net/jobcontainer/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/job/a949ad34-533b-4749-9658-9272d6c05e71/outputs/bfs?sv=2016-05-31&sr=b&sig=aoOIRUzRyf61yB20E2%2BC%2F08P6sB9rIjjMrIOzG2hMmU%3D&se=2018-06-06T22%3A20%3A05Z&sp=rl + response: + body: {string: ''} + headers: + accept-ranges: [bytes] + content-length: ['0'] + content-md5: [1B2M2Y8AsgTpgAmY7PhCfg==] + content-type: [application/octet-stream] + date: ['Wed, 06 Jun 2018 21:20:06 GMT'] + etag: ['"0x8D5CBF3341899A6"'] + last-modified: ['Wed, 06 Jun 2018 21:19:35 GMT'] + server: [Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0] + x-ms-blob-type: [BlockBlob] + x-ms-lease-state: [available] + x-ms-lease-status: [unlocked] + x-ms-meta-hdi_isfolder: ['true'] + x-ms-server-encrypted: ['true'] + x-ms-version: ['2016-05-31'] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: ['*/*'] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python-requests/2.18.4] + method: GET + uri: https://psdkb9dd12dc.blob.core.windows.net/jobcontainer/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/job/a949ad34-533b-4749-9658-9272d6c05e71/outputs/job_bfs.txt?sv=2016-05-31&sr=b&sig=u6iSCFBcmLGS4okIS%2BAzWe9WSgpg9PU7YJ0YEdTYtB8%3D&se=2018-06-06T22%3A20%3A05Z&sp=rl response: body: {string: 'bfs @@ -504,9 +528,9 @@ interactions: content-length: ['4'] content-md5: [zu85brLZ1ciog+mqQlIqog==] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 05:40:22 GMT'] - etag: ['"0x8D58B0053856E17"'] - last-modified: ['Fri, 16 Mar 2018 05:39:46 GMT'] + date: ['Wed, 06 Jun 2018 21:20:06 GMT'] + etag: ['"0x8D5CBF3340646DE"'] + last-modified: ['Wed, 06 Jun 2018 21:19:35 GMT'] server: [Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0] x-ms-blob-type: [BlockBlob] x-ms-lease-state: [available] @@ -522,7 +546,7 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdkb9dd12dc.blob.core.windows.net/jobcontainer/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/job/4af7a400-a53f-4d6d-a591-312122f8305d/outputs/prep_bfs.txt?sv=2016-05-31&sr=b&sig=6SqCyueBXXpUNG56IJtbcIMcLuQWZckB9m3vTch3MSk%3D&se=2018-03-16T06%3A40%3A21Z&sp=rl + uri: https://psdkb9dd12dc.blob.core.windows.net/jobcontainer/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/job/a949ad34-533b-4749-9658-9272d6c05e71/outputs/prep_bfs.txt?sv=2016-05-31&sr=b&sig=xus4IfoMQAZZdPnyBVdF1Cdpli9KkJlcac04pKkgVeY%3D&se=2018-06-06T22%3A20%3A05Z&sp=rl response: body: {string: 'bfs @@ -532,9 +556,9 @@ interactions: content-length: ['4'] content-md5: [zu85brLZ1ciog+mqQlIqog==] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 05:40:23 GMT'] - etag: ['"0x8D58B00534880AD"'] - last-modified: ['Fri, 16 Mar 2018 05:39:45 GMT'] + date: ['Wed, 06 Jun 2018 21:20:08 GMT'] + etag: ['"0x8D5CBF333C53A83"'] + last-modified: ['Wed, 06 Jun 2018 21:19:34 GMT'] server: [Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0] x-ms-blob-type: [BlockBlob] x-ms-lease-state: [available] @@ -550,22 +574,22 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/jobs/job/listOutputFiles?api-version=2018-03-01&outputdirectoryid=OUTPUT1&directory=afs&linkexpiryinminutes=60&maxresults=1000 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job/listOutputFiles?api-version=2018-05-01&outputdirectoryid=OUTPUT1&directory=afs&linkexpiryinminutes=60&maxresults=1000 response: - body: {string: '{"value":[{"name":"job_afs.txt","isDirectory":false,"downloadUrl":"https://psdkb9dd12dc.file.core.windows.net/jobshare/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/job/4af7a400-a53f-4d6d-a591-312122f8305d/outputs/afs/job_afs.txt?sv=2016-05-31&sr=f&sig=Xb45upIiU%2FAPw7GcsK2xy41Mk1tEz63kD0wGbLDRstI%3D&se=2018-03-16T06%3A40%3A25Z&sp=rl","properties":{"lastModified":"2018-03-16T05:39:46Z","contentLength":4}}]}'} + body: {string: '{"value":[{"name":"job_afs.txt","fileType":"file","downloadUrl":"https://psdkb9dd12dc.file.core.windows.net/jobshare/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/job/a949ad34-533b-4749-9658-9272d6c05e71/outputs/afs/job_afs.txt?sv=2016-05-31&sr=f&sig=wt5Hh7ifhLiKT7%2FAzZp4I1oJNMbv%2BajBb5tdc8La9io%3D&se=2018-06-06T22%3A20%3A09Z&sp=rl","properties":{"lastModified":"2018-06-06T21:19:35Z","contentLength":4}}]}'} headers: cache-control: [no-cache] - content-length: ['461'] + content-length: ['505'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:40:25 GMT'] + date: ['Wed, 06 Jun 2018 21:20:09 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [70eddfd1-6ce4-44d8-9fb3-b160110c74b4] + request-id: [a17616c2-18cd-40eb-817b-75bb984aba4f] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -580,7 +604,7 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdkb9dd12dc.file.core.windows.net/jobshare/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/job/4af7a400-a53f-4d6d-a591-312122f8305d/outputs/afs/job_afs.txt?sv=2016-05-31&sr=f&sig=Xb45upIiU%2FAPw7GcsK2xy41Mk1tEz63kD0wGbLDRstI%3D&se=2018-03-16T06%3A40%3A25Z&sp=rl + uri: https://psdkb9dd12dc.file.core.windows.net/jobshare/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/job/a949ad34-533b-4749-9658-9272d6c05e71/outputs/afs/job_afs.txt?sv=2016-05-31&sr=f&sig=wt5Hh7ifhLiKT7%2FAzZp4I1oJNMbv%2BajBb5tdc8La9io%3D&se=2018-06-06T22%3A20%3A09Z&sp=rl response: body: {string: 'afs @@ -589,9 +613,9 @@ interactions: accept-ranges: [bytes] content-length: ['4'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 05:40:26 GMT'] - etag: ['"0x8D58B005391F705"'] - last-modified: ['Fri, 16 Mar 2018 05:39:46 GMT'] + date: ['Wed, 06 Jun 2018 21:20:10 GMT'] + etag: ['"0x8D5CBF33414ED4E"'] + last-modified: ['Wed, 06 Jun 2018 21:19:35 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -604,22 +628,22 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/jobs/job/listOutputFiles?api-version=2018-03-01&outputdirectoryid=OUTPUT2&directory=bfs&linkexpiryinminutes=60&maxresults=1000 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job/listOutputFiles?api-version=2018-05-01&outputdirectoryid=OUTPUT2&directory=bfs&linkexpiryinminutes=60&maxresults=1000 response: - body: {string: '{"value":[{"name":"job_bfs.txt","isDirectory":false,"downloadUrl":"https://psdkb9dd12dc.blob.core.windows.net/jobcontainer/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/job/4af7a400-a53f-4d6d-a591-312122f8305d/outputs/bfs/job_bfs.txt?sv=2016-05-31&sr=b&sig=9JzPUNviY5Iv%2BUamFGxUSt7k6i5i96UHN36jkg0b8II%3D&se=2018-03-16T06%3A40%3A28Z&sp=rl","properties":{"lastModified":"2018-03-16T05:39:46Z","contentLength":4}}]}'} + body: {string: '{"value":[{"name":"job_bfs.txt","fileType":"file","downloadUrl":"https://psdkb9dd12dc.blob.core.windows.net/jobcontainer/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/job/a949ad34-533b-4749-9658-9272d6c05e71/outputs/bfs/job_bfs.txt?sv=2016-05-31&sr=b&sig=CwlLDIqF0LFglJz%2FCco7ZWnRrIOMRko7L9D0Ep4Dv7U%3D&se=2018-06-06T22%3A20%3A12Z&sp=rl","properties":{"lastModified":"2018-06-06T21:19:35Z","contentLength":4}}]}'} headers: cache-control: [no-cache] - content-length: ['465'] + content-length: ['507'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:40:27 GMT'] + date: ['Wed, 06 Jun 2018 21:20:11 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [b4a4f184-ad46-403c-a993-262fc78def9a] + request-id: [b234c2a9-2f8a-4b37-a70c-9f7f5e9ecf94] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -634,7 +658,7 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdkb9dd12dc.blob.core.windows.net/jobcontainer/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/job/4af7a400-a53f-4d6d-a591-312122f8305d/outputs/bfs/job_bfs.txt?sv=2016-05-31&sr=b&sig=9JzPUNviY5Iv%2BUamFGxUSt7k6i5i96UHN36jkg0b8II%3D&se=2018-03-16T06%3A40%3A28Z&sp=rl + uri: https://psdkb9dd12dc.blob.core.windows.net/jobcontainer/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/job/a949ad34-533b-4749-9658-9272d6c05e71/outputs/bfs/job_bfs.txt?sv=2016-05-31&sr=b&sig=CwlLDIqF0LFglJz%2FCco7ZWnRrIOMRko7L9D0Ep4Dv7U%3D&se=2018-06-06T22%3A20%3A12Z&sp=rl response: body: {string: 'bfs @@ -644,9 +668,9 @@ interactions: content-length: ['4'] content-md5: [zu85brLZ1ciog+mqQlIqog==] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 05:40:30 GMT'] - etag: ['"0x8D58B0053A6B807"'] - last-modified: ['Fri, 16 Mar 2018 05:39:46 GMT'] + date: ['Wed, 06 Jun 2018 21:20:12 GMT'] + etag: ['"0x8D5CBF33425461F"'] + last-modified: ['Wed, 06 Jun 2018 21:19:35 GMT'] server: [Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0] x-ms-blob-type: [BlockBlob] x-ms-lease-state: [available] @@ -658,33 +682,33 @@ interactions: body: null headers: Connection: [keep-alive] - User-Agent: [Azure-Storage/0.36.0 (Python CPython 3.6.4; Linux 4.15.6-300.fc27.x86_64)] - x-ms-date: ['Fri, 16 Mar 2018 05:40:30 GMT'] - x-ms-version: ['2017-04-17'] + User-Agent: [Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Linux 4.16.12-300.fc28.x86_64)] + x-ms-date: ['Wed, 06 Jun 2018 21:20:13 GMT'] + x-ms-version: ['2017-07-29'] method: HEAD - uri: https://psdkb9dd12dc.file.core.windows.net/jobshare/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/job/4af7a400-a53f-4d6d-a591-312122f8305d/outputs/job_afs.txt + uri: https://psdkb9dd12dc.file.core.windows.net/jobshare/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/job/a949ad34-533b-4749-9658-9272d6c05e71/outputs/job_afs.txt response: body: {string: ''} headers: content-length: ['4'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 05:40:31 GMT'] - etag: ['"0x8D58B005375B773"'] - last-modified: ['Fri, 16 Mar 2018 05:39:45 GMT'] + date: ['Wed, 06 Jun 2018 21:20:13 GMT'] + etag: ['"0x8D5CBF333F9EB13"'] + last-modified: ['Wed, 06 Jun 2018 21:19:35 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-server-encrypted: ['true'] x-ms-type: [File] - x-ms-version: ['2017-04-17'] + x-ms-version: ['2017-07-29'] status: {code: 200, message: OK} - request: body: null headers: Connection: [keep-alive] - User-Agent: [Azure-Storage/0.36.0 (Python CPython 3.6.4; Linux 4.15.6-300.fc27.x86_64)] - x-ms-date: ['Fri, 16 Mar 2018 05:40:31 GMT'] - x-ms-version: ['2017-04-17'] + User-Agent: [Azure-Storage/1.1.0-1.1.0 (Python CPython 3.6.5; Linux 4.16.12-300.fc28.x86_64)] + x-ms-date: ['Wed, 06 Jun 2018 21:20:14 GMT'] + x-ms-version: ['2017-07-29'] method: HEAD - uri: https://psdkb9dd12dc.blob.core.windows.net/jobcontainer/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/job/4af7a400-a53f-4d6d-a591-312122f8305d/outputs/job_bfs.txt + uri: https://psdkb9dd12dc.blob.core.windows.net/jobcontainer/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/job/a949ad34-533b-4749-9658-9272d6c05e71/outputs/job_bfs.txt response: body: {string: ''} headers: @@ -692,48 +716,47 @@ interactions: content-length: ['4'] content-md5: [zu85brLZ1ciog+mqQlIqog==] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 05:40:31 GMT'] - etag: ['"0x8D58B0053856E17"'] - last-modified: ['Fri, 16 Mar 2018 05:39:46 GMT'] + date: ['Wed, 06 Jun 2018 21:20:15 GMT'] + etag: ['"0x8D5CBF3340646DE"'] + last-modified: ['Wed, 06 Jun 2018 21:19:35 GMT'] server: [Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0] x-ms-blob-type: [BlockBlob] x-ms-lease-state: [available] x-ms-lease-status: [unlocked] x-ms-server-encrypted: ['true'] - x-ms-version: ['2017-04-17'] + x-ms-version: ['2017-07-29'] status: {code: 200, message: OK} - request: - body: 'b''b\''b\\\''{"location": "westeurope", "properties": {"priority": 0, "cluster": - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/clusters/clusterb9dd12dc"}, + body: 'b''{"properties": {"schedulingPriority": "normal", "cluster": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clusterb9dd12dc"}, "nodeCount": 1, "customToolkitSettings": {"commandLine": "echo job; df | grep - -E \\\\\\\\"job_bfs|job_afs\\\\\\\\""}, "stdOutErrPathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles"}}\\\''\''''' + -E \\"job_bfs|job_afs\\""}, "stdOutErrPathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles"}}''' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['415'] + Content-Length: ['427'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/jobs/checker?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/checker?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/8a5761eb-5421-4280-9800-d13141f17418?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/adb034c9-90f9-43d4-8969-97fcb2913ea5?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 05:40:35 GMT'] + date: ['Wed, 06 Jun 2018 21:20:17 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/8a5761eb-5421-4280-9800-d13141f17418?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/adb034c9-90f9-43d4-8969-97fcb2913ea5?api-version=2018-05-01'] pragma: [no-cache] - request-id: [07551698-9672-4d59-9a8f-c0eef5270fed] + request-id: [73bf6aa3-c07a-4f50-8c27-651a1120cf79] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] status: {code: 202, message: Accepted} - request: body: null @@ -741,21 +764,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/8a5761eb-5421-4280-9800-d13141f17418?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/adb034c9-90f9-43d4-8969-97fcb2913ea5?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/8a5761eb-5421-4280-9800-d13141f17418","name":"8a5761eb-5421-4280-9800-d13141f17418","status":"Succeeded","startTime":"2018-03-16T05:40:35.861Z","endTime":"2018-03-16T05:40:36.52Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc$checker"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/adb034c9-90f9-43d4-8969-97fcb2913ea5","name":"adb034c9-90f9-43d4-8969-97fcb2913ea5","status":"Succeeded","startTime":"2018-06-06T21:20:17.433Z","endTime":"2018-06-06T21:20:17.964Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc$workspace$experiment$checker"}}'} headers: cache-control: [no-cache] - content-length: ['463'] + content-length: ['486'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:40:51 GMT'] + date: ['Wed, 06 Jun 2018 21:20:32 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [341340d8-98cd-4e60-8168-c1a08566ed86] + request-id: [4feb40d6-e6f6-4311-9dcf-0df0aaaf189d] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -768,25 +791,25 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/jobs/checker?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/checker?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/jobs/checker","name":"checker","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/clusters/clusterb9dd12dc"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/checker/fbb3d0bc-bc9f-41cc-bb7a-c62c3cc6dae2","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - job; df | grep -E \"job_bfs|job_afs\""},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T05:40:35.845Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T05:40:36.502Z","executionState":"failed","executionStateTransitionTime":"2018-03-16T05:40:38.247Z","executionInfo":{"startTime":"2018-03-16T05:40:36.877Z","endTime":"2018-03-16T05:40:38.247Z","exitCode":1,"errors":[{"code":"JobFailed","message":"Job + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/checker","name":"checker","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clusterb9dd12dc"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/checker/c1f9c086-65d6-47bd-aa66-c519f6021fcf","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + job; df | grep -E \"job_bfs|job_afs\""},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T21:20:17.417Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T21:20:17.949Z","executionState":"failed","executionStateTransitionTime":"2018-06-06T21:20:21.867Z","executionInfo":{"startTime":"2018-06-06T21:20:20.284Z","endTime":"2018-06-06T21:20:21.867Z","exitCode":1,"errors":[{"code":"JobFailed","message":"Job failed with non-zero exit code"}]}}}'} headers: cache-control: [no-cache] - content-length: ['1238'] + content-length: ['1417'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:40:53 GMT'] - etag: ['"0x8D58B0071369C4A"'] + date: ['Wed, 06 Jun 2018 21:20:34 GMT'] + etag: ['"0x8D5CBF34D1F4051"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 05:40:35 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:20:17 GMT'] pragma: [no-cache] - request-id: [f89d2e41-0294-4ef5-9acc-659b86c7b64c] + request-id: [37e5e0d5-a42b-4eec-8e46-c5102706681b] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -800,26 +823,26 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/jobs/checker?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/checker?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/jobs/checker","name":"checker","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/clusters/clusterb9dd12dc"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/checker/fbb3d0bc-bc9f-41cc-bb7a-c62c3cc6dae2","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo - job; df | grep -E \"job_bfs|job_afs\""},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T05:40:35.845Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T05:40:36.502Z","executionState":"failed","executionStateTransitionTime":"2018-03-16T05:40:38.247Z","executionInfo":{"startTime":"2018-03-16T05:40:36.877Z","endTime":"2018-03-16T05:40:38.247Z","exitCode":1,"errors":[{"code":"JobFailed","message":"Job + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/checker","name":"checker","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clusterb9dd12dc"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/checker/c1f9c086-65d6-47bd-aa66-c519f6021fcf","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"echo + job; df | grep -E \"job_bfs|job_afs\""},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T21:20:17.417Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T21:20:17.949Z","executionState":"failed","executionStateTransitionTime":"2018-06-06T21:20:21.867Z","executionInfo":{"startTime":"2018-06-06T21:20:20.284Z","endTime":"2018-06-06T21:20:21.867Z","exitCode":1,"errors":[{"code":"JobFailed","message":"Job failed with non-zero exit code"}]}}}'} headers: cache-control: [no-cache] - content-length: ['1238'] + content-length: ['1417'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:40:54 GMT'] - etag: ['"0x8D58B0071369C4A"'] + date: ['Wed, 06 Jun 2018 21:20:36 GMT'] + etag: ['"0x8D5CBF34D1F4051"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 05:40:35 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:20:17 GMT'] pragma: [no-cache] - request-id: [e72851a2-c58e-4c60-86d8-a59a3a8c63a2] + request-id: [ebb8426d-9d07-4074-afda-4747706b97d6] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -834,22 +857,22 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/jobs/checker/listOutputFiles?api-version=2018-03-01&outputdirectoryid=stdouterr&directory=.&linkexpiryinminutes=60&maxresults=1000 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/checker/listOutputFiles?api-version=2018-05-01&outputdirectoryid=stdouterr&directory=.&linkexpiryinminutes=60&maxresults=1000 response: - body: {string: '{"value":[{"name":"execution.log","isDirectory":false,"downloadUrl":"https://psdkb9dd12dc.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/checker/fbb3d0bc-bc9f-41cc-bb7a-c62c3cc6dae2/stdouterr/execution.log?sv=2016-05-31&sr=f&sig=agNuLaPB%2FVcSrcuqKAADXP%2BU%2FhRYktQwiiIAFqAD54s%3D&se=2018-03-16T06%3A40%3A57Z&sp=rl","properties":{"lastModified":"2018-03-16T05:40:37Z","contentLength":181}},{"name":"stderr.txt","isDirectory":false,"downloadUrl":"https://psdkb9dd12dc.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/checker/fbb3d0bc-bc9f-41cc-bb7a-c62c3cc6dae2/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=USpBLRS4MpvySpLduu1h5GcZnPaL1%2BgF3hEw0dxeQGg%3D&se=2018-03-16T06%3A40%3A57Z&sp=rl","properties":{"lastModified":"2018-03-16T05:40:37Z","contentLength":0}},{"name":"stdout.txt","isDirectory":false,"downloadUrl":"https://psdkb9dd12dc.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/checker/fbb3d0bc-bc9f-41cc-bb7a-c62c3cc6dae2/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=LFaiklH4V%2Bjk3vrGYqLqIVLEroX4%2BsFZ7Q4tcYMorDg%3D&se=2018-03-16T06%3A40%3A57Z&sp=rl","properties":{"lastModified":"2018-03-16T05:40:37Z","contentLength":4}}]}'} + body: {string: '{"value":[{"name":"execution.log","fileType":"file","downloadUrl":"https://psdkb9dd12dc.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/checker/c1f9c086-65d6-47bd-aa66-c519f6021fcf/stdouterr/execution.log?sv=2016-05-31&sr=f&sig=PkS1eDNnmi4A%2BE1zlgBT4HV1JV%2F4ex4qju15rVrzjnc%3D&se=2018-06-06T22%3A20%3A36Z&sp=rl","properties":{"lastModified":"2018-06-06T21:20:21Z","contentLength":2905}},{"name":"stderr.txt","fileType":"file","downloadUrl":"https://psdkb9dd12dc.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/checker/c1f9c086-65d6-47bd-aa66-c519f6021fcf/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=RqApLipll8grd%2FKAUbfYsmQzpZ56I3Y2T5Rh4Bgkte8%3D&se=2018-06-06T22%3A20%3A36Z&sp=rl","properties":{"lastModified":"2018-06-06T21:20:21Z","contentLength":0}},{"name":"stdout.txt","fileType":"file","downloadUrl":"https://psdkb9dd12dc.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/checker/c1f9c086-65d6-47bd-aa66-c519f6021fcf/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=MesO248IpVyIO55%2FH9AgeSadfPzNkU46%2B9eFWLlDe0E%3D&se=2018-06-06T22%3A20%3A36Z&sp=rl","properties":{"lastModified":"2018-06-06T21:20:21Z","contentLength":4}}]}'} headers: cache-control: [no-cache] - content-length: ['1366'] + content-length: ['1491'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:40:56 GMT'] + date: ['Wed, 06 Jun 2018 21:20:36 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [0101902b-4f4c-4ac5-9a72-d4ac8ef00d62] + request-id: [d47f419b-aeef-47b4-a952-02e48eb5b0c9] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -864,16 +887,16 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdkb9dd12dc.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/checker/fbb3d0bc-bc9f-41cc-bb7a-c62c3cc6dae2/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=USpBLRS4MpvySpLduu1h5GcZnPaL1%2BgF3hEw0dxeQGg%3D&se=2018-03-16T06%3A40%3A57Z&sp=rl + uri: https://psdkb9dd12dc.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/checker/c1f9c086-65d6-47bd-aa66-c519f6021fcf/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=RqApLipll8grd%2FKAUbfYsmQzpZ56I3Y2T5Rh4Bgkte8%3D&se=2018-06-06T22%3A20%3A36Z&sp=rl response: body: {string: ''} headers: accept-ranges: [bytes] content-length: ['0'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 05:40:58 GMT'] - etag: ['"0x8D58B00726F9261"'] - last-modified: ['Fri, 16 Mar 2018 05:40:37 GMT'] + date: ['Wed, 06 Jun 2018 21:20:37 GMT'] + etag: ['"0x8D5CBF34F8EFF04"'] + last-modified: ['Wed, 06 Jun 2018 21:20:21 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -886,7 +909,7 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdkb9dd12dc.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/jobs/checker/fbb3d0bc-bc9f-41cc-bb7a-c62c3cc6dae2/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=LFaiklH4V%2Bjk3vrGYqLqIVLEroX4%2BsFZ7Q4tcYMorDg%3D&se=2018-03-16T06%3A40%3A57Z&sp=rl + uri: https://psdkb9dd12dc.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_level_mountingb9dd12dc/workspaces/workspace/experiments/experiment/jobs/checker/c1f9c086-65d6-47bd-aa66-c519f6021fcf/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=MesO248IpVyIO55%2FH9AgeSadfPzNkU46%2B9eFWLlDe0E%3D&se=2018-06-06T22%3A20%3A36Z&sp=rl response: body: {string: 'job @@ -895,9 +918,9 @@ interactions: accept-ranges: [bytes] content-length: ['4'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 05:40:59 GMT'] - etag: ['"0x8D58B0072744E2E"'] - last-modified: ['Fri, 16 Mar 2018 05:40:37 GMT'] + date: ['Wed, 06 Jun 2018 21:20:37 GMT'] + etag: ['"0x8D5CBF34F94081E"'] + last-modified: ['Wed, 06 Jun 2018 21:20:21 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] diff --git a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_job_preparation_container.yaml b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_job_preparation_container.yaml index a35c81edc8b9..5fd51cd9ccae 100644 --- a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_job_preparation_container.yaml +++ b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_job_preparation_container.yaml @@ -1,132 +1,78 @@ interactions: - request: - body: 'b''b\''b\\\''{"location": "westeurope", "properties": {"priority": 0, "cluster": - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/providers/Microsoft.BatchAI/clusters/cluster494215bb"}, - "nodeCount": 1, "containerSettings": {"imageSourceRegistry": {"image": "ubuntu"}}, - "customToolkitSettings": {"commandLine": "cat $AZ_BATCHAI_INPUT_INPUT/hi.txt"}, - "jobPreparation": {"commandLine": "mkdir -p $AZ_BATCHAI_INPUT_INPUT && echo - hello | tee $AZ_BATCHAI_INPUT_INPUT/hi.txt"}, "stdOutErrPathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles", - "inputDirectories": [{"id": "INPUT", "path": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}], - "outputDirectories": [{"id": "OUTPUTS", "pathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/", - "pathSuffix": "files", "type": "custom", "createNew": true}]}}\\\''\''''' + body: null headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['841'] + Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment?api-version=2018-05-01 response: - body: {string: ''} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment","name":"experiment","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T21:26:38.407Z","creationTime":"2018-06-06T21:26:38.407Z"}}'} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/34259e55-59ac-4248-8a62-9c81ec899f17?api-version=2018-03-01'] cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 16 Mar 2018 05:52:23 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/34259e55-59ac-4248-8a62-9c81ec899f17?api-version=2018-03-01'] - pragma: [no-cache] - request-id: [74b672d6-6171-4644-8e01-0a840077baec] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 - Azure-SDK-For-Python] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/34259e55-59ac-4248-8a62-9c81ec899f17?api-version=2018-03-01 - response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/34259e55-59ac-4248-8a62-9c81ec899f17","name":"34259e55-59ac-4248-8a62-9c81ec899f17","status":"Succeeded","startTime":"2018-03-16T05:52:23.975Z","endTime":"2018-03-16T05:52:24.557Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_job_preparation_container494215bb$job"}}'} - headers: - cache-control: [no-cache] - content-length: ['467'] + content-length: ['429'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:52:40 GMT'] + date: ['Thu, 07 Jun 2018 01:13:07 GMT'] + etag: ['"0x8D5CBF43035B6B9"'] expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 21:26:38 GMT'] pragma: [no-cache] - request-id: [44b18ff6-930e-448f-9db5-393a06b83206] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - 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.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 - Azure-SDK-For-Python] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 - response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/providers/Microsoft.BatchAI/clusters/cluster494215bb"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/jobs/job/0c1c2562-6b0f-43fb-82dc-3bd05ff2981e","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"cat - $AZ_BATCHAI_INPUT_INPUT/hi.txt"},"jobPreparation":{"commandLine":"mkdir -p - $AZ_BATCHAI_INPUT_INPUT && echo hello | tee $AZ_BATCHAI_INPUT_INPUT/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T05:52:23.96Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T05:52:24.557Z","executionState":"running","executionStateTransitionTime":"2018-03-16T05:52:26.398Z","executionInfo":{"startTime":"2018-03-16T05:52:25.819Z"}}}'} - headers: - cache-control: [no-cache] - content-length: ['1514'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:52:41 GMT'] - etag: ['"0x8D58B02174843CB"'] - expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 05:52:23 GMT'] - pragma: [no-cache] - request-id: [57035818-873e-481e-9b5f-d60123363470] + request-id: [404b909a-5d49-4afe-bf1e-744f34cad97d] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] vary: [Accept-Encoding] x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1198'] status: {code: 200, message: OK} - request: - body: null + body: 'b''{"properties": {"schedulingPriority": "normal", "cluster": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster494215bb"}, + "nodeCount": 1, "containerSettings": {"imageSourceRegistry": {"image": "ubuntu"}}, + "customToolkitSettings": {"commandLine": "cat $AZ_BATCHAI_INPUT_INPUT/hi.txt"}, + "jobPreparation": {"commandLine": "mkdir -p $AZ_BATCHAI_INPUT_INPUT && echo + hello | tee $AZ_BATCHAI_INPUT_INPUT/hi.txt"}, "stdOutErrPathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles", + "inputDirectories": [{"id": "INPUT", "path": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}], + "outputDirectories": [{"id": "OUTPUTS", "pathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/", + "pathSuffix": "files"}]}}''' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] + Content-Length: ['816'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/providers/Microsoft.BatchAI/clusters/cluster494215bb"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/jobs/job/0c1c2562-6b0f-43fb-82dc-3bd05ff2981e","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"cat + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster494215bb"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/workspaces/workspace/experiments/experiment/jobs/job/76e51e03-f903-4b79-aee2-85e37db7cccb","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"cat $AZ_BATCHAI_INPUT_INPUT/hi.txt"},"jobPreparation":{"commandLine":"mkdir -p - $AZ_BATCHAI_INPUT_INPUT && echo hello | tee $AZ_BATCHAI_INPUT_INPUT/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T05:52:23.96Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T05:52:24.557Z","executionState":"running","executionStateTransitionTime":"2018-03-16T05:52:26.398Z","executionInfo":{"startTime":"2018-03-16T05:52:25.819Z"}}}'} + $AZ_BATCHAI_INPUT_INPUT && echo hello | tee $AZ_BATCHAI_INPUT_INPUT/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T21:30:15.818Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T00:05:49.449Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T21:30:15.818Z"}}'} headers: cache-control: [no-cache] - content-length: ['1514'] + content-length: ['1603'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:52:42 GMT'] - etag: ['"0x8D58B02174843CB"'] + date: ['Thu, 07 Jun 2018 01:13:09 GMT'] + etag: ['"0x8D5CBF4B1CC010F"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 05:52:23 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:30:15 GMT'] pragma: [no-cache] - request-id: [9bd66c68-6fdb-4a18-b8c0-3b09e3d192d3] + request-id: [3e0c80ba-cf64-4b74-9b78-a01fb526b297] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] vary: [Accept-Encoding] x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] status: {code: 200, message: OK} - request: body: null @@ -135,26 +81,26 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/providers/Microsoft.BatchAI/clusters/cluster494215bb"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/jobs/job/0c1c2562-6b0f-43fb-82dc-3bd05ff2981e","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"cat + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster494215bb"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/workspaces/workspace/experiments/experiment/jobs/job/76e51e03-f903-4b79-aee2-85e37db7cccb","nodeCount":1,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"cat $AZ_BATCHAI_INPUT_INPUT/hi.txt"},"jobPreparation":{"commandLine":"mkdir -p - $AZ_BATCHAI_INPUT_INPUT && echo hello | tee $AZ_BATCHAI_INPUT_INPUT/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T05:52:23.96Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T05:52:24.557Z","executionState":"succeeded","executionStateTransitionTime":"2018-03-16T05:53:03.658Z","executionInfo":{"startTime":"2018-03-16T05:52:25.819Z","endTime":"2018-03-16T05:53:03.658Z","exitCode":0}}}'} + $AZ_BATCHAI_INPUT_INPUT && echo hello | tee $AZ_BATCHAI_INPUT_INPUT/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T21:30:15.818Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T00:05:49.449Z","executionState":"succeeded","executionStateTransitionTime":"2018-06-07T00:06:17.492Z","executionInfo":{"startTime":"2018-06-07T00:05:49.998Z","endTime":"2018-06-07T00:06:17.492Z","exitCode":0}}}'} headers: cache-control: [no-cache] - content-length: ['1566'] + content-length: ['1713'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:53:04 GMT'] - etag: ['"0x8D58B02174843CB"'] + date: ['Thu, 07 Jun 2018 01:13:11 GMT'] + etag: ['"0x8D5CBF4B1CC010F"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 05:52:23 GMT'] + last-modified: ['Wed, 06 Jun 2018 21:30:15 GMT'] pragma: [no-cache] - request-id: [5d1ca13b-9600-4972-80fe-bee90f1e191a] + request-id: [40b202d3-7ad8-4c5f-b692-8003302446c8] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -169,22 +115,22 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/providers/Microsoft.BatchAI/jobs/job/listOutputFiles?api-version=2018-03-01&outputdirectoryid=stdouterr&directory=.&linkexpiryinminutes=60&maxresults=1000 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job/listOutputFiles?api-version=2018-05-01&outputdirectoryid=stdouterr&directory=.&linkexpiryinminutes=60&maxresults=1000 response: - body: {string: '{"value":[{"name":"execution.log","isDirectory":false,"downloadUrl":"https://psdk494215bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/jobs/job/0c1c2562-6b0f-43fb-82dc-3bd05ff2981e/stdouterr/execution.log?sv=2016-05-31&sr=f&sig=O5k2gW6vohCmz0a7OvxKfjtEyQdRXojyzAPonkkS1pc%3D&se=2018-03-16T06%3A53%3A07Z&sp=rl","properties":{"lastModified":"2018-03-16T05:53:02Z","contentLength":24014}},{"name":"stderr-job_prep.txt","isDirectory":false,"downloadUrl":"https://psdk494215bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/jobs/job/0c1c2562-6b0f-43fb-82dc-3bd05ff2981e/stdouterr/stderr-job_prep.txt?sv=2016-05-31&sr=f&sig=nPs1mPtA37ePjgtU7n28bEc2MdecvKA0Dg4OGqlqE3k%3D&se=2018-03-16T06%3A53%3A07Z&sp=rl","properties":{"lastModified":"2018-03-16T05:53:02Z","contentLength":0}},{"name":"stderr.txt","isDirectory":false,"downloadUrl":"https://psdk494215bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/jobs/job/0c1c2562-6b0f-43fb-82dc-3bd05ff2981e/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=ZKxh8MuW9D0CsTPk2vSednmlczdk6LpUom6m1rAhf%2Fs%3D&se=2018-03-16T06%3A53%3A07Z&sp=rl","properties":{"lastModified":"2018-03-16T05:53:02Z","contentLength":0}},{"name":"stdout-job_prep.txt","isDirectory":false,"downloadUrl":"https://psdk494215bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/jobs/job/0c1c2562-6b0f-43fb-82dc-3bd05ff2981e/stdouterr/stdout-job_prep.txt?sv=2016-05-31&sr=f&sig=C84pBeQe1w2IQmRq2nWx83iMwI3OejBbuGeZerkYUTw%3D&se=2018-03-16T06%3A53%3A07Z&sp=rl","properties":{"lastModified":"2018-03-16T05:53:02Z","contentLength":6}},{"name":"stdout.txt","isDirectory":false,"downloadUrl":"https://psdk494215bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/jobs/job/0c1c2562-6b0f-43fb-82dc-3bd05ff2981e/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=KNSmbwEMNQUjqS%2FONNGJ4aqPImbN7Zf3yrUDBvRVZGQ%3D&se=2018-03-16T06%3A53%3A07Z&sp=rl","properties":{"lastModified":"2018-03-16T05:53:02Z","contentLength":6}}]}'} + body: {string: '{"value":[{"name":"execution.log","fileType":"file","downloadUrl":"https://psdk494215bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/workspaces/workspace/experiments/experiment/jobs/job/76e51e03-f903-4b79-aee2-85e37db7cccb/stdouterr/execution.log?sv=2016-05-31&sr=f&sig=kgZLXwktRBmEJlozBZcOl04mKiFQP13A24koUItNAdQ%3D&se=2018-06-07T02%3A13%3A12Z&sp=rl","properties":{"lastModified":"2018-06-07T00:06:17Z","contentLength":15634}},{"name":"stderr-job_prep.txt","fileType":"file","downloadUrl":"https://psdk494215bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/workspaces/workspace/experiments/experiment/jobs/job/76e51e03-f903-4b79-aee2-85e37db7cccb/stdouterr/stderr-job_prep.txt?sv=2016-05-31&sr=f&sig=eHTGPtNd2tkwMqmw%2FzKOqCKdo%2BN7iXjnvcmqfKH7eNo%3D&se=2018-06-07T02%3A13%3A12Z&sp=rl","properties":{"lastModified":"2018-06-07T00:06:13Z","contentLength":0}},{"name":"stderr.txt","fileType":"file","downloadUrl":"https://psdk494215bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/workspaces/workspace/experiments/experiment/jobs/job/76e51e03-f903-4b79-aee2-85e37db7cccb/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=a2cL7n%2BepMhpWThIanlwl1k9%2FJR2wv%2Frfj%2FhCO4a9R0%3D&se=2018-06-07T02%3A13%3A12Z&sp=rl","properties":{"lastModified":"2018-06-07T00:06:13Z","contentLength":0}},{"name":"stdout-job_prep.txt","fileType":"file","downloadUrl":"https://psdk494215bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/workspaces/workspace/experiments/experiment/jobs/job/76e51e03-f903-4b79-aee2-85e37db7cccb/stdouterr/stdout-job_prep.txt?sv=2016-05-31&sr=f&sig=dicwbsbPwHbbQ8XDmP7QTM%2FuGtro1%2FgA2mCHEUsh%2BhA%3D&se=2018-06-07T02%3A13%3A12Z&sp=rl","properties":{"lastModified":"2018-06-07T00:06:13Z","contentLength":6}},{"name":"stdout.txt","fileType":"file","downloadUrl":"https://psdk494215bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/workspaces/workspace/experiments/experiment/jobs/job/76e51e03-f903-4b79-aee2-85e37db7cccb/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=ER6KViAfSzFoo2tSlaSBFZJTPFty6duuoZHztYolFvE%3D&se=2018-06-07T02%3A13%3A12Z&sp=rl","properties":{"lastModified":"2018-06-07T00:06:13Z","contentLength":6}}]}'} headers: cache-control: [no-cache] - content-length: ['2301'] + content-length: ['2525'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:53:07 GMT'] + date: ['Thu, 07 Jun 2018 01:13:12 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [4aa28f70-127e-4242-b676-91396912b664] + request-id: [f4b0edea-e338-41ea-8bfa-c1a910976ff2] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -199,16 +145,16 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdk494215bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/jobs/job/0c1c2562-6b0f-43fb-82dc-3bd05ff2981e/stdouterr/stderr-job_prep.txt?sv=2016-05-31&sr=f&sig=nPs1mPtA37ePjgtU7n28bEc2MdecvKA0Dg4OGqlqE3k%3D&se=2018-03-16T06%3A53%3A07Z&sp=rl + uri: https://psdk494215bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/workspaces/workspace/experiments/experiment/jobs/job/76e51e03-f903-4b79-aee2-85e37db7cccb/stdouterr/stderr-job_prep.txt?sv=2016-05-31&sr=f&sig=eHTGPtNd2tkwMqmw%2FzKOqCKdo%2BN7iXjnvcmqfKH7eNo%3D&se=2018-06-07T02%3A13%3A12Z&sp=rl response: body: {string: ''} headers: accept-ranges: [bytes] content-length: ['0'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 05:53:08 GMT'] - etag: ['"0x8D58B022E0D3A8F"'] - last-modified: ['Fri, 16 Mar 2018 05:53:02 GMT'] + date: ['Thu, 07 Jun 2018 01:13:13 GMT'] + etag: ['"0x8D5CC0A7B399306"'] + last-modified: ['Thu, 07 Jun 2018 00:06:13 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -221,16 +167,16 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdk494215bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/jobs/job/0c1c2562-6b0f-43fb-82dc-3bd05ff2981e/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=ZKxh8MuW9D0CsTPk2vSednmlczdk6LpUom6m1rAhf%2Fs%3D&se=2018-03-16T06%3A53%3A07Z&sp=rl + uri: https://psdk494215bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/workspaces/workspace/experiments/experiment/jobs/job/76e51e03-f903-4b79-aee2-85e37db7cccb/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=a2cL7n%2BepMhpWThIanlwl1k9%2FJR2wv%2Frfj%2FhCO4a9R0%3D&se=2018-06-07T02%3A13%3A12Z&sp=rl response: body: {string: ''} headers: accept-ranges: [bytes] content-length: ['0'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 05:53:09 GMT'] - etag: ['"0x8D58B022E582711"'] - last-modified: ['Fri, 16 Mar 2018 05:53:02 GMT'] + date: ['Thu, 07 Jun 2018 01:13:13 GMT'] + etag: ['"0x8D5CC0A7B72CBC8"'] + last-modified: ['Thu, 07 Jun 2018 00:06:13 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -243,7 +189,7 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdk494215bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/jobs/job/0c1c2562-6b0f-43fb-82dc-3bd05ff2981e/stdouterr/stdout-job_prep.txt?sv=2016-05-31&sr=f&sig=C84pBeQe1w2IQmRq2nWx83iMwI3OejBbuGeZerkYUTw%3D&se=2018-03-16T06%3A53%3A07Z&sp=rl + uri: https://psdk494215bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/workspaces/workspace/experiments/experiment/jobs/job/76e51e03-f903-4b79-aee2-85e37db7cccb/stdouterr/stdout-job_prep.txt?sv=2016-05-31&sr=f&sig=dicwbsbPwHbbQ8XDmP7QTM%2FuGtro1%2FgA2mCHEUsh%2BhA%3D&se=2018-06-07T02%3A13%3A12Z&sp=rl response: body: {string: 'hello @@ -252,9 +198,9 @@ interactions: accept-ranges: [bytes] content-length: ['6'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 05:53:10 GMT'] - etag: ['"0x8D58B022E32761D"'] - last-modified: ['Fri, 16 Mar 2018 05:53:02 GMT'] + date: ['Thu, 07 Jun 2018 01:13:15 GMT'] + etag: ['"0x8D5CC0A7B4F8C28"'] + last-modified: ['Thu, 07 Jun 2018 00:06:13 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -267,7 +213,7 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdk494215bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/jobs/job/0c1c2562-6b0f-43fb-82dc-3bd05ff2981e/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=KNSmbwEMNQUjqS%2FONNGJ4aqPImbN7Zf3yrUDBvRVZGQ%3D&se=2018-03-16T06%3A53%3A07Z&sp=rl + uri: https://psdk494215bb.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/workspaces/workspace/experiments/experiment/jobs/job/76e51e03-f903-4b79-aee2-85e37db7cccb/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=ER6KViAfSzFoo2tSlaSBFZJTPFty6duuoZHztYolFvE%3D&se=2018-06-07T02%3A13%3A12Z&sp=rl response: body: {string: 'hello @@ -276,9 +222,9 @@ interactions: accept-ranges: [bytes] content-length: ['6'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 05:53:10 GMT'] - etag: ['"0x8D58B022E6594A7"'] - last-modified: ['Fri, 16 Mar 2018 05:53:02 GMT'] + date: ['Thu, 07 Jun 2018 01:13:16 GMT'] + etag: ['"0x8D5CC0A7B7BA561"'] + last-modified: ['Thu, 07 Jun 2018 00:06:13 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -291,27 +237,27 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/d0848060-e82c-4666-84e9-69579bc64878?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/5c590d2e-05b4-4fd6-acc0-47dacbf54b96?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 05:53:12 GMT'] + date: ['Thu, 07 Jun 2018 01:13:18 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/d0848060-e82c-4666-84e9-69579bc64878?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/5c590d2e-05b4-4fd6-acc0-47dacbf54b96?api-version=2018-05-01'] pragma: [no-cache] - request-id: [d06164ac-5ada-40d9-a941-1de606f040e3] + request-id: [3ec74b29-7956-492d-9575-f40c32e31cd2] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] + x-ms-ratelimit-remaining-subscription-deletes: ['14997'] status: {code: 202, message: Accepted} - request: body: null @@ -319,75 +265,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/d0848060-e82c-4666-84e9-69579bc64878?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/5c590d2e-05b4-4fd6-acc0-47dacbf54b96?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/d0848060-e82c-4666-84e9-69579bc64878","name":"d0848060-e82c-4666-84e9-69579bc64878","status":"InProgress","startTime":"2018-03-16T05:53:13.175Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/5c590d2e-05b4-4fd6-acc0-47dacbf54b96","name":"5c590d2e-05b4-4fd6-acc0-47dacbf54b96","status":"Succeeded","startTime":"2018-06-07T01:13:18.552Z","endTime":"2018-06-07T01:13:21.777Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_job_preparation_container494215bb$workspace$experiment$job"}}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['489'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:53:29 GMT'] + date: ['Thu, 07 Jun 2018 01:13:34 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [ef640512-97b3-41e5-9d90-b94072f9e2d1] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - 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.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 - Azure-SDK-For-Python] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/d0848060-e82c-4666-84e9-69579bc64878?api-version=2018-03-01 - response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/d0848060-e82c-4666-84e9-69579bc64878","name":"d0848060-e82c-4666-84e9-69579bc64878","status":"InProgress","startTime":"2018-03-16T05:53:13.175Z"}'} - headers: - cache-control: [no-cache] - content-length: ['298'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:54:00 GMT'] - expires: ['-1'] - pragma: [no-cache] - request-id: [f9ac15f9-3e2e-46ea-b7a2-6bc00fda0f9e] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - 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.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 - Azure-SDK-For-Python] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/d0848060-e82c-4666-84e9-69579bc64878?api-version=2018-03-01 - response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/d0848060-e82c-4666-84e9-69579bc64878","name":"d0848060-e82c-4666-84e9-69579bc64878","status":"Succeeded","startTime":"2018-03-16T05:53:13.175Z","endTime":"2018-03-16T05:54:13.872Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_job_preparation_container494215bb$job"}}'} - headers: - cache-control: [no-cache] - content-length: ['467'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:54:32 GMT'] - expires: ['-1'] - pragma: [no-cache] - request-id: [e2787859-74e0-4de6-9b6d-73beee07a056] + request-id: [c4c4a539-5cf4-495e-a74a-282f1bb6a8d4] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -401,25 +293,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_container494215bb/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.BatchAI/jobs/job'' - under resource group ''test_mgmt_batchai_jobs_test_job_preparation_container494215bb'' - was not found."}}'} + body: {string: '{"error":{"code":"JobNotFound","message":"The specified job job + is not found"}}'} headers: cache-control: [no-cache] - content-length: ['191'] + content-length: ['79'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 05:54:32 GMT'] + date: ['Thu, 07 Jun 2018 01:13:35 GMT'] expires: ['-1'] pragma: [no-cache] + request-id: [d352b79a-7bb8-4b00-8fd7-9de8be95d4a0] + server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-failure-cause: [gateway] - status: {code: 404, message: Not Found} + status: {code: 404, message: The specified job job is not found} version: 1 diff --git a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_job_preparation_host.yaml b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_job_preparation_host.yaml index b63dc0a8fd50..75de81c30e3f 100644 --- a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_job_preparation_host.yaml +++ b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_job_preparation_host.yaml @@ -1,36 +1,68 @@ interactions: - request: - body: 'b''b\''b\\\''{"location": "westeurope", "properties": {"priority": 0, "cluster": - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/providers/Microsoft.BatchAI/clusters/clustere0e613b6"}, + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['0'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment","name":"experiment","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T00:00:35.166Z","creationTime":"2018-06-07T00:00:35.166Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['424'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:04:54 GMT'] + etag: ['"0x8D5CC09B1BF4CBB"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 00:00:35 GMT'] + pragma: [no-cache] + request-id: [d4132f8c-f05c-47c3-989c-7ea3b2fcf9c0] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] + status: {code: 200, message: OK} +- request: + body: 'b''{"properties": {"schedulingPriority": "normal", "cluster": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere0e613b6"}, "nodeCount": 1, "customToolkitSettings": {"commandLine": "cat $AZ_BATCHAI_INPUT_INPUT/hi.txt"}, "jobPreparation": {"commandLine": "mkdir -p $AZ_BATCHAI_INPUT_INPUT && echo hello | tee $AZ_BATCHAI_INPUT_INPUT/hi.txt"}, "stdOutErrPathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles", "inputDirectories": [{"id": "INPUT", "path": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}], "outputDirectories": [{"id": "OUTPUTS", "pathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/", - "pathSuffix": "files", "type": "custom", "createNew": true}]}}\\\''\''''' + "pathSuffix": "files"}]}}''' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['769'] + Content-Length: ['744'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/4e880450-efeb-461a-a733-88cfcfc857eb?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/62f8eb65-cb3e-4ced-b35d-e64612aa4f1b?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 06:07:28 GMT'] + date: ['Thu, 07 Jun 2018 00:04:56 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/4e880450-efeb-461a-a733-88cfcfc857eb?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/62f8eb65-cb3e-4ced-b35d-e64612aa4f1b?api-version=2018-05-01'] pragma: [no-cache] - request-id: [232ba585-53fd-44f8-8346-26ac010776dc] + request-id: [51be76d9-2b60-43f3-9688-3812fda3f891] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] @@ -42,21 +74,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/4e880450-efeb-461a-a733-88cfcfc857eb?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/62f8eb65-cb3e-4ced-b35d-e64612aa4f1b?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/4e880450-efeb-461a-a733-88cfcfc857eb","name":"4e880450-efeb-461a-a733-88cfcfc857eb","status":"Succeeded","startTime":"2018-03-16T06:07:29.144Z","endTime":"2018-03-16T06:07:30.539Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6$job"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/62f8eb65-cb3e-4ced-b35d-e64612aa4f1b","name":"62f8eb65-cb3e-4ced-b35d-e64612aa4f1b","status":"InProgress","startTime":"2018-06-07T00:04:56.923Z"}'} headers: cache-control: [no-cache] - content-length: ['462'] + content-length: ['299'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:07:44 GMT'] + date: ['Thu, 07 Jun 2018 00:05:13 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [6aa46ae0-e22c-4656-bbd1-d1f9540ab86f] + request-id: [4fc19141-8843-445c-af5b-00bc98785411] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -69,25 +101,52 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/62f8eb65-cb3e-4ced-b35d-e64612aa4f1b?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/providers/Microsoft.BatchAI/clusters/clustere0e613b6"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/jobs/job/607f653a-aa97-40f5-baf1-f48737fac2be","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"cat + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/62f8eb65-cb3e-4ced-b35d-e64612aa4f1b","name":"62f8eb65-cb3e-4ced-b35d-e64612aa4f1b","status":"Succeeded","startTime":"2018-06-07T00:04:56.923Z","endTime":"2018-06-07T00:05:16.338Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6$workspace$experiment$job"}}'} + headers: + cache-control: [no-cache] + content-length: ['484'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 00:05:44 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [43c6ad49-99d0-455b-8142-395d82041b65] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere0e613b6"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/workspaces/workspace/experiments/experiment/jobs/job/4b162cbb-c7f4-4091-a076-4cedd6ba1047","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"cat $AZ_BATCHAI_INPUT_INPUT/hi.txt"},"jobPreparation":{"commandLine":"mkdir -p - $AZ_BATCHAI_INPUT_INPUT && echo hello | tee $AZ_BATCHAI_INPUT_INPUT/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T06:07:29.144Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T06:07:30.523Z","executionState":"succeeded","executionStateTransitionTime":"2018-03-16T06:07:34.263Z","executionInfo":{"startTime":"2018-03-16T06:07:31.501Z","endTime":"2018-03-16T06:07:34.263Z","exitCode":0}}}'} + $AZ_BATCHAI_INPUT_INPUT && echo hello | tee $AZ_BATCHAI_INPUT_INPUT/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T00:04:56.907Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T00:05:16.322Z","executionState":"succeeded","executionStateTransitionTime":"2018-06-07T00:05:19.562Z","executionInfo":{"startTime":"2018-06-07T00:05:17.094Z","endTime":"2018-06-07T00:05:19.562Z","exitCode":0}}}'} headers: cache-control: [no-cache] - content-length: ['1489'] + content-length: ['1635'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:07:47 GMT'] - etag: ['"0x8D58B0432D077FC"'] + date: ['Thu, 07 Jun 2018 00:05:46 GMT'] + etag: ['"0x8D5CC0A4DC1CA92"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 06:07:29 GMT'] + last-modified: ['Thu, 07 Jun 2018 00:04:56 GMT'] pragma: [no-cache] - request-id: [19ea9bae-fed8-4373-96da-a4a5cec7060f] + request-id: [9f9352b9-9b28-4dd2-8fa2-587d1a4c6d82] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -101,26 +160,26 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/providers/Microsoft.BatchAI/clusters/clustere0e613b6"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/jobs/job/607f653a-aa97-40f5-baf1-f48737fac2be","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"cat + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere0e613b6"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/workspaces/workspace/experiments/experiment/jobs/job/4b162cbb-c7f4-4091-a076-4cedd6ba1047","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"cat $AZ_BATCHAI_INPUT_INPUT/hi.txt"},"jobPreparation":{"commandLine":"mkdir -p - $AZ_BATCHAI_INPUT_INPUT && echo hello | tee $AZ_BATCHAI_INPUT_INPUT/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T06:07:29.144Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T06:07:30.523Z","executionState":"succeeded","executionStateTransitionTime":"2018-03-16T06:07:34.263Z","executionInfo":{"startTime":"2018-03-16T06:07:31.501Z","endTime":"2018-03-16T06:07:34.263Z","exitCode":0}}}'} + $AZ_BATCHAI_INPUT_INPUT && echo hello | tee $AZ_BATCHAI_INPUT_INPUT/hi.txt"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T00:04:56.907Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T00:05:16.322Z","executionState":"succeeded","executionStateTransitionTime":"2018-06-07T00:05:19.562Z","executionInfo":{"startTime":"2018-06-07T00:05:17.094Z","endTime":"2018-06-07T00:05:19.562Z","exitCode":0}}}'} headers: cache-control: [no-cache] - content-length: ['1489'] + content-length: ['1635'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:07:48 GMT'] - etag: ['"0x8D58B0432D077FC"'] + date: ['Thu, 07 Jun 2018 00:05:47 GMT'] + etag: ['"0x8D5CC0A4DC1CA92"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 06:07:29 GMT'] + last-modified: ['Thu, 07 Jun 2018 00:04:56 GMT'] pragma: [no-cache] - request-id: [c49391ea-72c2-4202-8a84-db03138dc456] + request-id: [53633e3a-cfe2-4b56-9d42-2472f9482fd4] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -135,22 +194,22 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/providers/Microsoft.BatchAI/jobs/job/listOutputFiles?api-version=2018-03-01&outputdirectoryid=stdouterr&directory=.&linkexpiryinminutes=60&maxresults=1000 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job/listOutputFiles?api-version=2018-05-01&outputdirectoryid=stdouterr&directory=.&linkexpiryinminutes=60&maxresults=1000 response: - body: {string: '{"value":[{"name":"execution.log","isDirectory":false,"downloadUrl":"https://psdke0e613b6.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/jobs/job/607f653a-aa97-40f5-baf1-f48737fac2be/stdouterr/execution.log?sv=2016-05-31&sr=f&sig=R3VbiDOaifTxYR0Z51kQMMuk4H1vfwq4kfWELogUbgM%3D&se=2018-03-16T07%3A07%3A49Z&sp=rl","properties":{"lastModified":"2018-03-16T06:07:33Z","contentLength":181}},{"name":"stderr-job_prep.txt","isDirectory":false,"downloadUrl":"https://psdke0e613b6.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/jobs/job/607f653a-aa97-40f5-baf1-f48737fac2be/stdouterr/stderr-job_prep.txt?sv=2016-05-31&sr=f&sig=5ls2W2BwyrTq2mAMf4ghAQM1PpqRFpEH2Fp3AkBMdZk%3D&se=2018-03-16T07%3A07%3A49Z&sp=rl","properties":{"lastModified":"2018-03-16T06:07:33Z","contentLength":0}},{"name":"stderr.txt","isDirectory":false,"downloadUrl":"https://psdke0e613b6.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/jobs/job/607f653a-aa97-40f5-baf1-f48737fac2be/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=MfncXImH%2BD3HlL03rarz0czqHH3a4ze4fNw7rHWKvCo%3D&se=2018-03-16T07%3A07%3A49Z&sp=rl","properties":{"lastModified":"2018-03-16T06:07:33Z","contentLength":0}},{"name":"stdout-job_prep.txt","isDirectory":false,"downloadUrl":"https://psdke0e613b6.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/jobs/job/607f653a-aa97-40f5-baf1-f48737fac2be/stdouterr/stdout-job_prep.txt?sv=2016-05-31&sr=f&sig=u0RsadGAtw6NE66lAjLfA6ChnxOoeGqdKvCNkg%2Few1I%3D&se=2018-03-16T07%3A07%3A49Z&sp=rl","properties":{"lastModified":"2018-03-16T06:07:33Z","contentLength":6}},{"name":"stdout.txt","isDirectory":false,"downloadUrl":"https://psdke0e613b6.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/jobs/job/607f653a-aa97-40f5-baf1-f48737fac2be/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=UUAMYfKXt0SQkhyrGa7ojsY5UR496RVdG1laJXOwXhs%3D&se=2018-03-16T07%3A07%3A49Z&sp=rl","properties":{"lastModified":"2018-03-16T06:07:33Z","contentLength":6}}]}'} + body: {string: '{"value":[{"name":"execution.log","fileType":"file","downloadUrl":"https://psdke0e613b6.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/workspaces/workspace/experiments/experiment/jobs/job/4b162cbb-c7f4-4091-a076-4cedd6ba1047/stdouterr/execution.log?sv=2016-05-31&sr=f&sig=DowcEkMP7fhK%2BsO7v2dch%2FTDjmY%2BJguXdf0f%2BvVfu6E%3D&se=2018-06-07T01%3A05%3A47Z&sp=rl","properties":{"lastModified":"2018-06-07T00:05:19Z","contentLength":3194}},{"name":"stderr-job_prep.txt","fileType":"file","downloadUrl":"https://psdke0e613b6.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/workspaces/workspace/experiments/experiment/jobs/job/4b162cbb-c7f4-4091-a076-4cedd6ba1047/stdouterr/stderr-job_prep.txt?sv=2016-05-31&sr=f&sig=AewFdm7QFq1McPnufMsx62aUSEQgvz36AnuzEZ994j4%3D&se=2018-06-07T01%3A05%3A47Z&sp=rl","properties":{"lastModified":"2018-06-07T00:05:18Z","contentLength":0}},{"name":"stderr.txt","fileType":"file","downloadUrl":"https://psdke0e613b6.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/workspaces/workspace/experiments/experiment/jobs/job/4b162cbb-c7f4-4091-a076-4cedd6ba1047/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=UIBapRZWjp%2BWg6Uxru9PXda7RYMtP05AzZCi%2FdRkVcw%3D&se=2018-06-07T01%3A05%3A47Z&sp=rl","properties":{"lastModified":"2018-06-07T00:05:19Z","contentLength":0}},{"name":"stdout-job_prep.txt","fileType":"file","downloadUrl":"https://psdke0e613b6.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/workspaces/workspace/experiments/experiment/jobs/job/4b162cbb-c7f4-4091-a076-4cedd6ba1047/stdouterr/stdout-job_prep.txt?sv=2016-05-31&sr=f&sig=HPn2sQ1blcpt9pDw%2FIq%2FzBGpeeBVNBJ%2BNmf3ORHR6o4%3D&se=2018-06-07T01%3A05%3A47Z&sp=rl","properties":{"lastModified":"2018-06-07T00:05:18Z","contentLength":6}},{"name":"stdout.txt","fileType":"file","downloadUrl":"https://psdke0e613b6.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/workspaces/workspace/experiments/experiment/jobs/job/4b162cbb-c7f4-4091-a076-4cedd6ba1047/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=DZXsnCRFx7ABK1zEtvSStapL37McwohoEandJBPdzq0%3D&se=2018-06-07T01%3A05%3A47Z&sp=rl","properties":{"lastModified":"2018-06-07T00:05:19Z","contentLength":6}}]}'} headers: cache-control: [no-cache] - content-length: ['2274'] + content-length: ['2499'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:07:49 GMT'] + date: ['Thu, 07 Jun 2018 00:05:47 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [102e9e05-5334-46d6-91b6-d4a131bca1da] + request-id: [149b54da-66f4-4cfd-be24-2b8010494901] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -165,16 +224,16 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdke0e613b6.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/jobs/job/607f653a-aa97-40f5-baf1-f48737fac2be/stdouterr/stderr-job_prep.txt?sv=2016-05-31&sr=f&sig=5ls2W2BwyrTq2mAMf4ghAQM1PpqRFpEH2Fp3AkBMdZk%3D&se=2018-03-16T07%3A07%3A49Z&sp=rl + uri: https://psdke0e613b6.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/workspaces/workspace/experiments/experiment/jobs/job/4b162cbb-c7f4-4091-a076-4cedd6ba1047/stdouterr/stderr-job_prep.txt?sv=2016-05-31&sr=f&sig=AewFdm7QFq1McPnufMsx62aUSEQgvz36AnuzEZ994j4%3D&se=2018-06-07T01%3A05%3A47Z&sp=rl response: body: {string: ''} headers: accept-ranges: [bytes] content-length: ['0'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 06:07:49 GMT'] - etag: ['"0x8D58B0435456D4C"'] - last-modified: ['Fri, 16 Mar 2018 06:07:33 GMT'] + date: ['Thu, 07 Jun 2018 00:05:48 GMT'] + etag: ['"0x8D5CC0A5AB77EBE"'] + last-modified: ['Thu, 07 Jun 2018 00:05:18 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -187,16 +246,16 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdke0e613b6.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/jobs/job/607f653a-aa97-40f5-baf1-f48737fac2be/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=MfncXImH%2BD3HlL03rarz0czqHH3a4ze4fNw7rHWKvCo%3D&se=2018-03-16T07%3A07%3A49Z&sp=rl + uri: https://psdke0e613b6.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/workspaces/workspace/experiments/experiment/jobs/job/4b162cbb-c7f4-4091-a076-4cedd6ba1047/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=UIBapRZWjp%2BWg6Uxru9PXda7RYMtP05AzZCi%2FdRkVcw%3D&se=2018-06-07T01%3A05%3A47Z&sp=rl response: body: {string: ''} headers: accept-ranges: [bytes] content-length: ['0'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 06:07:50 GMT'] - etag: ['"0x8D58B04357622CA"'] - last-modified: ['Fri, 16 Mar 2018 06:07:33 GMT'] + date: ['Thu, 07 Jun 2018 00:05:49 GMT'] + etag: ['"0x8D5CC0A5B12BDED"'] + last-modified: ['Thu, 07 Jun 2018 00:05:19 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -209,7 +268,7 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdke0e613b6.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/jobs/job/607f653a-aa97-40f5-baf1-f48737fac2be/stdouterr/stdout-job_prep.txt?sv=2016-05-31&sr=f&sig=u0RsadGAtw6NE66lAjLfA6ChnxOoeGqdKvCNkg%2Few1I%3D&se=2018-03-16T07%3A07%3A49Z&sp=rl + uri: https://psdke0e613b6.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/workspaces/workspace/experiments/experiment/jobs/job/4b162cbb-c7f4-4091-a076-4cedd6ba1047/stdouterr/stdout-job_prep.txt?sv=2016-05-31&sr=f&sig=HPn2sQ1blcpt9pDw%2FIq%2FzBGpeeBVNBJ%2BNmf3ORHR6o4%3D&se=2018-06-07T01%3A05%3A47Z&sp=rl response: body: {string: 'hello @@ -218,9 +277,9 @@ interactions: accept-ranges: [bytes] content-length: ['6'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 06:07:51 GMT'] - etag: ['"0x8D58B0435641E41"'] - last-modified: ['Fri, 16 Mar 2018 06:07:33 GMT'] + date: ['Thu, 07 Jun 2018 00:05:50 GMT'] + etag: ['"0x8D5CC0A5AD00FD5"'] + last-modified: ['Thu, 07 Jun 2018 00:05:18 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -233,7 +292,7 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdke0e613b6.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/jobs/job/607f653a-aa97-40f5-baf1-f48737fac2be/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=UUAMYfKXt0SQkhyrGa7ojsY5UR496RVdG1laJXOwXhs%3D&se=2018-03-16T07%3A07%3A49Z&sp=rl + uri: https://psdke0e613b6.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/workspaces/workspace/experiments/experiment/jobs/job/4b162cbb-c7f4-4091-a076-4cedd6ba1047/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=DZXsnCRFx7ABK1zEtvSStapL37McwohoEandJBPdzq0%3D&se=2018-06-07T01%3A05%3A47Z&sp=rl response: body: {string: 'hello @@ -242,9 +301,9 @@ interactions: accept-ranges: [bytes] content-length: ['6'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 06:07:52 GMT'] - etag: ['"0x8D58B04357FE880"'] - last-modified: ['Fri, 16 Mar 2018 06:07:33 GMT'] + date: ['Thu, 07 Jun 2018 00:05:51 GMT'] + etag: ['"0x8D5CC0A5B1E086F"'] + last-modified: ['Thu, 07 Jun 2018 00:05:19 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -257,27 +316,27 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/943a9460-d5f5-4c87-9307-af1b4f7f53db?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/db612b5a-c585-497e-bd60-8e98a100046f?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 06:07:54 GMT'] + date: ['Thu, 07 Jun 2018 00:05:52 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/943a9460-d5f5-4c87-9307-af1b4f7f53db?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/db612b5a-c585-497e-bd60-8e98a100046f?api-version=2018-05-01'] pragma: [no-cache] - request-id: [ae0abe10-e742-4040-ae18-307ced796a90] + request-id: [3fabbd6a-9871-4b1e-b1a5-47a2ba0a1f9d] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] status: {code: 202, message: Accepted} - request: body: null @@ -285,48 +344,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 - Azure-SDK-For-Python] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/943a9460-d5f5-4c87-9307-af1b4f7f53db?api-version=2018-03-01 - response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/943a9460-d5f5-4c87-9307-af1b4f7f53db","name":"943a9460-d5f5-4c87-9307-af1b4f7f53db","status":"InProgress","startTime":"2018-03-16T06:07:55.173Z"}'} - headers: - cache-control: [no-cache] - content-length: ['298'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:08:11 GMT'] - expires: ['-1'] - pragma: [no-cache] - request-id: [3ae4e2b1-3164-4a63-a1ec-498a9af2175a] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - 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.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/943a9460-d5f5-4c87-9307-af1b4f7f53db?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/db612b5a-c585-497e-bd60-8e98a100046f?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/943a9460-d5f5-4c87-9307-af1b4f7f53db","name":"943a9460-d5f5-4c87-9307-af1b4f7f53db","status":"Succeeded","startTime":"2018-03-16T06:07:55.173Z","endTime":"2018-03-16T06:08:25.73Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6$job"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/db612b5a-c585-497e-bd60-8e98a100046f","name":"db612b5a-c585-497e-bd60-8e98a100046f","status":"Succeeded","startTime":"2018-06-07T00:05:52.578Z","endTime":"2018-06-07T00:05:56.845Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6$workspace$experiment$job"}}'} headers: cache-control: [no-cache] - content-length: ['461'] + content-length: ['484'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:08:42 GMT'] + date: ['Thu, 07 Jun 2018 00:06:08 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [86055006-033a-46b6-b6c9-a76bf3db891a] + request-id: [d8a88c46-f9a1-45b4-b969-909b7954e4cd] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -340,25 +372,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.BatchAI/jobs/job'' - under resource group ''test_mgmt_batchai_jobs_test_job_preparation_hoste0e613b6'' - was not found."}}'} + body: {string: '{"error":{"code":"JobNotFound","message":"The specified job job + is not found"}}'} headers: cache-control: [no-cache] - content-length: ['186'] + content-length: ['79'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:08:44 GMT'] + date: ['Thu, 07 Jun 2018 00:06:09 GMT'] expires: ['-1'] pragma: [no-cache] + request-id: [6f6a1595-48c5-4066-94d8-67267954884b] + server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-failure-cause: [gateway] - status: {code: 404, message: Not Found} + status: {code: 404, message: The specified job job is not found} version: 1 diff --git a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_password_less_ssh.yaml b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_password_less_ssh.yaml index bc02e4cd15de..b4af11b6fc1f 100644 --- a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_password_less_ssh.yaml +++ b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_password_less_ssh.yaml @@ -1,39 +1,71 @@ interactions: - request: - body: 'b''b\''b\\\''{"location": "westeurope", "properties": {"priority": 0, "cluster": - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssha9071290/providers/Microsoft.BatchAI/clusters/clustera9071290"}, + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['0'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssha9071290/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssha9071290/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment","name":"experiment","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T01:19:56.748Z","creationTime":"2018-06-07T01:19:56.748Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['421'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 01:23:49 GMT'] + etag: ['"0x8D5CC14C7DF0EED"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 01:19:56 GMT'] + pragma: [no-cache] + request-id: [ab347658-4fec-4206-be56-7d60d9012024] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1195'] + status: {code: 200, message: OK} +- request: + body: 'b''{"properties": {"schedulingPriority": "normal", "cluster": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssha9071290/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustera9071290"}, "nodeCount": 2, "customToolkitSettings": {"commandLine": "ssh 10.0.0.4 echo done && ssh 10.0.0.5 echo done"}, "stdOutErrPathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles", "inputDirectories": [{"id": "INPUT", "path": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}], "outputDirectories": [{"id": "OUTPUTS", "pathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/", - "pathSuffix": "files", "type": "custom", "createNew": true}]}}\\\''\''''' + "pathSuffix": "files"}]}}''' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['658'] + Content-Length: ['633'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssha9071290/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssha9071290/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fcf78e64-3b60-4bbe-bdb3-b7dd17c1c043?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/fcc7a2ed-e468-4b53-be91-e4e893e54729?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 07:48:47 GMT'] + date: ['Thu, 07 Jun 2018 01:23:50 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/fcf78e64-3b60-4bbe-bdb3-b7dd17c1c043?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/fcc7a2ed-e468-4b53-be91-e4e893e54729?api-version=2018-05-01'] pragma: [no-cache] - request-id: [7c008ae3-bd15-4f7e-a740-352c3c25a9e7] + request-id: [f6591ab1-e05e-4a69-9c5e-cb2faeb15999] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] + x-ms-ratelimit-remaining-subscription-writes: ['1198'] status: {code: 202, message: Accepted} - request: body: null @@ -41,21 +73,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fcf78e64-3b60-4bbe-bdb3-b7dd17c1c043?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/fcc7a2ed-e468-4b53-be91-e4e893e54729?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/fcf78e64-3b60-4bbe-bdb3-b7dd17c1c043","name":"fcf78e64-3b60-4bbe-bdb3-b7dd17c1c043","status":"Succeeded","startTime":"2018-03-16T07:48:48.424Z","endTime":"2018-03-16T07:48:49.487Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_password_less_ssha9071290$job"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/fcc7a2ed-e468-4b53-be91-e4e893e54729","name":"fcc7a2ed-e468-4b53-be91-e4e893e54729","status":"Succeeded","startTime":"2018-06-07T01:23:51.482Z","endTime":"2018-06-07T01:23:51.873Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_password_less_ssha9071290$workspace$experiment$job"}}'} headers: cache-control: [no-cache] - content-length: ['459'] + content-length: ['481'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:49:05 GMT'] + date: ['Thu, 07 Jun 2018 01:24:07 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [0f673a03-bd9f-48dc-a6b6-b757fe14aaa4] + request-id: [c41a2beb-8725-4db1-ba6d-c203ca123943] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -68,24 +100,24 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssha9071290/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssha9071290/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssha9071290/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssha9071290/providers/Microsoft.BatchAI/clusters/clustera9071290"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssha9071290/jobs/job/be661859-d6af-48c1-b7ef-44f7eb95d31e","nodeCount":2,"toolType":"custom","customToolkitSettings":{"commandLine":"ssh - 10.0.0.4 echo done && ssh 10.0.0.5 echo done"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T07:48:48.409Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T07:48:49.471Z","executionState":"succeeded","executionStateTransitionTime":"2018-03-16T07:48:57.442Z","executionInfo":{"startTime":"2018-03-16T07:48:51.069Z","endTime":"2018-03-16T07:48:57.442Z","exitCode":0}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssha9071290/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssha9071290/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustera9071290"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssha9071290/workspaces/workspace/experiments/experiment/jobs/job/e65ed333-0bbc-4750-a378-0ababdff2e6f","nodeCount":2,"toolType":"custom","customToolkitSettings":{"commandLine":"ssh + 10.0.0.4 echo done && ssh 10.0.0.5 echo done"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T01:23:51.451Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T01:23:51.857Z","executionState":"succeeded","executionStateTransitionTime":"2018-06-07T01:24:04.536Z","executionInfo":{"startTime":"2018-06-07T01:23:57.752Z","endTime":"2018-06-07T01:24:04.536Z","exitCode":0}}}'} headers: cache-control: [no-cache] - content-length: ['1375'] + content-length: ['1521'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:49:06 GMT'] - etag: ['"0x8D58B125A569A6E"'] + date: ['Thu, 07 Jun 2018 01:24:07 GMT'] + etag: ['"0x8D5CC1553C3D30C"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 07:48:48 GMT'] + last-modified: ['Thu, 07 Jun 2018 01:23:51 GMT'] pragma: [no-cache] - request-id: [76c76bd8-35fe-4105-b3bb-b7e33ff5bb67] + request-id: [54fda07d-1ee6-44cd-87e1-8ab9b5a9aa8e] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -99,25 +131,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssha9071290/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssha9071290/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssha9071290/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssha9071290/providers/Microsoft.BatchAI/clusters/clustera9071290"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssha9071290/jobs/job/be661859-d6af-48c1-b7ef-44f7eb95d31e","nodeCount":2,"toolType":"custom","customToolkitSettings":{"commandLine":"ssh - 10.0.0.4 echo done && ssh 10.0.0.5 echo done"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T07:48:48.409Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T07:48:49.471Z","executionState":"succeeded","executionStateTransitionTime":"2018-03-16T07:48:57.442Z","executionInfo":{"startTime":"2018-03-16T07:48:51.069Z","endTime":"2018-03-16T07:48:57.442Z","exitCode":0}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssha9071290/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssha9071290/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustera9071290"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssha9071290/workspaces/workspace/experiments/experiment/jobs/job/e65ed333-0bbc-4750-a378-0ababdff2e6f","nodeCount":2,"toolType":"custom","customToolkitSettings":{"commandLine":"ssh + 10.0.0.4 echo done && ssh 10.0.0.5 echo done"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T01:23:51.451Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T01:23:51.857Z","executionState":"succeeded","executionStateTransitionTime":"2018-06-07T01:24:04.536Z","executionInfo":{"startTime":"2018-06-07T01:23:57.752Z","endTime":"2018-06-07T01:24:04.536Z","exitCode":0}}}'} headers: cache-control: [no-cache] - content-length: ['1375'] + content-length: ['1521'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:49:07 GMT'] - etag: ['"0x8D58B125A569A6E"'] + date: ['Thu, 07 Jun 2018 01:24:09 GMT'] + etag: ['"0x8D5CC1553C3D30C"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 07:48:48 GMT'] + last-modified: ['Thu, 07 Jun 2018 01:23:51 GMT'] pragma: [no-cache] - request-id: [749c3797-130d-43fb-810a-8a8af516e0a7] + request-id: [fdcc2741-e59f-4fe3-a2fa-bcbf0687ab9d] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -131,25 +163,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssha9071290/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssha9071290/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssha9071290/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssha9071290/providers/Microsoft.BatchAI/clusters/clustera9071290"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssha9071290/jobs/job/be661859-d6af-48c1-b7ef-44f7eb95d31e","nodeCount":2,"toolType":"custom","customToolkitSettings":{"commandLine":"ssh - 10.0.0.4 echo done && ssh 10.0.0.5 echo done"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T07:48:48.409Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T07:48:49.471Z","executionState":"succeeded","executionStateTransitionTime":"2018-03-16T07:48:57.442Z","executionInfo":{"startTime":"2018-03-16T07:48:51.069Z","endTime":"2018-03-16T07:48:57.442Z","exitCode":0}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssha9071290/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssha9071290/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustera9071290"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssha9071290/workspaces/workspace/experiments/experiment/jobs/job/e65ed333-0bbc-4750-a378-0ababdff2e6f","nodeCount":2,"toolType":"custom","customToolkitSettings":{"commandLine":"ssh + 10.0.0.4 echo done && ssh 10.0.0.5 echo done"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T01:23:51.451Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T01:23:51.857Z","executionState":"succeeded","executionStateTransitionTime":"2018-06-07T01:24:04.536Z","executionInfo":{"startTime":"2018-06-07T01:23:57.752Z","endTime":"2018-06-07T01:24:04.536Z","exitCode":0}}}'} headers: cache-control: [no-cache] - content-length: ['1375'] + content-length: ['1521'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:49:09 GMT'] - etag: ['"0x8D58B125A569A6E"'] + date: ['Thu, 07 Jun 2018 01:24:09 GMT'] + etag: ['"0x8D5CC1553C3D30C"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 07:48:48 GMT'] + last-modified: ['Thu, 07 Jun 2018 01:23:51 GMT'] pragma: [no-cache] - request-id: [8eb27d70-927d-4d33-8691-21373b29555b] + request-id: [23f27aaf-1fe9-404b-a0a7-c2fd897b0579] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -164,22 +196,22 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssha9071290/providers/Microsoft.BatchAI/jobs/job/listOutputFiles?api-version=2018-03-01&outputdirectoryid=stdouterr&directory=.&linkexpiryinminutes=60&maxresults=1000 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssha9071290/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job/listOutputFiles?api-version=2018-05-01&outputdirectoryid=stdouterr&directory=.&linkexpiryinminutes=60&maxresults=1000 response: - body: {string: '{"value":[{"name":"execution-tvm-1457105007_1-20180316t074531z-p.log","isDirectory":false,"downloadUrl":"https://psdka9071290.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssha9071290/jobs/job/be661859-d6af-48c1-b7ef-44f7eb95d31e/stdouterr/execution-tvm-1457105007_1-20180316t074531z-p.log?sv=2016-05-31&sr=f&sig=dk831Ae8cYzqEFo%2BMzQTFskhlWIE2YNr%2BHDCA1oNTBI%3D&se=2018-03-16T08%3A49%3A11Z&sp=rl","properties":{"lastModified":"2018-03-16T07:48:54Z","contentLength":212}},{"name":"execution-tvm-1457105007_2-20180316t074531z-p.log","isDirectory":false,"downloadUrl":"https://psdka9071290.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssha9071290/jobs/job/be661859-d6af-48c1-b7ef-44f7eb95d31e/stdouterr/execution-tvm-1457105007_2-20180316t074531z-p.log?sv=2016-05-31&sr=f&sig=xvM1CEGcz1r22wYyUjO2lzRpVbpFyzFOsocdxus4jLM%3D&se=2018-03-16T08%3A49%3A11Z&sp=rl","properties":{"lastModified":"2018-03-16T07:48:56Z","contentLength":442}},{"name":"stderr.txt","isDirectory":false,"downloadUrl":"https://psdka9071290.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssha9071290/jobs/job/be661859-d6af-48c1-b7ef-44f7eb95d31e/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=Tp9qarhoGfaRLXhYKzMblPw%2FGsu1TptOkVWLDcLXDsA%3D&se=2018-03-16T08%3A49%3A11Z&sp=rl","properties":{"lastModified":"2018-03-16T07:48:56Z","contentLength":150}},{"name":"stdout.txt","isDirectory":false,"downloadUrl":"https://psdka9071290.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssha9071290/jobs/job/be661859-d6af-48c1-b7ef-44f7eb95d31e/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=zmT1gRfLjrDNzplrCPpDqkdEgD7SjSIci7ddLCcItts%3D&se=2018-03-16T08%3A49%3A11Z&sp=rl","properties":{"lastModified":"2018-03-16T07:48:56Z","contentLength":10}}]}'} + body: {string: '{"value":[{"name":"execution-tvm-171039672_1-20180607t012137z-p.log","fileType":"file","downloadUrl":"https://psdka9071290.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssha9071290/workspaces/workspace/experiments/experiment/jobs/job/e65ed333-0bbc-4750-a378-0ababdff2e6f/stdouterr/execution-tvm-171039672_1-20180607t012137z-p.log?sv=2016-05-31&sr=f&sig=D2WFxv0u8Q9yG1JVRsmzy97dSJQvkGZs7zhSsTT6Jy0%3D&se=2018-06-07T02%3A24%3A10Z&sp=rl","properties":{"lastModified":"2018-06-07T01:24:02Z","contentLength":383}},{"name":"execution-tvm-171039672_2-20180607t012137z-p.log","fileType":"file","downloadUrl":"https://psdka9071290.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssha9071290/workspaces/workspace/experiments/experiment/jobs/job/e65ed333-0bbc-4750-a378-0ababdff2e6f/stdouterr/execution-tvm-171039672_2-20180607t012137z-p.log?sv=2016-05-31&sr=f&sig=LCtGsiCZVZcvqIv2KtIgzvE1ytNJxZt91LWSwUhBwS0%3D&se=2018-06-07T02%3A24%3A10Z&sp=rl","properties":{"lastModified":"2018-06-07T01:24:04Z","contentLength":6617}},{"name":"stderr.txt","fileType":"file","downloadUrl":"https://psdka9071290.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssha9071290/workspaces/workspace/experiments/experiment/jobs/job/e65ed333-0bbc-4750-a378-0ababdff2e6f/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=l94K%2Bn9sMp3y5ZU4kQcICCO36f5EDT0z4UP2Wosl8fY%3D&se=2018-06-07T02%3A24%3A10Z&sp=rl","properties":{"lastModified":"2018-06-07T01:24:03Z","contentLength":75}},{"name":"stdout.txt","fileType":"file","downloadUrl":"https://psdka9071290.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssha9071290/workspaces/workspace/experiments/experiment/jobs/job/e65ed333-0bbc-4750-a378-0ababdff2e6f/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=M3BzqPS5gWIcZLR2pEeWnjJ3udS81r9Ft4WDvv9gO%2BY%3D&se=2018-06-07T02%3A24%3A10Z&sp=rl","properties":{"lastModified":"2018-06-07T01:24:03Z","contentLength":10}}]}'} headers: cache-control: [no-cache] - content-length: ['1940'] + content-length: ['2102'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:49:10 GMT'] + date: ['Thu, 07 Jun 2018 01:24:10 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [acbd5ace-660a-452b-b2c6-8f35d019f6ca] + request-id: [59cd7f2c-0b96-42f1-8207-b2a5e1e32abe] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -194,18 +226,17 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdka9071290.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssha9071290/jobs/job/be661859-d6af-48c1-b7ef-44f7eb95d31e/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=Tp9qarhoGfaRLXhYKzMblPw%2FGsu1TptOkVWLDcLXDsA%3D&se=2018-03-16T08%3A49%3A11Z&sp=rl + uri: https://psdka9071290.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssha9071290/workspaces/workspace/experiments/experiment/jobs/job/e65ed333-0bbc-4750-a378-0ababdff2e6f/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=l94K%2Bn9sMp3y5ZU4kQcICCO36f5EDT0z4UP2Wosl8fY%3D&se=2018-06-07T02%3A24%3A10Z&sp=rl response: body: {string: "Warning: Permanently added '10.0.0.4' (ECDSA) to the list of known\ - \ hosts.\r\nWarning: Permanently added '10.0.0.5' (ECDSA) to the list of known\ \ hosts.\r\n"} headers: accept-ranges: [bytes] - content-length: ['150'] + content-length: ['75'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 07:49:11 GMT'] - etag: ['"0x8D58B125F4DD853"'] - last-modified: ['Fri, 16 Mar 2018 07:48:56 GMT'] + date: ['Thu, 07 Jun 2018 01:24:11 GMT'] + etag: ['"0x8D5CC155AE9803F"'] + last-modified: ['Thu, 07 Jun 2018 01:24:03 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -218,7 +249,7 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdka9071290.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssha9071290/jobs/job/be661859-d6af-48c1-b7ef-44f7eb95d31e/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=zmT1gRfLjrDNzplrCPpDqkdEgD7SjSIci7ddLCcItts%3D&se=2018-03-16T08%3A49%3A11Z&sp=rl + uri: https://psdka9071290.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssha9071290/workspaces/workspace/experiments/experiment/jobs/job/e65ed333-0bbc-4750-a378-0ababdff2e6f/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=M3BzqPS5gWIcZLR2pEeWnjJ3udS81r9Ft4WDvv9gO%2BY%3D&se=2018-06-07T02%3A24%3A10Z&sp=rl response: body: {string: 'done @@ -229,9 +260,9 @@ interactions: accept-ranges: [bytes] content-length: ['10'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 07:49:14 GMT'] - etag: ['"0x8D58B125F48F649"'] - last-modified: ['Fri, 16 Mar 2018 07:48:56 GMT'] + date: ['Thu, 07 Jun 2018 01:24:11 GMT'] + etag: ['"0x8D5CC155B113647"'] + last-modified: ['Thu, 07 Jun 2018 01:24:03 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -244,27 +275,27 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssha9071290/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssha9071290/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/d0077c99-784f-4243-813d-a72a8fb9ba70?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/dc25d6f0-07cb-4196-879b-727a602f3846?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 07:49:16 GMT'] + date: ['Thu, 07 Jun 2018 01:24:13 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/d0077c99-784f-4243-813d-a72a8fb9ba70?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/dc25d6f0-07cb-4196-879b-727a602f3846?api-version=2018-05-01'] pragma: [no-cache] - request-id: [04498465-038b-40cf-be0a-6038ebf5c752] + request-id: [61535a10-816d-466e-86ac-d9d648e0517d] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] status: {code: 202, message: Accepted} - request: body: null @@ -272,75 +303,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 - Azure-SDK-For-Python] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/d0077c99-784f-4243-813d-a72a8fb9ba70?api-version=2018-03-01 - response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/d0077c99-784f-4243-813d-a72a8fb9ba70","name":"d0077c99-784f-4243-813d-a72a8fb9ba70","status":"InProgress","startTime":"2018-03-16T07:49:16.386Z"}'} - headers: - cache-control: [no-cache] - content-length: ['298'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:49:32 GMT'] - expires: ['-1'] - pragma: [no-cache] - request-id: [2e9d71d2-61d5-446d-b6c2-07efbe34d984] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - 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.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 - Azure-SDK-For-Python] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/d0077c99-784f-4243-813d-a72a8fb9ba70?api-version=2018-03-01 - response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/d0077c99-784f-4243-813d-a72a8fb9ba70","name":"d0077c99-784f-4243-813d-a72a8fb9ba70","status":"InProgress","startTime":"2018-03-16T07:49:16.386Z"}'} - headers: - cache-control: [no-cache] - content-length: ['298'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:50:04 GMT'] - expires: ['-1'] - pragma: [no-cache] - request-id: [410c334a-9db0-4385-aabb-4a7a3785090a] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - 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.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/d0077c99-784f-4243-813d-a72a8fb9ba70?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/dc25d6f0-07cb-4196-879b-727a602f3846?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/d0077c99-784f-4243-813d-a72a8fb9ba70","name":"d0077c99-784f-4243-813d-a72a8fb9ba70","status":"Succeeded","startTime":"2018-03-16T07:49:16.386Z","endTime":"2018-03-16T07:50:17.708Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_password_less_ssha9071290$job"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/dc25d6f0-07cb-4196-879b-727a602f3846","name":"dc25d6f0-07cb-4196-879b-727a602f3846","status":"Succeeded","startTime":"2018-06-07T01:24:13.999Z","endTime":"2018-06-07T01:24:17.144Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_password_less_ssha9071290$workspace$experiment$job"}}'} headers: cache-control: [no-cache] - content-length: ['459'] + content-length: ['481'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:50:35 GMT'] + date: ['Thu, 07 Jun 2018 01:24:29 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [c4ff8cfd-2e66-4099-a17e-180d247ca391] + request-id: [88ae1ee0-4d3b-48dc-962d-536f89624ab6] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -354,25 +331,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssha9071290/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssha9071290/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.BatchAI/jobs/job'' - under resource group ''test_mgmt_batchai_jobs_test_password_less_ssha9071290'' - was not found."}}'} + body: {string: '{"error":{"code":"JobNotFound","message":"The specified job job + is not found"}}'} headers: cache-control: [no-cache] - content-length: ['183'] + content-length: ['79'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 07:50:36 GMT'] + date: ['Thu, 07 Jun 2018 01:24:29 GMT'] expires: ['-1'] pragma: [no-cache] + request-id: [740d0b5a-3289-4ddf-97b8-b5c8b6840c53] + server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-failure-cause: [gateway] - status: {code: 404, message: Not Found} + status: {code: 404, message: The specified job job is not found} version: 1 diff --git a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_password_less_ssh_in_container.yaml b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_password_less_ssh_in_container.yaml index bfa9e792d5d4..4e5101525801 100644 --- a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_password_less_ssh_in_container.yaml +++ b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_password_less_ssh_in_container.yaml @@ -1,124 +1,94 @@ interactions: - request: - body: 'b''b\''b\\\''{"location": "westeurope", "properties": {"priority": 0, "cluster": - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/clusters/clusterbf5117e8"}, - "nodeCount": 2, "containerSettings": {"imageSourceRegistry": {"image": "ubuntu"}}, - "customToolkitSettings": {"commandLine": "ssh 10.0.0.5 echo done && ssh 10.0.0.5 - echo done"}, "stdOutErrPathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles", "inputDirectories": - [{"id": "INPUT", "path": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}], "outputDirectories": - [{"id": "OUTPUTS", "pathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/", "pathSuffix": - "files", "type": "custom", "createNew": true}]}}\\\''\''''' + body: null headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['738'] + Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 - response: - body: {string: ''} - headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/b78b601f-f6b4-47e0-9eb7-4b4e387d5485?api-version=2018-03-01'] - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 16 Mar 2018 06:26:59 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/b78b601f-f6b4-47e0-9eb7-4b4e387d5485?api-version=2018-03-01'] - pragma: [no-cache] - request-id: [62b52db2-6b09-43bf-92c0-92e18f504615] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 - Azure-SDK-For-Python] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/b78b601f-f6b4-47e0-9eb7-4b4e387d5485?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/b78b601f-f6b4-47e0-9eb7-4b4e387d5485","name":"b78b601f-f6b4-47e0-9eb7-4b4e387d5485","status":"Succeeded","startTime":"2018-03-16T06:27:00.03Z","endTime":"2018-03-16T06:27:00.86Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8$job"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment","name":"experiment","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T00:24:32.818Z","creationTime":"2018-06-07T00:24:32.818Z"}}'} headers: cache-control: [no-cache] - content-length: ['470'] + content-length: ['434'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:27:15 GMT'] + date: ['Thu, 07 Jun 2018 00:28:28 GMT'] + etag: ['"0x8D5CC0D0AA78718"'] expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 00:24:32 GMT'] pragma: [no-cache] - request-id: [44c6a83b-283a-4f61-aee8-faa5965c66c1] + request-id: [578ac12b-7e6d-48a3-99ff-ce599df13a4a] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] vary: [Accept-Encoding] x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] status: {code: 200, message: OK} - request: - body: null + body: 'b''{"properties": {"schedulingPriority": "normal", "cluster": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clusterbf5117e8"}, + "nodeCount": 2, "containerSettings": {"imageSourceRegistry": {"image": "ubuntu"}}, + "customToolkitSettings": {"commandLine": "ssh 10.0.0.5 echo done && ssh 10.0.0.5 + echo done"}, "stdOutErrPathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles", "inputDirectories": + [{"id": "INPUT", "path": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}], "outputDirectories": + [{"id": "OUTPUTS", "pathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/", "pathSuffix": + "files"}]}}''' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + Content-Length: ['713'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/clusters/clusterbf5117e8"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/jobs/job/39d507e2-d04a-4354-88ab-8faa73410ec7","nodeCount":2,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"ssh - 10.0.0.5 echo done && ssh 10.0.0.5 echo done"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T06:27:00.014Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T06:27:00.844Z","executionState":"running","executionStateTransitionTime":"2018-03-16T06:27:02.436Z","executionInfo":{"startTime":"2018-03-16T06:27:01.849Z"}}}'} + body: {string: ''} headers: + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/3ac196a6-519e-4727-a298-16720b486627?api-version=2018-05-01'] cache-control: [no-cache] - content-length: ['1425'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:27:17 GMT'] - etag: ['"0x8D58B06ECB51370"'] + content-length: ['0'] + date: ['Thu, 07 Jun 2018 00:28:30 GMT'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 06:27:00 GMT'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/3ac196a6-519e-4727-a298-16720b486627?api-version=2018-05-01'] pragma: [no-cache] - request-id: [9c59d8cd-505d-4ff1-b74b-cd3d193d435b] + request-id: [357787e5-19e6-4c0d-8a24-07c0a74e809c] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] x-content-type-options: [nosniff] - status: {code: 200, message: OK} + x-ms-ratelimit-remaining-subscription-writes: ['1198'] + status: {code: 202, message: Accepted} - request: body: null headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] - accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/3ac196a6-519e-4727-a298-16720b486627?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/clusters/clusterbf5117e8"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/jobs/job/39d507e2-d04a-4354-88ab-8faa73410ec7","nodeCount":2,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"ssh - 10.0.0.5 echo done && ssh 10.0.0.5 echo done"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T06:27:00.014Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T06:27:00.844Z","executionState":"running","executionStateTransitionTime":"2018-03-16T06:27:02.436Z","executionInfo":{"startTime":"2018-03-16T06:27:01.849Z"}}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/3ac196a6-519e-4727-a298-16720b486627","name":"3ac196a6-519e-4727-a298-16720b486627","status":"Succeeded","startTime":"2018-06-07T00:28:30.572Z","endTime":"2018-06-07T00:28:31.721Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8$workspace$experiment$job"}}'} headers: cache-control: [no-cache] - content-length: ['1425'] + content-length: ['494'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:27:19 GMT'] - etag: ['"0x8D58B06ECB51370"'] + date: ['Thu, 07 Jun 2018 00:28:46 GMT'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 06:27:00 GMT'] pragma: [no-cache] - request-id: [6b3bfce6-1446-4ecc-8cf9-edef64078098] + request-id: [aee1c9c9-4e5d-4c3d-be15-7f0288c4aec5] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -131,26 +101,24 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] - accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/clusters/clusterbf5117e8"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/jobs/job/39d507e2-d04a-4354-88ab-8faa73410ec7","nodeCount":2,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"ssh - 10.0.0.5 echo done && ssh 10.0.0.5 echo done"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T06:27:00.014Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T06:27:00.844Z","executionState":"running","executionStateTransitionTime":"2018-03-16T06:27:02.436Z","executionInfo":{"startTime":"2018-03-16T06:27:01.849Z"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clusterbf5117e8"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/workspaces/workspace/experiments/experiment/jobs/job/1ddd2a7f-f1ea-46b6-b4fa-d2ae43545f88","nodeCount":2,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"ssh + 10.0.0.5 echo done && ssh 10.0.0.5 echo done"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T00:28:30.541Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T00:28:31.705Z","executionState":"running","executionStateTransitionTime":"2018-06-07T00:28:32.519Z","executionInfo":{"startTime":"2018-06-07T00:28:32.519Z"}}}'} headers: cache-control: [no-cache] - content-length: ['1425'] + content-length: ['1571'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:27:40 GMT'] - etag: ['"0x8D58B06ECB51370"'] + date: ['Thu, 07 Jun 2018 00:28:47 GMT'] + etag: ['"0x8D5CC0D98591D3F"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 06:27:00 GMT'] + last-modified: ['Thu, 07 Jun 2018 00:28:30 GMT'] pragma: [no-cache] - request-id: [1110c492-5321-4721-a885-48e8413edc82] + request-id: [3531dade-a133-42c8-9d9a-5634df3583e0] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -164,25 +132,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/clusters/clusterbf5117e8"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/jobs/job/39d507e2-d04a-4354-88ab-8faa73410ec7","nodeCount":2,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"ssh - 10.0.0.5 echo done && ssh 10.0.0.5 echo done"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T06:27:00.014Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T06:27:00.844Z","executionState":"running","executionStateTransitionTime":"2018-03-16T06:27:02.436Z","executionInfo":{"startTime":"2018-03-16T06:27:01.849Z"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clusterbf5117e8"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/workspaces/workspace/experiments/experiment/jobs/job/1ddd2a7f-f1ea-46b6-b4fa-d2ae43545f88","nodeCount":2,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"ssh + 10.0.0.5 echo done && ssh 10.0.0.5 echo done"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T00:28:30.541Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T00:28:31.705Z","executionState":"running","executionStateTransitionTime":"2018-06-07T00:28:32.519Z","executionInfo":{"startTime":"2018-06-07T00:28:32.519Z"}}}'} headers: cache-control: [no-cache] - content-length: ['1425'] + content-length: ['1571'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:28:03 GMT'] - etag: ['"0x8D58B06ECB51370"'] + date: ['Thu, 07 Jun 2018 00:28:48 GMT'] + etag: ['"0x8D5CC0D98591D3F"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 06:27:00 GMT'] + last-modified: ['Thu, 07 Jun 2018 00:28:30 GMT'] pragma: [no-cache] - request-id: [c676e0e8-1f11-40c8-ad15-dc49705882b2] + request-id: [6ee374e1-9f7b-44a4-b0fb-cbea419abf51] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -196,25 +164,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/clusters/clusterbf5117e8"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/jobs/job/39d507e2-d04a-4354-88ab-8faa73410ec7","nodeCount":2,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"ssh - 10.0.0.5 echo done && ssh 10.0.0.5 echo done"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T06:27:00.014Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T06:27:00.844Z","executionState":"succeeded","executionStateTransitionTime":"2018-03-16T06:28:14.129Z","executionInfo":{"startTime":"2018-03-16T06:27:01.849Z","endTime":"2018-03-16T06:28:14.129Z","exitCode":0}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clusterbf5117e8"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/workspaces/workspace/experiments/experiment/jobs/job/1ddd2a7f-f1ea-46b6-b4fa-d2ae43545f88","nodeCount":2,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"ssh + 10.0.0.5 echo done && ssh 10.0.0.5 echo done"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T00:28:30.541Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T00:28:31.705Z","executionState":"succeeded","executionStateTransitionTime":"2018-06-07T00:29:07.971Z","executionInfo":{"startTime":"2018-06-07T00:28:32.519Z","endTime":"2018-06-07T00:29:07.971Z","exitCode":0}}}'} headers: cache-control: [no-cache] - content-length: ['1477'] + content-length: ['1623'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:28:25 GMT'] - etag: ['"0x8D58B06ECB51370"'] + date: ['Thu, 07 Jun 2018 00:29:09 GMT'] + etag: ['"0x8D5CC0D98591D3F"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 06:27:00 GMT'] + last-modified: ['Thu, 07 Jun 2018 00:28:30 GMT'] pragma: [no-cache] - request-id: [79cb651f-f04c-494b-9a60-8b387d93cb8d] + request-id: [c6585b38-426d-498c-9da2-2b0e353063ad] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -228,25 +196,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/clusters/clusterbf5117e8"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/jobs/job/39d507e2-d04a-4354-88ab-8faa73410ec7","nodeCount":2,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"ssh - 10.0.0.5 echo done && ssh 10.0.0.5 echo done"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T06:27:00.014Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T06:27:00.844Z","executionState":"succeeded","executionStateTransitionTime":"2018-03-16T06:28:14.129Z","executionInfo":{"startTime":"2018-03-16T06:27:01.849Z","endTime":"2018-03-16T06:28:14.129Z","exitCode":0}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clusterbf5117e8"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/workspaces/workspace/experiments/experiment/jobs/job/1ddd2a7f-f1ea-46b6-b4fa-d2ae43545f88","nodeCount":2,"containerSettings":{"imageSourceRegistry":{"image":"ubuntu"}},"toolType":"custom","customToolkitSettings":{"commandLine":"ssh + 10.0.0.5 echo done && ssh 10.0.0.5 echo done"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T00:28:30.541Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T00:28:31.705Z","executionState":"succeeded","executionStateTransitionTime":"2018-06-07T00:29:07.971Z","executionInfo":{"startTime":"2018-06-07T00:28:32.519Z","endTime":"2018-06-07T00:29:07.971Z","exitCode":0}}}'} headers: cache-control: [no-cache] - content-length: ['1477'] + content-length: ['1623'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:28:27 GMT'] - etag: ['"0x8D58B06ECB51370"'] + date: ['Thu, 07 Jun 2018 00:29:11 GMT'] + etag: ['"0x8D5CC0D98591D3F"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 06:27:00 GMT'] + last-modified: ['Thu, 07 Jun 2018 00:28:30 GMT'] pragma: [no-cache] - request-id: [e6407ade-08d0-44dd-a254-0177ade0d89d] + request-id: [e7ce984b-6477-45bf-8e69-e671d9461f20] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -261,22 +229,22 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/jobs/job/listOutputFiles?api-version=2018-03-01&outputdirectoryid=stdouterr&directory=.&linkexpiryinminutes=60&maxresults=1000 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job/listOutputFiles?api-version=2018-05-01&outputdirectoryid=stdouterr&directory=.&linkexpiryinminutes=60&maxresults=1000 response: - body: {string: '{"value":[{"name":"execution-tvm-3516245985_1-20180316t062352z-p.log","isDirectory":false,"downloadUrl":"https://psdkbf5117e8.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/jobs/job/39d507e2-d04a-4354-88ab-8faa73410ec7/stdouterr/execution-tvm-3516245985_1-20180316t062352z-p.log?sv=2016-05-31&sr=f&sig=J8WyZr0%2FCuKR5yCrgQOcwxQ9FQhwLmXNFabVkfk8iPY%3D&se=2018-03-16T07%3A28%3A29Z&sp=rl","properties":{"lastModified":"2018-03-16T06:28:11Z","contentLength":28569}},{"name":"execution-tvm-3516245985_2-20180316t062352z-p.log","isDirectory":false,"downloadUrl":"https://psdkbf5117e8.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/jobs/job/39d507e2-d04a-4354-88ab-8faa73410ec7/stdouterr/execution-tvm-3516245985_2-20180316t062352z-p.log?sv=2016-05-31&sr=f&sig=JFMrgrFwLiZNuBeuThYfO6BC0J1GF74mCQA02nu0k5g%3D&se=2018-03-16T07%3A28%3A29Z&sp=rl","properties":{"lastModified":"2018-03-16T06:28:13Z","contentLength":23801}},{"name":"stderr.txt","isDirectory":false,"downloadUrl":"https://psdkbf5117e8.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/jobs/job/39d507e2-d04a-4354-88ab-8faa73410ec7/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=MmSDOG8pDIa4lgPWljC82KQ4qvW9rZWlPV%2FOC57BSOU%3D&se=2018-03-16T07%3A28%3A29Z&sp=rl","properties":{"lastModified":"2018-03-16T06:28:13Z","contentLength":160}},{"name":"stdout.txt","isDirectory":false,"downloadUrl":"https://psdkbf5117e8.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/jobs/job/39d507e2-d04a-4354-88ab-8faa73410ec7/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=YBipOqz8%2F%2FmLAtuo2QoP%2Fd8O0cT%2F2Y3ugepR3KGr%2BtI%3D&se=2018-03-16T07%3A28%3A29Z&sp=rl","properties":{"lastModified":"2018-03-16T06:28:13Z","contentLength":10}}]}'} + body: {string: '{"value":[{"name":"execution-tvm-171039672_1-20180607t002557z-p.log","fileType":"file","downloadUrl":"https://psdkbf5117e8.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/workspaces/workspace/experiments/experiment/jobs/job/1ddd2a7f-f1ea-46b6-b4fa-d2ae43545f88/stdouterr/execution-tvm-171039672_1-20180607t002557z-p.log?sv=2016-05-31&sr=f&sig=3ypuD3OOQWXTpZC7L%2BbsQW9BjKlqf7XWZZ%2FoPpxzGWE%3D&se=2018-06-07T01%3A29%3A12Z&sp=rl","properties":{"lastModified":"2018-06-07T00:29:07Z","contentLength":19156}},{"name":"execution-tvm-171039672_2-20180607t002557z-p.log","fileType":"file","downloadUrl":"https://psdkbf5117e8.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/workspaces/workspace/experiments/experiment/jobs/job/1ddd2a7f-f1ea-46b6-b4fa-d2ae43545f88/stdouterr/execution-tvm-171039672_2-20180607t002557z-p.log?sv=2016-05-31&sr=f&sig=E7kCTXGkJTUboIyISwKEzJbwWeOtWEqCJeO78kXE4eA%3D&se=2018-06-07T01%3A29%3A12Z&sp=rl","properties":{"lastModified":"2018-06-07T00:29:01Z","contentLength":12756}},{"name":"stderr.txt","fileType":"file","downloadUrl":"https://psdkbf5117e8.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/workspaces/workspace/experiments/experiment/jobs/job/1ddd2a7f-f1ea-46b6-b4fa-d2ae43545f88/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=y0hSl1OtUAnbbuLFF%2F%2BVDZxZVnilMUK2bxicy5lYt%2Fo%3D&se=2018-06-07T01%3A29%3A12Z&sp=rl","properties":{"lastModified":"2018-06-07T00:29:03Z","contentLength":160}},{"name":"stdout.txt","fileType":"file","downloadUrl":"https://psdkbf5117e8.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/workspaces/workspace/experiments/experiment/jobs/job/1ddd2a7f-f1ea-46b6-b4fa-d2ae43545f88/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=Kx%2BFWI%2BGks9c%2F793epzgCnPu7iAipx3w51BDh539ZdA%3D&se=2018-06-07T01%3A29%3A12Z&sp=rl","properties":{"lastModified":"2018-06-07T00:29:03Z","contentLength":10}}]}'} headers: cache-control: [no-cache] - content-length: ['2004'] + content-length: ['2170'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:28:29 GMT'] + date: ['Thu, 07 Jun 2018 00:29:12 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [5ae09f4b-c74a-48eb-9729-afa6df1847dd] + request-id: [0dc6568e-2449-4259-bad2-1d776dc244d6] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -291,7 +259,7 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdkbf5117e8.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/jobs/job/39d507e2-d04a-4354-88ab-8faa73410ec7/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=MmSDOG8pDIa4lgPWljC82KQ4qvW9rZWlPV%2FOC57BSOU%3D&se=2018-03-16T07%3A28%3A29Z&sp=rl + uri: https://psdkbf5117e8.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/workspaces/workspace/experiments/experiment/jobs/job/1ddd2a7f-f1ea-46b6-b4fa-d2ae43545f88/stdouterr/stderr.txt?sv=2016-05-31&sr=f&sig=y0hSl1OtUAnbbuLFF%2F%2BVDZxZVnilMUK2bxicy5lYt%2Fo%3D&se=2018-06-07T01%3A29%3A12Z&sp=rl response: body: {string: "Warning: Permanently added '[10.0.0.5]:23' (ECDSA) to the list\ \ of known hosts.\r\nWarning: Permanently added '[10.0.0.5]:23' (ECDSA) to\ @@ -300,9 +268,9 @@ interactions: accept-ranges: [bytes] content-length: ['160'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 06:28:30 GMT'] - etag: ['"0x8D58B071858F027"'] - last-modified: ['Fri, 16 Mar 2018 06:28:13 GMT'] + date: ['Thu, 07 Jun 2018 00:29:13 GMT'] + etag: ['"0x8D5CC0DAC001906"'] + last-modified: ['Thu, 07 Jun 2018 00:29:03 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -315,7 +283,7 @@ interactions: Connection: [keep-alive] User-Agent: [python-requests/2.18.4] method: GET - uri: https://psdkbf5117e8.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/jobs/job/39d507e2-d04a-4354-88ab-8faa73410ec7/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=YBipOqz8%2F%2FmLAtuo2QoP%2Fd8O0cT%2F2Y3ugepR3KGr%2BtI%3D&se=2018-03-16T07%3A28%3A29Z&sp=rl + uri: https://psdkbf5117e8.file.core.windows.net/share/00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/workspaces/workspace/experiments/experiment/jobs/job/1ddd2a7f-f1ea-46b6-b4fa-d2ae43545f88/stdouterr/stdout.txt?sv=2016-05-31&sr=f&sig=Kx%2BFWI%2BGks9c%2F793epzgCnPu7iAipx3w51BDh539ZdA%3D&se=2018-06-07T01%3A29%3A12Z&sp=rl response: body: {string: 'done @@ -326,9 +294,9 @@ interactions: accept-ranges: [bytes] content-length: ['10'] content-type: [application/octet-stream] - date: ['Fri, 16 Mar 2018 06:28:32 GMT'] - etag: ['"0x8D58B0718579095"'] - last-modified: ['Fri, 16 Mar 2018 06:28:13 GMT'] + date: ['Thu, 07 Jun 2018 00:29:13 GMT'] + etag: ['"0x8D5CC0DABFEE077"'] + last-modified: ['Thu, 07 Jun 2018 00:29:03 GMT'] server: [Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0] x-ms-type: [File] x-ms-version: ['2016-05-31'] @@ -341,27 +309,27 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/7ff1d4e6-31ba-4e43-a91d-1d15d3a014c1?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/5b87cc4a-d521-4592-906e-3e2e26f4f78b?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 06:28:34 GMT'] + date: ['Thu, 07 Jun 2018 00:29:15 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/7ff1d4e6-31ba-4e43-a91d-1d15d3a014c1?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/5b87cc4a-d521-4592-906e-3e2e26f4f78b?api-version=2018-05-01'] pragma: [no-cache] - request-id: [9c101216-8b94-45a3-8873-999da7b21744] + request-id: [7d463eb1-215f-4b4c-a443-a0fad99b846e] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] status: {code: 202, message: Accepted} - request: body: null @@ -369,48 +337,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/7ff1d4e6-31ba-4e43-a91d-1d15d3a014c1?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/5b87cc4a-d521-4592-906e-3e2e26f4f78b?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/7ff1d4e6-31ba-4e43-a91d-1d15d3a014c1","name":"7ff1d4e6-31ba-4e43-a91d-1d15d3a014c1","status":"InProgress","startTime":"2018-03-16T06:28:34.946Z"}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/5b87cc4a-d521-4592-906e-3e2e26f4f78b","name":"5b87cc4a-d521-4592-906e-3e2e26f4f78b","status":"Succeeded","startTime":"2018-06-07T00:29:15.786Z","endTime":"2018-06-07T00:29:20.03Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8$workspace$experiment$job"}}'} headers: cache-control: [no-cache] - content-length: ['298'] + content-length: ['493'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:28:50 GMT'] + date: ['Thu, 07 Jun 2018 00:29:32 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [f51a8301-8c44-459b-b3a9-be3f8615476b] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - 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.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 - Azure-SDK-For-Python] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/7ff1d4e6-31ba-4e43-a91d-1d15d3a014c1?api-version=2018-03-01 - response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/7ff1d4e6-31ba-4e43-a91d-1d15d3a014c1","name":"7ff1d4e6-31ba-4e43-a91d-1d15d3a014c1","status":"Succeeded","startTime":"2018-03-16T06:28:34.946Z","endTime":"2018-03-16T06:29:05.729Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8$job"}}'} - headers: - cache-control: [no-cache] - content-length: ['472'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:29:23 GMT'] - expires: ['-1'] - pragma: [no-cache] - request-id: [e6d8d037-b110-4df0-bcaf-0248c74b429c] + request-id: [83f63f63-e21b-4714-aa26-c313afd0426e] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -424,25 +365,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.BatchAI/jobs/job'' - under resource group ''test_mgmt_batchai_jobs_test_password_less_ssh_in_containerbf5117e8'' - was not found."}}'} + body: {string: '{"error":{"code":"JobNotFound","message":"The specified job job + is not found"}}'} headers: cache-control: [no-cache] - content-length: ['196'] + content-length: ['79'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:29:24 GMT'] + date: ['Thu, 07 Jun 2018 00:29:32 GMT'] expires: ['-1'] pragma: [no-cache] + request-id: [fedb83a2-123b-4815-9045-c20dc0a69cd9] + server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-failure-cause: [gateway] - status: {code: 404, message: Not Found} + status: {code: 404, message: The specified job job is not found} version: 1 diff --git a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_queued_job_termination.yaml b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_queued_job_termination.yaml index db66b32ed4a4..e16205fa95ec 100644 --- a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_queued_job_termination.yaml +++ b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_queued_job_termination.yaml @@ -1,39 +1,70 @@ interactions: - request: - body: 'b''b\''b\\\''{"location": "westeurope", "properties": {"priority": 0, "cluster": - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_queued_job_terminationa031486/providers/Microsoft.BatchAI/clusters/clustera031486"}, + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['0'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_queued_job_terminationa031486/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_queued_job_terminationa031486/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment","name":"experiment","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T05:27:13.406Z","creationTime":"2018-06-07T05:27:13.406Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['425'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 05:27:15 GMT'] + etag: ['"0x8D5CC3753354981"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 05:27:13 GMT'] + pragma: [no-cache] + request-id: [619bf817-3e19-4e27-bafe-85d27aa09d64] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] + status: {code: 200, message: OK} +- request: + body: 'b''{"properties": {"schedulingPriority": "normal", "cluster": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_queued_job_terminationa031486/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustera031486"}, "nodeCount": 1, "customToolkitSettings": {"commandLine": "true"}, "stdOutErrPathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles", "inputDirectories": [{"id": "INPUT", "path": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}], "outputDirectories": [{"id": "OUTPUTS", - "pathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/", "pathSuffix": "files", "type": - "custom", "createNew": true}]}}\\\''\''''' + "pathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/", "pathSuffix": "files"}]}}''' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['617'] + Content-Length: ['592'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_queued_job_terminationa031486/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_queued_job_terminationa031486/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/b8e9a405-74d2-4085-9037-cc20bfbc0d1f?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/242dedbf-00ad-4f22-9f1f-961fd485e9b2?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 06:36:36 GMT'] + date: ['Thu, 07 Jun 2018 05:27:16 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/b8e9a405-74d2-4085-9037-cc20bfbc0d1f?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/242dedbf-00ad-4f22-9f1f-961fd485e9b2?api-version=2018-05-01'] pragma: [no-cache] - request-id: [f55c17bd-e4d5-4bfb-9c19-dce389ed60c3] + request-id: [02b2abd4-5ee2-4cb0-b1fb-f5ff3d009a87] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1195'] + x-ms-ratelimit-remaining-subscription-writes: ['1197'] status: {code: 202, message: Accepted} - request: body: null @@ -41,21 +72,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/b8e9a405-74d2-4085-9037-cc20bfbc0d1f?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/242dedbf-00ad-4f22-9f1f-961fd485e9b2?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/b8e9a405-74d2-4085-9037-cc20bfbc0d1f","name":"b8e9a405-74d2-4085-9037-cc20bfbc0d1f","status":"Succeeded","startTime":"2018-03-16T06:36:36.607Z","endTime":"2018-03-16T06:36:37.263Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_queued_job_terminationa031486$job"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/242dedbf-00ad-4f22-9f1f-961fd485e9b2","name":"242dedbf-00ad-4f22-9f1f-961fd485e9b2","status":"Succeeded","startTime":"2018-06-07T05:27:17.348Z","endTime":"2018-06-07T05:27:17.902Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_queued_job_terminationa031486$workspace$experiment$job"}}'} headers: cache-control: [no-cache] - content-length: ['463'] + content-length: ['485'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:36:52 GMT'] + date: ['Thu, 07 Jun 2018 05:27:33 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [034d57af-3ffa-421a-8e9e-3a39625efba7] + request-id: [dc4811ad-06e3-4b75-8972-631423bc70de] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -68,23 +99,23 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_queued_job_terminationa031486/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_queued_job_terminationa031486/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_queued_job_terminationa031486/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_queued_job_terminationa031486/providers/Microsoft.BatchAI/clusters/clustera031486"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_queued_job_terminationa031486/jobs/job/44894223-ba3f-4566-97aa-2197fdea0243","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T06:36:36.591Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T06:36:37.232Z","executionState":"queued","executionStateTransitionTime":"2018-03-16T06:36:36.591Z"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_queued_job_terminationa031486/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_queued_job_terminationa031486/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustera031486"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_queued_job_terminationa031486/workspaces/workspace/experiments/experiment/jobs/job/cd3d411a-cd07-46c9-a01b-60a796cde379","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T05:27:17.317Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T05:27:17.886Z","executionState":"queued","executionStateTransitionTime":"2018-06-07T05:27:17.317Z"}}'} headers: cache-control: [no-cache] - content-length: ['1232'] + content-length: ['1378'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:36:54 GMT'] - etag: ['"0x8D58B08445FC36E"'] + date: ['Thu, 07 Jun 2018 05:27:34 GMT'] + etag: ['"0x8D5CC37558A1751"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 06:36:36 GMT'] + last-modified: ['Thu, 07 Jun 2018 05:27:17 GMT'] pragma: [no-cache] - request-id: [762e955e-44f2-4c64-96ce-bee15773bab0] + request-id: [fb3b1050-58b4-4e5f-b958-7f4de8deba00] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -99,23 +130,23 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_queued_job_terminationa031486/providers/Microsoft.BatchAI/jobs/job/terminate?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_queued_job_terminationa031486/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job/terminate?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/ff1e97f4-4d97-44be-a6c3-a90340ef27db?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8470042c-3e30-4c66-a2d2-e4b33bdd247c?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 06:36:56 GMT'] + date: ['Thu, 07 Jun 2018 05:27:34 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/ff1e97f4-4d97-44be-a6c3-a90340ef27db?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/8470042c-3e30-4c66-a2d2-e4b33bdd247c?api-version=2018-05-01'] pragma: [no-cache] - request-id: [ef973ccf-e42f-459a-90de-7c3e176e899b] + request-id: [057c16d1-3cde-48f6-965b-d9b59cdaa0a3] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] @@ -127,21 +158,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/ff1e97f4-4d97-44be-a6c3-a90340ef27db?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8470042c-3e30-4c66-a2d2-e4b33bdd247c?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/ff1e97f4-4d97-44be-a6c3-a90340ef27db","name":"ff1e97f4-4d97-44be-a6c3-a90340ef27db","status":"Succeeded","startTime":"2018-03-16T06:36:57.123Z","endTime":"2018-03-16T06:36:57.435Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_queued_job_terminationa031486$job"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8470042c-3e30-4c66-a2d2-e4b33bdd247c","name":"8470042c-3e30-4c66-a2d2-e4b33bdd247c","status":"Succeeded","startTime":"2018-06-07T05:27:35.376Z","endTime":"2018-06-07T05:27:35.767Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_queued_job_terminationa031486$workspace$experiment$job"}}'} headers: cache-control: [no-cache] - content-length: ['463'] + content-length: ['485'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:37:12 GMT'] + date: ['Thu, 07 Jun 2018 05:27:51 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [3f17ce73-fe8a-48c3-94a5-116531a88787] + request-id: [a029058f-2cd9-4cc8-8fcb-8829f396c19b] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -155,25 +186,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_queued_job_terminationa031486/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_queued_job_terminationa031486/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_queued_job_terminationa031486/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_queued_job_terminationa031486/providers/Microsoft.BatchAI/clusters/clustera031486"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_queued_job_terminationa031486/jobs/job/44894223-ba3f-4566-97aa-2197fdea0243","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T06:36:36.591Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T06:36:37.232Z","executionState":"failed","executionStateTransitionTime":"2018-03-16T06:36:57.424Z","executionInfo":{"startTime":"2018-03-16T06:36:57.232Z","endTime":"2018-03-16T06:36:57.424Z","errors":[{"code":"JobTerminate","message":"The + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_queued_job_terminationa031486/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_queued_job_terminationa031486/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustera031486"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_queued_job_terminationa031486/workspaces/workspace/experiments/experiment/jobs/job/cd3d411a-cd07-46c9-a01b-60a796cde379","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T05:27:17.317Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T05:27:17.886Z","executionState":"failed","executionStateTransitionTime":"2018-06-07T05:27:35.736Z","executionInfo":{"startTime":"2018-06-07T05:27:35.376Z","endTime":"2018-06-07T05:27:35.736Z","errors":[{"code":"JobTerminated","message":"The specified job has been terminated by the user"}]}}}'} headers: cache-control: [no-cache] - content-length: ['1423'] + content-length: ['1570'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:37:14 GMT'] - etag: ['"0x8D58B08445FC36E"'] + date: ['Thu, 07 Jun 2018 05:27:53 GMT'] + etag: ['"0x8D5CC37558A1751"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 06:36:36 GMT'] + last-modified: ['Thu, 07 Jun 2018 05:27:17 GMT'] pragma: [no-cache] - request-id: [91326118-d7f7-416e-8e1b-4cc5c4da363c] + request-id: [1d37522c-4b45-4260-bcb6-11dd5fafdabd] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -188,27 +219,27 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_queued_job_terminationa031486/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_queued_job_terminationa031486/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/a4c65ebb-536b-41e3-9fa2-f717141ac2dd?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/78eebf0d-1e05-4599-8599-e43d3a6c233f?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 06:37:17 GMT'] + date: ['Thu, 07 Jun 2018 05:27:54 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/a4c65ebb-536b-41e3-9fa2-f717141ac2dd?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/78eebf0d-1e05-4599-8599-e43d3a6c233f?api-version=2018-05-01'] pragma: [no-cache] - request-id: [48a27aa6-e16f-4079-85f4-515a3efb9c7b] + request-id: [cf710c34-4e39-4fd8-8bb3-d40cf0ac224d] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] + x-ms-ratelimit-remaining-subscription-deletes: ['14998'] status: {code: 202, message: Accepted} - request: body: null @@ -216,21 +247,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/a4c65ebb-536b-41e3-9fa2-f717141ac2dd?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/78eebf0d-1e05-4599-8599-e43d3a6c233f?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/a4c65ebb-536b-41e3-9fa2-f717141ac2dd","name":"a4c65ebb-536b-41e3-9fa2-f717141ac2dd","status":"Succeeded","startTime":"2018-03-16T06:37:17.395Z","endTime":"2018-03-16T06:37:18.124Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_queued_job_terminationa031486$job"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/78eebf0d-1e05-4599-8599-e43d3a6c233f","name":"78eebf0d-1e05-4599-8599-e43d3a6c233f","status":"Succeeded","startTime":"2018-06-07T05:27:54.537Z","endTime":"2018-06-07T05:27:54.74Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_queued_job_terminationa031486$workspace$experiment$job"}}'} headers: cache-control: [no-cache] - content-length: ['463'] + content-length: ['484'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:37:34 GMT'] + date: ['Thu, 07 Jun 2018 05:28:10 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [22e91e4b-85f8-43c8-be08-27ed084576db] + request-id: [b4910c42-c09d-4fca-abca-ce981f60ef5c] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -244,12 +275,12 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_queued_job_terminationa031486/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_queued_job_terminationa031486/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: body: {string: '{"error":{"code":"JobNotFound","message":"The specified job job is not found"}}'} @@ -257,10 +288,10 @@ interactions: cache-control: [no-cache] content-length: ['79'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:37:34 GMT'] + date: ['Thu, 07 Jun 2018 05:28:11 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [cd3aa173-a48e-4c4e-b619-4b231dcb355a] + request-id: [7dba1fce-b534-4623-a014-06988c14e0d8] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] diff --git a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_running_job_deletion.yaml b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_running_job_deletion.yaml index fd40d1d22739..1705cbf33f14 100644 --- a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_running_job_deletion.yaml +++ b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_running_job_deletion.yaml @@ -1,39 +1,70 @@ interactions: - request: - body: 'b''b\''b\\\''{"location": "westeurope", "properties": {"priority": 0, "cluster": - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_deletione1ae13a8/providers/Microsoft.BatchAI/clusters/clustere1ae13a8"}, + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['0'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_deletione1ae13a8/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_deletione1ae13a8/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment","name":"experiment","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T06:27:20.346Z","creationTime":"2018-06-07T06:27:20.346Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['424'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 06:31:23 GMT'] + etag: ['"0x8D5CC3FB91CAB4F"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 06:27:20 GMT'] + pragma: [no-cache] + request-id: [d21d70a4-2c46-4f86-8dda-13f17f857d32] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] + status: {code: 200, message: OK} +- request: + body: 'b''{"properties": {"schedulingPriority": "normal", "cluster": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_deletione1ae13a8/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere1ae13a8"}, "nodeCount": 1, "customToolkitSettings": {"commandLine": "sleep 600"}, "stdOutErrPathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles", "inputDirectories": [{"id": "INPUT", "path": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}], "outputDirectories": [{"id": "OUTPUTS", - "pathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/", "pathSuffix": "files", "type": - "custom", "createNew": true}]}}\\\''\''''' + "pathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/", "pathSuffix": "files"}]}}''' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['622'] + Content-Length: ['597'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_deletione1ae13a8/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_deletione1ae13a8/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/b12255f8-b7de-40e9-893a-a981dc38536a?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/39a23a28-b261-44b5-8b89-6dfee8bd020d?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 06:43:34 GMT'] + date: ['Thu, 07 Jun 2018 06:31:27 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/b12255f8-b7de-40e9-893a-a981dc38536a?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/39a23a28-b261-44b5-8b89-6dfee8bd020d?api-version=2018-05-01'] pragma: [no-cache] - request-id: [29ded49e-2ebf-4de9-8101-5fec87ddc9b0] + request-id: [80d077cc-e43b-40b7-8c00-e40c785935a9] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] status: {code: 202, message: Accepted} - request: body: null @@ -41,21 +72,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/b12255f8-b7de-40e9-893a-a981dc38536a?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/39a23a28-b261-44b5-8b89-6dfee8bd020d?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/b12255f8-b7de-40e9-893a-a981dc38536a","name":"b12255f8-b7de-40e9-893a-a981dc38536a","status":"Succeeded","startTime":"2018-03-16T06:43:33.719Z","endTime":"2018-03-16T06:43:34.829Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_running_job_deletione1ae13a8$job"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/39a23a28-b261-44b5-8b89-6dfee8bd020d","name":"39a23a28-b261-44b5-8b89-6dfee8bd020d","status":"Succeeded","startTime":"2018-06-07T06:31:26.923Z","endTime":"2018-06-07T06:31:27.766Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_running_job_deletione1ae13a8$workspace$experiment$job"}}'} headers: cache-control: [no-cache] - content-length: ['462'] + content-length: ['484'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:43:49 GMT'] + date: ['Thu, 07 Jun 2018 06:31:43 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [af0e808c-fe2a-4c74-9df8-2f6fdebd5c50] + request-id: [7a5a593b-609c-4043-8c7b-77432239f3d0] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -68,24 +99,24 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_deletione1ae13a8/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_deletione1ae13a8/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_deletione1ae13a8/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_deletione1ae13a8/providers/Microsoft.BatchAI/clusters/clustere1ae13a8"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_running_job_deletione1ae13a8/jobs/job/9447624d-9fd2-4b1c-bd5e-e5c6d4bf275a","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"sleep - 600"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T06:43:33.688Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T06:43:34.813Z","executionState":"running","executionStateTransitionTime":"2018-03-16T06:43:36.747Z","executionInfo":{"startTime":"2018-03-16T06:43:36.174Z"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_deletione1ae13a8/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_deletione1ae13a8/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere1ae13a8"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_running_job_deletione1ae13a8/workspaces/workspace/experiments/experiment/jobs/job/5ef48e0b-30db-449f-9d5f-903d7f44851b","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"sleep + 600"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T06:31:26.906Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T06:31:27.75Z","executionState":"running","executionStateTransitionTime":"2018-06-07T06:31:32.378Z","executionInfo":{"startTime":"2018-06-07T06:31:32.378Z"}}}'} headers: cache-control: [no-cache] - content-length: ['1293'] + content-length: ['1438'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:43:52 GMT'] - etag: ['"0x8D58B093CFBA2F0"'] + date: ['Thu, 07 Jun 2018 06:31:44 GMT'] + etag: ['"0x8D5CC404C12CC10"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 06:43:33 GMT'] + last-modified: ['Thu, 07 Jun 2018 06:31:26 GMT'] pragma: [no-cache] - request-id: [333a31e6-5fc9-4d87-b2da-c7e69f510db9] + request-id: [ec77bb7b-6bce-4ba8-804b-de20356218e5] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -99,25 +130,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_deletione1ae13a8/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_deletione1ae13a8/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_deletione1ae13a8/providers/Microsoft.BatchAI/jobs/job","name":"job","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_deletione1ae13a8/providers/Microsoft.BatchAI/clusters/clustere1ae13a8"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_running_job_deletione1ae13a8/jobs/job/9447624d-9fd2-4b1c-bd5e-e5c6d4bf275a","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"sleep - 600"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T06:43:33.688Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T06:43:34.813Z","executionState":"running","executionStateTransitionTime":"2018-03-16T06:43:36.747Z","executionInfo":{"startTime":"2018-03-16T06:43:36.174Z"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_deletione1ae13a8/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_deletione1ae13a8/providers/Microsoft.BatchAI/workspaces/workspace/clusters/clustere1ae13a8"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_running_job_deletione1ae13a8/workspaces/workspace/experiments/experiment/jobs/job/5ef48e0b-30db-449f-9d5f-903d7f44851b","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"sleep + 600"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T06:31:26.906Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T06:31:27.75Z","executionState":"running","executionStateTransitionTime":"2018-06-07T06:31:32.378Z","executionInfo":{"startTime":"2018-06-07T06:31:32.378Z"}}}'} headers: cache-control: [no-cache] - content-length: ['1293'] + content-length: ['1438'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:43:53 GMT'] - etag: ['"0x8D58B093CFBA2F0"'] + date: ['Thu, 07 Jun 2018 06:31:46 GMT'] + etag: ['"0x8D5CC404C12CC10"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 06:43:33 GMT'] + last-modified: ['Thu, 07 Jun 2018 06:31:26 GMT'] pragma: [no-cache] - request-id: [8d6bae66-a480-4af3-9eea-a1bab54a6e4a] + request-id: [ca1cbadf-1a4b-4fd5-a0e9-fe60bb06b7ec] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -132,27 +163,27 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_deletione1ae13a8/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_deletione1ae13a8/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/7999638e-3f2c-454c-8bef-948134b83c12?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/34665da7-c01f-420e-95c6-634132e21e60?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 06:43:56 GMT'] + date: ['Thu, 07 Jun 2018 06:31:47 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/7999638e-3f2c-454c-8bef-948134b83c12?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/34665da7-c01f-420e-95c6-634132e21e60?api-version=2018-05-01'] pragma: [no-cache] - request-id: [d9ff4c6a-2bb9-464d-b1a0-55a6045f5f96] + request-id: [b28e244f-6862-49f7-b312-257f28bf1993] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] status: {code: 202, message: Accepted} - request: body: null @@ -160,48 +191,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 - Azure-SDK-For-Python] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/7999638e-3f2c-454c-8bef-948134b83c12?api-version=2018-03-01 - response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/7999638e-3f2c-454c-8bef-948134b83c12","name":"7999638e-3f2c-454c-8bef-948134b83c12","status":"InProgress","startTime":"2018-03-16T06:43:56.189Z"}'} - headers: - cache-control: [no-cache] - content-length: ['298'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:44:12 GMT'] - expires: ['-1'] - pragma: [no-cache] - request-id: [03191573-6fbf-44c9-9822-13fec107d45d] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - 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.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/7999638e-3f2c-454c-8bef-948134b83c12?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/34665da7-c01f-420e-95c6-634132e21e60?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/7999638e-3f2c-454c-8bef-948134b83c12","name":"7999638e-3f2c-454c-8bef-948134b83c12","status":"Succeeded","startTime":"2018-03-16T06:43:56.189Z","endTime":"2018-03-16T06:44:29.442Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_running_job_deletione1ae13a8$job"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/34665da7-c01f-420e-95c6-634132e21e60","name":"34665da7-c01f-420e-95c6-634132e21e60","status":"Succeeded","startTime":"2018-06-07T06:31:47.603Z","endTime":"2018-06-07T06:31:48.284Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_running_job_deletione1ae13a8$workspace$experiment$job"}}'} headers: cache-control: [no-cache] - content-length: ['462'] + content-length: ['484'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:44:43 GMT'] + date: ['Thu, 07 Jun 2018 06:32:04 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [9cd12b1c-840a-4eab-96e6-047fc8e26018] + request-id: [3928fcf2-0fa1-41ab-8778-3015af577271] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -215,12 +219,12 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_deletione1ae13a8/providers/Microsoft.BatchAI/jobs/job?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_deletione1ae13a8/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/job?api-version=2018-05-01 response: body: {string: '{"error":{"code":"JobNotFound","message":"The specified job job is not found"}}'} @@ -228,10 +232,10 @@ interactions: cache-control: [no-cache] content-length: ['79'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:44:45 GMT'] + date: ['Thu, 07 Jun 2018 06:32:04 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [c3fa719b-e609-4351-b4b3-6c1ffc80aebb] + request-id: [17c18cbd-b255-4f76-8cdc-cdae3d3a4de1] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] diff --git a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_running_job_termination.yaml b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_running_job_termination.yaml index caf6fed5757f..61261a692795 100644 --- a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_running_job_termination.yaml +++ b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_jobs.test_running_job_termination.yaml @@ -1,39 +1,70 @@ interactions: - request: - body: 'b''b\''b\\\''{"location": "westeurope", "properties": {"priority": 0, "cluster": - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_termination200514fe/providers/Microsoft.BatchAI/clusters/cluster200514fe"}, + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['0'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_termination200514fe/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_termination200514fe/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment","name":"experiment","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T06:39:15.711Z","creationTime":"2018-06-07T06:39:15.711Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['427'] + content-type: [application/json; charset=utf-8] + date: ['Thu, 07 Jun 2018 06:42:35 GMT'] + etag: ['"0x8D5CC416380C192"'] + expires: ['-1'] + last-modified: ['Thu, 07 Jun 2018 06:39:15 GMT'] + pragma: [no-cache] + request-id: [90c1ac7d-74e5-44b2-aa7f-64f6e40880b2] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1198'] + status: {code: 200, message: OK} +- request: + body: 'b''{"properties": {"schedulingPriority": "normal", "cluster": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_termination200514fe/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster200514fe"}, "nodeCount": 1, "customToolkitSettings": {"commandLine": "sleep 600"}, "stdOutErrPathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles", "inputDirectories": [{"id": "INPUT", "path": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}], "outputDirectories": [{"id": "OUTPUTS", - "pathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/", "pathSuffix": "files", "type": - "custom", "createNew": true}]}}\\\''\''''' + "pathPrefix": "$AZ_BATCHAI_MOUNT_ROOT/azfiles/", "pathSuffix": "files"}]}}''' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['625'] + Content-Length: ['600'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_termination200514fe/providers/Microsoft.BatchAI/jobs/longrunning?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_termination200514fe/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/longrunning?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/13030a46-3048-47a2-a1b2-27867425b105?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/44cea672-5c33-4936-a0ae-28664eaad81d?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 06:56:28 GMT'] + date: ['Thu, 07 Jun 2018 06:42:36 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/13030a46-3048-47a2-a1b2-27867425b105?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/44cea672-5c33-4936-a0ae-28664eaad81d?api-version=2018-05-01'] pragma: [no-cache] - request-id: [250f6611-3828-4bdc-b50b-84b87d0e9d47] + request-id: [557873d9-9bac-44ff-8fb6-9e2ee0ca1130] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] status: {code: 202, message: Accepted} - request: body: null @@ -41,21 +72,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/13030a46-3048-47a2-a1b2-27867425b105?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/44cea672-5c33-4936-a0ae-28664eaad81d?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/13030a46-3048-47a2-a1b2-27867425b105","name":"13030a46-3048-47a2-a1b2-27867425b105","status":"Succeeded","startTime":"2018-03-16T06:56:29.699Z","endTime":"2018-03-16T06:56:30.432Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_running_job_termination200514fe$longrunning"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/44cea672-5c33-4936-a0ae-28664eaad81d","name":"44cea672-5c33-4936-a0ae-28664eaad81d","status":"Succeeded","startTime":"2018-06-07T06:42:37.039Z","endTime":"2018-06-07T06:42:37.9Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_running_job_termination200514fe$workspace$experiment$longrunning"}}'} headers: cache-control: [no-cache] - content-length: ['473'] + content-length: ['493'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:56:45 GMT'] + date: ['Thu, 07 Jun 2018 06:42:53 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [5ec93803-1393-437b-9dbc-93d8b591739c] + request-id: [1c67d3f9-e5f1-4b0a-b989-bfdc8400aa90] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -68,24 +99,24 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_termination200514fe/providers/Microsoft.BatchAI/jobs/longrunning?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_termination200514fe/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/longrunning?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_termination200514fe/providers/Microsoft.BatchAI/jobs/longrunning","name":"longrunning","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_termination200514fe/providers/Microsoft.BatchAI/clusters/cluster200514fe"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_running_job_termination200514fe/jobs/longrunning/947bc0cb-a474-479b-ab2d-086229c33e1a","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"sleep - 600"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T06:56:29.699Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T06:56:30.417Z","executionState":"running","executionStateTransitionTime":"2018-03-16T06:56:31.614Z","executionInfo":{"startTime":"2018-03-16T06:56:31.03Z"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_termination200514fe/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/longrunning","name":"longrunning","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_termination200514fe/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster200514fe"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_running_job_termination200514fe/workspaces/workspace/experiments/experiment/jobs/longrunning/88623348-0990-4327-a615-f9d92a068b81","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"sleep + 600"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T06:42:37.008Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T06:42:37.884Z","executionState":"running","executionStateTransitionTime":"2018-06-07T06:42:38.235Z","executionInfo":{"startTime":"2018-06-07T06:42:38.235Z"}}}'} headers: cache-control: [no-cache] - content-length: ['1325'] + content-length: ['1472'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:56:47 GMT'] - etag: ['"0x8D58B0B0B857EC4"'] + date: ['Thu, 07 Jun 2018 06:42:54 GMT'] + etag: ['"0x8D5CC41DB7C2FA2"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 06:56:29 GMT'] + last-modified: ['Thu, 07 Jun 2018 06:42:37 GMT'] pragma: [no-cache] - request-id: [7c6204f0-0316-4fd9-93b7-676ed268113d] + request-id: [841149ad-a76f-4104-a85c-05951a186aab] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -99,25 +130,25 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_termination200514fe/providers/Microsoft.BatchAI/jobs/longrunning?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_termination200514fe/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/longrunning?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_termination200514fe/providers/Microsoft.BatchAI/jobs/longrunning","name":"longrunning","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_termination200514fe/providers/Microsoft.BatchAI/clusters/cluster200514fe"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_running_job_termination200514fe/jobs/longrunning/947bc0cb-a474-479b-ab2d-086229c33e1a","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"sleep - 600"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T06:56:29.699Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T06:56:30.417Z","executionState":"running","executionStateTransitionTime":"2018-03-16T06:56:31.614Z","executionInfo":{"startTime":"2018-03-16T06:56:31.03Z"}}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_termination200514fe/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/longrunning","name":"longrunning","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_termination200514fe/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster200514fe"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_running_job_termination200514fe/workspaces/workspace/experiments/experiment/jobs/longrunning/88623348-0990-4327-a615-f9d92a068b81","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"sleep + 600"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T06:42:37.008Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T06:42:37.884Z","executionState":"running","executionStateTransitionTime":"2018-06-07T06:42:38.235Z","executionInfo":{"startTime":"2018-06-07T06:42:38.235Z"}}}'} headers: cache-control: [no-cache] - content-length: ['1325'] + content-length: ['1472'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:56:48 GMT'] - etag: ['"0x8D58B0B0B857EC4"'] + date: ['Thu, 07 Jun 2018 06:42:56 GMT'] + etag: ['"0x8D5CC41DB7C2FA2"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 06:56:29 GMT'] + last-modified: ['Thu, 07 Jun 2018 06:42:37 GMT'] pragma: [no-cache] - request-id: [cdae6d4d-3a9a-4a76-afb3-53fe7bfeb8f2] + request-id: [0d91b096-8496-49ba-8c8c-845d8ef782b4] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -132,23 +163,23 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_termination200514fe/providers/Microsoft.BatchAI/jobs/longrunning/terminate?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_termination200514fe/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/longrunning/terminate?api-version=2018-05-01 response: body: {string: ''} headers: - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/86a2cd34-719e-4c6c-b172-8f685f426ce5?api-version=2018-03-01'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/dc72e811-2e30-4bc7-befa-90c4d693aa5e?api-version=2018-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Fri, 16 Mar 2018 06:56:50 GMT'] + date: ['Thu, 07 Jun 2018 06:42:57 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationstatuses/86a2cd34-719e-4c6c-b172-8f685f426ce5?api-version=2018-03-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/dc72e811-2e30-4bc7-befa-90c4d693aa5e?api-version=2018-05-01'] pragma: [no-cache] - request-id: [0c500a2b-a41a-4a1a-b2b4-1e3f983d503f] + request-id: [83c1e13d-45c7-428c-8ded-5ac961aeaae1] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] @@ -160,48 +191,21 @@ interactions: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 - Azure-SDK-For-Python] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/86a2cd34-719e-4c6c-b172-8f685f426ce5?api-version=2018-03-01 - response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/86a2cd34-719e-4c6c-b172-8f685f426ce5","name":"86a2cd34-719e-4c6c-b172-8f685f426ce5","status":"InProgress","startTime":"2018-03-16T06:56:50.328Z"}'} - headers: - cache-control: [no-cache] - content-length: ['298'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:57:06 GMT'] - expires: ['-1'] - pragma: [no-cache] - request-id: [42293516-8a99-4ed3-a48d-b4870c8421f2] - server: [Microsoft-HTTPAPI/2.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - 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.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/86a2cd34-719e-4c6c-b172-8f685f426ce5?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/dc72e811-2e30-4bc7-befa-90c4d693aa5e?api-version=2018-05-01 response: - body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/operationresults/86a2cd34-719e-4c6c-b172-8f685f426ce5","name":"86a2cd34-719e-4c6c-b172-8f685f426ce5","status":"Succeeded","startTime":"2018-03-16T06:56:50.328Z","endTime":"2018-03-16T06:57:20.885Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_running_job_termination200514fe$longrunning"}}'} + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/dc72e811-2e30-4bc7-befa-90c4d693aa5e","name":"dc72e811-2e30-4bc7-befa-90c4d693aa5e","status":"Succeeded","startTime":"2018-06-07T06:42:57.802Z","endTime":"2018-06-07T06:43:02.774Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_jobs_test_running_job_termination200514fe$workspace$experiment$longrunning"}}'} headers: cache-control: [no-cache] - content-length: ['473'] + content-length: ['495'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:57:38 GMT'] + date: ['Thu, 07 Jun 2018 06:43:13 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [fad63804-d1d4-4ccb-9400-9a850d42977a] + request-id: [008c21a5-4c10-480e-92f3-45d29553e3f1] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] @@ -215,26 +219,26 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_termination200514fe/providers/Microsoft.BatchAI/jobs/longrunning?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_termination200514fe/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/longrunning?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_termination200514fe/providers/Microsoft.BatchAI/jobs/longrunning","name":"longrunning","type":"Microsoft.BatchAI/Jobs","properties":{"priority":0,"cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_termination200514fe/providers/Microsoft.BatchAI/clusters/cluster200514fe"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_running_job_termination200514fe/jobs/longrunning/947bc0cb-a474-479b-ab2d-086229c33e1a","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"sleep - 600"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files","type":"custom","createNew":true}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-03-16T06:56:29.699Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-03-16T06:56:30.417Z","executionState":"failed","executionStateTransitionTime":"2018-03-16T06:57:20.838Z","executionInfo":{"startTime":"2018-03-16T06:56:31.03Z","endTime":"2018-03-16T06:57:20.838Z","errors":[{"code":"JobTerminate","message":"The + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_termination200514fe/providers/Microsoft.BatchAI/workspaces/workspace/experiments/experiment/jobs/longrunning","name":"longrunning","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_jobs_test_running_job_termination200514fe/providers/Microsoft.BatchAI/workspaces/workspace/clusters/cluster200514fe"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_jobs_test_running_job_termination200514fe/workspaces/workspace/experiments/experiment/jobs/longrunning/88623348-0990-4327-a615-f9d92a068b81","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"sleep + 600"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles","inputDirectories":[{"id":"INPUT","path":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/input"}],"outputDirectories":[{"id":"OUTPUTS","pathPrefix":"$AZ_BATCHAI_MOUNT_ROOT/azfiles/","pathSuffix":"files"}],"constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-07T06:42:37.008Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-07T06:42:37.884Z","executionState":"failed","executionStateTransitionTime":"2018-06-07T06:43:02.743Z","executionInfo":{"startTime":"2018-06-07T06:42:38.235Z","endTime":"2018-06-07T06:43:02.743Z","errors":[{"code":"JobTerminated","message":"The specified job has been terminated by the user"}]}}}'} headers: cache-control: [no-cache] - content-length: ['1458'] + content-length: ['1606'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 06:57:38 GMT'] - etag: ['"0x8D58B0B0B857EC4"'] + date: ['Thu, 07 Jun 2018 06:43:16 GMT'] + etag: ['"0x8D5CC41DB7C2FA2"'] expires: ['-1'] - last-modified: ['Fri, 16 Mar 2018 06:56:29 GMT'] + last-modified: ['Thu, 07 Jun 2018 06:42:37 GMT'] pragma: [no-cache] - request-id: [aad8c3ae-59fb-4674-91ea-92a66d9407e8] + request-id: [bd100b42-ebeb-41fc-ad47-f35f38323864] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] diff --git a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_quota_and_usage.test_quota_and_usage.yaml b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_quota_and_usage.test_quota_and_usage.yaml index f58efe02fe51..5858b0ab9d6d 100644 --- a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_quota_and_usage.test_quota_and_usage.yaml +++ b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_quota_and_usage.test_quota_and_usage.yaml @@ -6,43 +6,54 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.4 (Linux-4.15.6-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven) - requests/2.18.4 msrest/0.4.27 msrest_azure/0.4.22 azure-mgmt-batchai/1.0.0 + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/westeurope/usages?api-version=2018-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/usages?api-version=2018-05-01 response: - body: {string: '{"value":[{"unit":"Count","currentValue":3,"limit":20,"name":{"value":"Clusters","localizedValue":"Clusters"}},{"unit":"Count","currentValue":3,"limit":24,"name":{"value":"Total + body: {string: '{"value":[{"unit":"Count","currentValue":1,"limit":20,"name":{"value":"Clusters","localizedValue":"Clusters"}},{"unit":"Count","currentValue":0,"limit":24,"name":{"value":"Total Cluster Dedicated Regional vCPUs","localizedValue":"Total Cluster Dedicated - Regional vCPUs"}},{"unit":"Count","currentValue":3,"limit":24,"name":{"value":"Standard + Regional vCPUs"}},{"unit":"Count","currentValue":0,"limit":24,"name":{"value":"Standard D Family Cluster Dedicated vCPUs","localizedValue":"Standard D Family Cluster Dedicated vCPUs"}},{"unit":"Count","currentValue":0,"limit":24,"name":{"value":"Standard Dv2 Family Cluster Dedicated vCPUs","localizedValue":"Standard Dv2 Family Cluster Dedicated vCPUs"}},{"unit":"Count","currentValue":0,"limit":24,"name":{"value":"Standard NC Family Cluster Dedicated vCPUs","localizedValue":"Standard NC Family Cluster + Dedicated vCPUs"}},{"unit":"Count","currentValue":0,"limit":0,"name":{"value":"Standard + NCv2 Family Cluster Dedicated vCPUs","localizedValue":"Standard NCv2 Family + Cluster Dedicated vCPUs"}},{"unit":"Count","currentValue":0,"limit":0,"name":{"value":"Standard + NCv3 Family Cluster Dedicated vCPUs","localizedValue":"Standard NCv3 Family + Cluster Dedicated vCPUs"}},{"unit":"Count","currentValue":0,"limit":0,"name":{"value":"Standard + ND Family Cluster Dedicated vCPUs","localizedValue":"Standard ND Family Cluster Dedicated vCPUs"}},{"unit":"Count","currentValue":0,"limit":24,"name":{"value":"Standard NV Family Cluster Dedicated vCPUs","localizedValue":"Standard NV Family Cluster - Dedicated vCPUs"}},{"unit":"Count","currentValue":0,"limit":24,"name":{"value":"Total + Dedicated vCPUs"}},{"unit":"Count","currentValue":1,"limit":24,"name":{"value":"Total Cluster LowPriority Regional vCPUs","localizedValue":"Total Cluster Low Priority - Regional vCPUs"}},{"unit":"Count","currentValue":0,"limit":24,"name":{"value":"Standard + Regional vCPUs"}},{"unit":"Count","currentValue":1,"limit":24,"name":{"value":"Standard D Family Cluster LowPriority vCPUs","localizedValue":"Standard D Family Cluster Low Priority vCPUs"}},{"unit":"Count","currentValue":0,"limit":24,"name":{"value":"Standard Dv2 Family Cluster LowPriority vCPUs","localizedValue":"Standard Dv2 Family Cluster Low Priority vCPUs"}},{"unit":"Count","currentValue":0,"limit":24,"name":{"value":"Standard NC Family Cluster LowPriority vCPUs","localizedValue":"Standard NC Family + Cluster Low Priority vCPUs"}},{"unit":"Count","currentValue":0,"limit":0,"name":{"value":"Standard + NCv2 Family Cluster LowPriority vCPUs","localizedValue":"Standard NCv2 Family + Cluster Low Priority vCPUs"}},{"unit":"Count","currentValue":0,"limit":0,"name":{"value":"Standard + NCv3 Family Cluster LowPriority vCPUs","localizedValue":"Standard NCv3 Family + Cluster Low Priority vCPUs"}},{"unit":"Count","currentValue":0,"limit":0,"name":{"value":"Standard + ND Family Cluster LowPriority vCPUs","localizedValue":"Standard ND Family Cluster Low Priority vCPUs"}},{"unit":"Count","currentValue":0,"limit":24,"name":{"value":"Standard NV Family Cluster LowPriority vCPUs","localizedValue":"Standard NV Family - Cluster Low Priority vCPUs"}},{"unit":"Count","currentValue":0,"limit":20,"name":{"value":"ActiveJobs","localizedValue":"Active - Jobs"}}]}'} + Cluster Low Priority vCPUs"}}]}'} headers: cache-control: [no-cache] - content-length: ['1917'] + content-length: ['2850'] content-type: [application/json; charset=utf-8] - date: ['Fri, 16 Mar 2018 17:32:50 GMT'] + date: ['Wed, 06 Jun 2018 18:07:16 GMT'] expires: ['-1'] pragma: [no-cache] - request-id: [f4ce8722-55d5-48d0-b40c-3f1cffd9feb8] + request-id: [cb3a7933-61a7-4fcc-8e6d-34e2f54c19df] server: [Microsoft-HTTPAPI/2.0] strict-transport-security: [max-age=31536000; includeSubDomains] transfer-encoding: [chunked] diff --git a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_workspaces.test_creation_and_deletion.yaml b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_workspaces.test_creation_and_deletion.yaml new file mode 100644 index 000000000000..7f8dce9b43fe --- /dev/null +++ b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_workspaces.test_creation_and_deletion.yaml @@ -0,0 +1,210 @@ +interactions: +- request: + body: '{"location": "northeurope"}' + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['27'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_creation_and_deletion79101688/providers/Microsoft.BatchAI/workspaces/testee?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_creation_and_deletion79101688/providers/Microsoft.BatchAI/workspaces/testee","name":"testee","type":"Microsoft.BatchAI/workspaces","location":"northeurope","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T18:39:26.491Z","creationTime":"2018-06-06T18:39:26.491Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['414'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 18:39:27 GMT'] + etag: ['"0x8D5CBDCD4B8D591"'] + expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 18:39:26 GMT'] + pragma: [no-cache] + request-id: [b44aee52-2a13-45d2-81de-02e05091ff17] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_creation_and_deletion79101688/providers/Microsoft.BatchAI/workspaces/testee?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_creation_and_deletion79101688/providers/Microsoft.BatchAI/workspaces/testee","name":"testee","type":"Microsoft.BatchAI/workspaces","location":"northeurope","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T18:39:26.491Z","creationTime":"2018-06-06T18:39:26.491Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['414'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 18:39:28 GMT'] + etag: ['"0x8D5CBDCD4B8D591"'] + expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 18:39:26 GMT'] + pragma: [no-cache] + request-id: [b353e245-881c-4bcd-8803-9d5ab23813b7] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/workspaces?api-version=2018-05-01 + response: + body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_clusters_test_cluster_resizinge61f13ed/providers/Microsoft.BatchAI/workspaces/workspace","name":"workspace","type":"Microsoft.BatchAI/workspaces","location":"northeurope","properties":{"provisioningState":"deleting","provisioningStateTransitionTime":"2018-06-06T18:34:39.504Z","creationTime":"2018-06-06T18:21:01.865Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_creation_and_deletion79101688/providers/Microsoft.BatchAI/workspaces/testee","name":"testee","type":"Microsoft.BatchAI/workspaces","location":"northeurope","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T18:39:26.491Z","creationTime":"2018-06-06T18:39:26.491Z"}}]}'} + headers: + cache-control: [no-cache] + content-length: ['839'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 18:39:28 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [cd1832d7-7cff-4b83-8f6b-2e6e1929e3bb] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_creation_and_deletion79101688/providers/Microsoft.BatchAI/workspaces?api-version=2018-05-01 + response: + body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_creation_and_deletion79101688/providers/Microsoft.BatchAI/workspaces/testee","name":"testee","type":"Microsoft.BatchAI/workspaces","location":"northeurope","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T18:39:26.491Z","creationTime":"2018-06-06T18:39:26.491Z"}}]}'} + headers: + cache-control: [no-cache] + content-length: ['426'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 18:39:30 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [0c4ce4bd-0969-4e29-aa2b-8e8c8280d9b3] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['0'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_creation_and_deletion79101688/providers/Microsoft.BatchAI/workspaces/testee?api-version=2018-05-01 + response: + body: {string: ''} + headers: + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/77abfc1d-1d3a-4b23-9859-cf48571280bf?api-version=2018-05-01'] + cache-control: [no-cache] + content-length: ['0'] + date: ['Wed, 06 Jun 2018 18:39:32 GMT'] + expires: ['-1'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/77abfc1d-1d3a-4b23-9859-cf48571280bf?api-version=2018-05-01'] + pragma: [no-cache] + request-id: [4cc6698d-c286-42e8-868a-88b244880740] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] + status: {code: 202, message: Accepted} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/77abfc1d-1d3a-4b23-9859-cf48571280bf?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/77abfc1d-1d3a-4b23-9859-cf48571280bf","name":"77abfc1d-1d3a-4b23-9859-cf48571280bf","status":"Succeeded","startTime":"2018-06-06T18:39:33.023Z","endTime":"2018-06-06T18:39:36.515Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_workspaces_test_creation_and_deletion79101688$testee"}}'} + headers: + cache-control: [no-cache] + content-length: ['473'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 18:39:48 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [e6e2c55c-7712-420e-a0fc-12c7a7e219e1] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_creation_and_deletion79101688/providers/Microsoft.BatchAI/workspaces?api-version=2018-05-01 + response: + body: {string: '{"value":[]}'} + headers: + cache-control: [no-cache] + content-length: ['12'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 18:39:49 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [a0a5e8ca-37c8-4bbe-907c-658d8da2d121] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +version: 1 diff --git a/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_workspaces.test_workspaces_isolation.yaml b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_workspaces.test_workspaces_isolation.yaml new file mode 100644 index 000000000000..b48e66e724d6 --- /dev/null +++ b/azure-mgmt-batchai/tests/recordings/test_mgmt_batchai_workspaces.test_workspaces_isolation.yaml @@ -0,0 +1,857 @@ +interactions: +- request: + body: '{"location": "northeurope"}' + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['27'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/first?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/first","name":"first","type":"Microsoft.BatchAI/workspaces","location":"northeurope","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T19:59:42.173Z","creationTime":"2018-06-06T19:59:42.173Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['411'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 19:59:42 GMT'] + etag: ['"0x8D5CBE80B17873B"'] + expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 19:59:42 GMT'] + pragma: [no-cache] + request-id: [cc078c91-5b82-45f7-9cd6-90f8a5c27103] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1197'] + status: {code: 200, message: OK} +- request: + body: '{"location": "northeurope"}' + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['27'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/second?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/second","name":"second","type":"Microsoft.BatchAI/workspaces","location":"northeurope","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T19:59:45.592Z","creationTime":"2018-06-06T19:59:45.592Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['413'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 19:59:45 GMT'] + etag: ['"0x8D5CBE80D2135E4"'] + expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 19:59:45 GMT'] + pragma: [no-cache] + request-id: [62c37f38-a7e6-42d7-a2aa-0535ce8542a6] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1194'] + status: {code: 200, message: OK} +- request: + body: '{"properties": {"vmSize": "STANDARD_D1", "vmPriority": "lowpriority", "scaleSettings": + {"manual": {"targetNodeCount": 0, "nodeDeallocationOption": "requeue"}}, "userAccountSettings": + {"adminUserName": "demoUser", "adminUserPassword": "Dem0Pa$$w0rd"}}}' + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['251'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/first/clusters/cluster?api-version=2018-05-01 + response: + body: {string: ''} + headers: + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/feccedcc-8fab-4c37-ae3b-1e13df24d645?api-version=2018-05-01'] + cache-control: [no-cache] + content-length: ['0'] + date: ['Wed, 06 Jun 2018 19:59:45 GMT'] + expires: ['-1'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/feccedcc-8fab-4c37-ae3b-1e13df24d645?api-version=2018-05-01'] + pragma: [no-cache] + request-id: [58f02aa5-22af-46ed-adf4-2e6ed5cc4698] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1193'] + status: {code: 202, message: Accepted} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/feccedcc-8fab-4c37-ae3b-1e13df24d645?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/feccedcc-8fab-4c37-ae3b-1e13df24d645","name":"feccedcc-8fab-4c37-ae3b-1e13df24d645","status":"Succeeded","startTime":"2018-06-06T19:59:46.622Z","endTime":"2018-06-06T19:59:47.405Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_workspaces_test_workspaces_isolation66241661$first$cluster"}}'} + headers: + cache-control: [no-cache] + content-length: ['479'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 20:00:01 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [8602aba7-0276-4bdb-9557-8282cc5ae257] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/first/clusters/cluster?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/first/clusters/cluster","name":"cluster","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T19:59:46.607Z","allocationStateTransitionTime":"2018-06-06T19:59:47.953Z","provisioningStateTransitionTime":"2018-06-06T19:59:47.374Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"}}}'} + headers: + cache-control: [no-cache] + content-length: ['966'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 20:00:03 GMT'] + etag: ['"0x8D5CBE80DBC069D"'] + expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 19:59:46 GMT'] + pragma: [no-cache] + request-id: [e23f0560-5a1b-464f-9012-6d36006b563a] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['0'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/first/experiments/experiment?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/first/experiments/experiment","name":"experiment","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:00:05.596Z","creationTime":"2018-06-06T20:00:05.596Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['426'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 20:00:04 GMT'] + etag: ['"0x8D5CBE8190D97D6"'] + expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 20:00:05 GMT'] + pragma: [no-cache] + request-id: [48110e93-5ca4-40bb-bc47-c68853f2a57b] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1197'] + status: {code: 200, message: OK} +- request: + body: 'b''{"properties": {"schedulingPriority": "normal", "cluster": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/first/clusters/cluster"}, + "nodeCount": 1, "customToolkitSettings": {"commandLine": "true"}, "stdOutErrPathPrefix": + "$AZ_BATCHAI_MOUNT_ROOT"}}''' + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['377'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/first/experiments/experiment/jobs/job?api-version=2018-05-01 + response: + body: {string: ''} + headers: + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8f6ff902-f52d-4629-8a28-8827741fd516?api-version=2018-05-01'] + cache-control: [no-cache] + content-length: ['0'] + date: ['Wed, 06 Jun 2018 20:00:06 GMT'] + expires: ['-1'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/8f6ff902-f52d-4629-8a28-8827741fd516?api-version=2018-05-01'] + pragma: [no-cache] + request-id: [8d7a3961-8f4f-46fb-bc00-0b9a0adf71c3] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1198'] + status: {code: 202, message: Accepted} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8f6ff902-f52d-4629-8a28-8827741fd516?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/8f6ff902-f52d-4629-8a28-8827741fd516","name":"8f6ff902-f52d-4629-8a28-8827741fd516","status":"Succeeded","startTime":"2018-06-06T20:00:07.316Z","endTime":"2018-06-06T20:00:07.945Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_workspaces_test_workspaces_isolation66241661$first$experiment$job"}}'} + headers: + cache-control: [no-cache] + content-length: ['486'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 20:00:23 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [ed4a5bf9-da90-49b8-aa6a-b791765033f6] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/first/experiments/experiment/jobs/job?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/first/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/first/clusters/cluster"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/workspaces/first/experiments/experiment/jobs/job/b4086612-1e49-443e-b1ac-ad6d0388af42","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT","constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:00:07.3Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:00:07.929Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:00:07.3Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['1173'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 20:00:23 GMT'] + etag: ['"0x8D5CBE81A11977D"'] + expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 20:00:07 GMT'] + pragma: [no-cache] + request-id: [5ac51cce-c55d-4d2c-9bd4-bf5069cbd863] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: '{"properties": {"vmSize": "STANDARD_D1", "vmPriority": "lowpriority", "scaleSettings": + {"manual": {"targetNodeCount": 0, "nodeDeallocationOption": "requeue"}}, "userAccountSettings": + {"adminUserName": "demoUser", "adminUserPassword": "Dem0Pa$$w0rd"}}}' + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['251'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/second/clusters/cluster?api-version=2018-05-01 + response: + body: {string: ''} + headers: + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/4b901741-c87b-43d4-a2b5-2b168f39088e?api-version=2018-05-01'] + cache-control: [no-cache] + content-length: ['0'] + date: ['Wed, 06 Jun 2018 20:00:24 GMT'] + expires: ['-1'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/4b901741-c87b-43d4-a2b5-2b168f39088e?api-version=2018-05-01'] + pragma: [no-cache] + request-id: [b1181af1-068b-4402-94ca-6f37a70c3f06] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1196'] + status: {code: 202, message: Accepted} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/4b901741-c87b-43d4-a2b5-2b168f39088e?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/4b901741-c87b-43d4-a2b5-2b168f39088e","name":"4b901741-c87b-43d4-a2b5-2b168f39088e","status":"Succeeded","startTime":"2018-06-06T20:00:24.664Z","endTime":"2018-06-06T20:00:25.367Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_workspaces_test_workspaces_isolation66241661$second$cluster"}}'} + headers: + cache-control: [no-cache] + content-length: ['480'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 20:00:40 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [d7017dbc-3be1-427e-b65e-acbd1449c96e] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/second/clusters/cluster?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/second/clusters/cluster","name":"cluster","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:00:24.649Z","allocationStateTransitionTime":"2018-06-06T20:00:25.777Z","provisioningStateTransitionTime":"2018-06-06T20:00:25.352Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"}}}'} + headers: + cache-control: [no-cache] + content-length: ['967'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 20:00:41 GMT'] + etag: ['"0x8D5CBE82468CA78"'] + expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 20:00:24 GMT'] + pragma: [no-cache] + request-id: [7e679cca-477d-4a55-9855-990a0e828e78] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['0'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/second/experiments/experiment?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/second/experiments/experiment","name":"experiment","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:00:43.677Z","creationTime":"2018-06-06T20:00:43.677Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['427'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 20:00:43 GMT'] + etag: ['"0x8D5CBE82FC05AA6"'] + expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 20:00:43 GMT'] + pragma: [no-cache] + request-id: [2fc7ebf2-bbd0-483e-9d2d-c78286d25329] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1198'] + status: {code: 200, message: OK} +- request: + body: 'b''{"properties": {"schedulingPriority": "normal", "cluster": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/second/clusters/cluster"}, + "nodeCount": 1, "customToolkitSettings": {"commandLine": "true"}, "stdOutErrPathPrefix": + "$AZ_BATCHAI_MOUNT_ROOT"}}''' + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['378'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/second/experiments/experiment/jobs/job?api-version=2018-05-01 + response: + body: {string: ''} + headers: + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/e58868d2-1d99-4c58-a68f-2a8d838129ec?api-version=2018-05-01'] + cache-control: [no-cache] + content-length: ['0'] + date: ['Wed, 06 Jun 2018 20:00:45 GMT'] + expires: ['-1'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/e58868d2-1d99-4c58-a68f-2a8d838129ec?api-version=2018-05-01'] + pragma: [no-cache] + request-id: [ce3d0f83-9a03-416b-8487-062c38dcf150] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1198'] + status: {code: 202, message: Accepted} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/e58868d2-1d99-4c58-a68f-2a8d838129ec?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/e58868d2-1d99-4c58-a68f-2a8d838129ec","name":"e58868d2-1d99-4c58-a68f-2a8d838129ec","status":"Succeeded","startTime":"2018-06-06T20:00:45.415Z","endTime":"2018-06-06T20:00:45.759Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_workspaces_test_workspaces_isolation66241661$second$experiment$job"}}'} + headers: + cache-control: [no-cache] + content-length: ['487'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 20:01:01 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [96c0cbc5-b300-4944-a148-154c2a059728] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/second/experiments/experiment/jobs/job?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/second/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/second/clusters/cluster"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/workspaces/second/experiments/experiment/jobs/job/70811690-35c3-49f5-93f7-203c17f2d68a","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT","constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:00:45.399Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:00:45.743Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:00:45.399Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['1180'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 20:01:01 GMT'] + etag: ['"0x8D5CBE830C71C4A"'] + expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 20:00:45 GMT'] + pragma: [no-cache] + request-id: [8d10e2eb-4cfa-4376-be12-3dbff9386162] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['0'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/first?api-version=2018-05-01 + response: + body: {string: ''} + headers: + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/5a53fb79-e859-4e21-999b-60f875fa5142?api-version=2018-05-01'] + cache-control: [no-cache] + content-length: ['0'] + date: ['Wed, 06 Jun 2018 20:01:03 GMT'] + expires: ['-1'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationstatuses/5a53fb79-e859-4e21-999b-60f875fa5142?api-version=2018-05-01'] + pragma: [no-cache] + request-id: [dde3e1d9-b428-4310-ac61-88b64464dbf5] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-deletes: ['14998'] + status: {code: 202, message: Accepted} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/5a53fb79-e859-4e21-999b-60f875fa5142?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/5a53fb79-e859-4e21-999b-60f875fa5142","name":"5a53fb79-e859-4e21-999b-60f875fa5142","status":"InProgress","startTime":"2018-06-06T20:01:04.014Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 20:01:19 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [38fc1725-1de2-49d5-8fce-eb9fde0a4f09] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/5a53fb79-e859-4e21-999b-60f875fa5142?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/5a53fb79-e859-4e21-999b-60f875fa5142","name":"5a53fb79-e859-4e21-999b-60f875fa5142","status":"InProgress","startTime":"2018-06-06T20:01:04.014Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 20:01:50 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [a2a5218d-543b-4a90-ba1c-a297b5900ca4] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/5a53fb79-e859-4e21-999b-60f875fa5142?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/5a53fb79-e859-4e21-999b-60f875fa5142","name":"5a53fb79-e859-4e21-999b-60f875fa5142","status":"InProgress","startTime":"2018-06-06T20:01:04.014Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 20:02:23 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [5e26d71b-2cee-47dc-bea2-3f72e14618a7] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/5a53fb79-e859-4e21-999b-60f875fa5142?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/5a53fb79-e859-4e21-999b-60f875fa5142","name":"5a53fb79-e859-4e21-999b-60f875fa5142","status":"InProgress","startTime":"2018-06-06T20:01:04.014Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 20:02:54 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [6f55aed8-9eb5-4a8d-aef8-a24f493acb14] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/5a53fb79-e859-4e21-999b-60f875fa5142?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/5a53fb79-e859-4e21-999b-60f875fa5142","name":"5a53fb79-e859-4e21-999b-60f875fa5142","status":"InProgress","startTime":"2018-06-06T20:01:04.014Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 20:03:25 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [d59a74dc-8f4c-4e07-9cc1-2e8fafd24b9d] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/5a53fb79-e859-4e21-999b-60f875fa5142?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/5a53fb79-e859-4e21-999b-60f875fa5142","name":"5a53fb79-e859-4e21-999b-60f875fa5142","status":"InProgress","startTime":"2018-06-06T20:01:04.014Z"}'} + headers: + cache-control: [no-cache] + content-length: ['299'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 20:03:57 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [a9de8c1d-c9aa-4afd-8d75-87042b7e6a20] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + 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.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/5a53fb79-e859-4e21-999b-60f875fa5142?api-version=2018-05-01 + response: + body: {string: '{"id":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.BatchAI/locations/northeurope/operationresults/5a53fb79-e859-4e21-999b-60f875fa5142","name":"5a53fb79-e859-4e21-999b-60f875fa5142","status":"Succeeded","startTime":"2018-06-06T20:01:04.014Z","endTime":"2018-06-06T20:04:22.945Z","properties":{"resourceId":"00000000-0000-0000-0000-000000000000$test_mgmt_batchai_workspaces_test_workspaces_isolation66241661$first"}}'} + headers: + cache-control: [no-cache] + content-length: ['471'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 20:04:28 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [a5a3f4b9-71c3-4818-bb43-f647dcf896b0] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/first?api-version=2018-05-01 + response: + body: {string: '{"error":{"code":"WorkspaceNotFound","message":"The specified + workspace first is not found"}}'} + headers: + cache-control: [no-cache] + content-length: ['93'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 20:04:29 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-id: [595f9da6-37b5-4f77-89eb-97bf49463f3e] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + x-content-type-options: [nosniff] + status: {code: 404, message: The specified workspace first is not found} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/second?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/second","name":"second","type":"Microsoft.BatchAI/workspaces","location":"northeurope","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T19:59:45.592Z","creationTime":"2018-06-06T19:59:45.592Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['413'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 20:04:30 GMT'] + etag: ['"0x8D5CBE80D2135E4"'] + expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 19:59:45 GMT'] + pragma: [no-cache] + request-id: [6ec053fa-6f17-4a20-8b51-e5b4377ca217] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/second/clusters/cluster?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/second/clusters/cluster","name":"cluster","type":"Microsoft.BatchAI/workspaces/clusters","properties":{"provisioningState":"succeeded","allocationState":"steady","creationTime":"2018-06-06T20:00:24.649Z","allocationStateTransitionTime":"2018-06-06T20:00:25.777Z","provisioningStateTransitionTime":"2018-06-06T20:00:25.352Z","vmSize":"STANDARD_D1","currentNodeCount":0,"nodeStateCounts":{"runningNodeCount":0,"idleNodeCount":0,"unusableNodeCount":0,"preparingNodeCount":0,"leavingNodeCount":0},"vmPriority":"lowpriority","scaleSettings":{"manual":{"targetNodeCount":0,"nodeDeallocationOption":"requeue"}},"virtualMachineConfiguration":{"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"16.04-LTS","version":"latest"}},"userAccountSettings":{"adminUserName":"demoUser"}}}'} + headers: + cache-control: [no-cache] + content-length: ['967'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 20:04:31 GMT'] + etag: ['"0x8D5CBE82468CA78"'] + expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 20:00:24 GMT'] + pragma: [no-cache] + request-id: [aa24be9b-a12d-46a1-acde-199ee0673fd5] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/second/experiments/experiment?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/second/experiments/experiment","name":"experiment","type":"Microsoft.BatchAI/workspaces/experiments","properties":{"provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:00:43.677Z","creationTime":"2018-06-06T20:00:43.677Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['427'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 20:04:32 GMT'] + etag: ['"0x8D5CBE82FC05AA6"'] + expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 20:00:43 GMT'] + pragma: [no-cache] + request-id: [2b64191d-58e7-4bdb-972f-012be214ccb3] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/3.6.5 (Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight) + requests/2.18.4 msrest/0.4.29 msrest_azure/0.4.31 azure-mgmt-batchai/1.0.1 + Azure-SDK-For-Python] + accept-language: [en-US] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/second/experiments/experiment/jobs/job?api-version=2018-05-01 + response: + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/second/experiments/experiment/jobs/job","name":"job","type":"Microsoft.BatchAI/workspaces/experiments/jobs","properties":{"experimentName":"experiment","schedulingPriority":"normal","cluster":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/providers/Microsoft.BatchAI/workspaces/second/clusters/cluster"},"jobOutputDirectoryPathSegment":"00000000-0000-0000-0000-000000000000/test_mgmt_batchai_workspaces_test_workspaces_isolation66241661/workspaces/second/experiments/experiment/jobs/job/70811690-35c3-49f5-93f7-203c17f2d68a","nodeCount":1,"toolType":"custom","customToolkitSettings":{"commandLine":"true"},"stdOutErrPathPrefix":"$AZ_BATCHAI_MOUNT_ROOT","constraints":{"maxWallClockTime":"P7D"},"creationTime":"2018-06-06T20:00:45.399Z","provisioningState":"succeeded","provisioningStateTransitionTime":"2018-06-06T20:00:45.743Z","executionState":"queued","executionStateTransitionTime":"2018-06-06T20:00:45.399Z"}}'} + headers: + cache-control: [no-cache] + content-length: ['1180'] + content-type: [application/json; charset=utf-8] + date: ['Wed, 06 Jun 2018 20:04:34 GMT'] + etag: ['"0x8D5CBE830C71C4A"'] + expires: ['-1'] + last-modified: ['Wed, 06 Jun 2018 20:00:45 GMT'] + pragma: [no-cache] + request-id: [bebce685-4a5d-45ae-b390-669de1b56059] + server: [Microsoft-HTTPAPI/2.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + status: {code: 200, message: OK} +version: 1 From c233fd9beccf69dd2450e64bd21c56f772655134 Mon Sep 17 00:00:00 2001 From: AlexanderYukhanov Date: Thu, 7 Jun 2018 10:45:34 -0700 Subject: [PATCH 4/5] BatchAI. Updated history --- azure-mgmt-batchai/HISTORY.rst | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/azure-mgmt-batchai/HISTORY.rst b/azure-mgmt-batchai/HISTORY.rst index a63a7f0b7be3..77beb7286ed0 100644 --- a/azure-mgmt-batchai/HISTORY.rst +++ b/azure-mgmt-batchai/HISTORY.rst @@ -3,6 +3,36 @@ Release History =============== +2.0.0 (2018-06-07) +++++++++++++++++++ + +**Breaking changes** + +This version uses 2018-05-01 BatchAI API specification which introduced the following braking changes: + +- Clusters, FileServers must be created under a workspace; +- Jobs must be created under an experiment; +- Clusters, FileServers and Jobs do not accept location during creation and belong to the same location as the parent + workspace; +- Clusters, FileServers and Jobs do not support tags; +- BatchAIManagementClient.usage renamed to BatchAIManagementClient.usages; +- Job priority changed a type from int to an enum; +- File.is_directory is replaced with File.file_type; +- Job.priority and JobCreateParameters.priority is replaced with scheduling_priority; +- Removed unsupported MountSettings.file_server_type attribute; +- OutputDirectory.type unsupported attribute removed; +- OutputDirectory.create_new attributes removed, BatchAI will always create output directories if they not exist; +- SetupTask.run_elevated attribute removed, the setup task is always executed under root. + +**Features** + +- Added support to workspaces to group Clusters, FileServers and Experiments and remove limit on number of allocated + resources; +- Added support for experiment to group jobs and remove limit on number of jobs; +- Added support for configuring /dev/shm for jobs which use docker containers; +- Added first class support for generic MPI jobs; +- Added first class support for Horovod jobs. + 1.0.1 (2018-04-16) ++++++++++++++++++ From a06dbaa1338f073d969fd662a6eee3174210df90 Mon Sep 17 00:00:00 2001 From: AlexanderYukhanov Date: Thu, 7 Jun 2018 12:57:01 -0700 Subject: [PATCH 5/5] BatchAI. Updated version to 2.0.0 --- azure-mgmt-batchai/azure/mgmt/batchai/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-mgmt-batchai/azure/mgmt/batchai/version.py b/azure-mgmt-batchai/azure/mgmt/batchai/version.py index 44e69c49c178..53c4c7ea05e8 100644 --- a/azure-mgmt-batchai/azure/mgmt/batchai/version.py +++ b/azure-mgmt-batchai/azure/mgmt/batchai/version.py @@ -9,5 +9,5 @@ # regenerated. # -------------------------------------------------------------------------- -VERSION = "1.0.1" +VERSION = "2.0.0"