JobCreateParameters - wrong ref
yodobrin opened this issue · 1 comments
yodobrin commented
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
Fixed