microsoftarchive / BatchAI

Repo for publishing code Samples and CLI samples for BatchAI service
MIT License
125 stars 62 forks source link

JobCreateParameters - wrong ref #41

Closed yodobrin closed 6 years ago

yodobrin commented 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

AlexanderYukhanov commented 6 years ago

Fixed