Closed yodobrin closed 6 years ago
job_create_parameters does not exist as an attribute in azure.mgmt.batchai.models the code.
the code had to be altered from: parameters = models.job_create_parameters.JobCreateParameters to parameters = models.JobCreateParameters
to enable it to run with latest packages
Fixed
job_create_parameters does not exist as an attribute in azure.mgmt.batchai.models the code.
the code had to be altered from: parameters = models.job_create_parameters.JobCreateParameters to parameters = models.JobCreateParameters
to enable it to run with latest packages