diff --git a/azure_batch_maya/scripts/environment.py b/azure_batch_maya/scripts/environment.py index 008eeb2..57f568f 100644 --- a/azure_batch_maya/scripts/environment.py +++ b/azure_batch_maya/scripts/environment.py @@ -42,8 +42,8 @@ MAYA_IMAGES = { { 'node_sku_id': 'batch.node.centos 7', 'publisher': 'batch', - 'offer': 'autodesk-maya-arnold-centos73', - 'sku': 'maya-arnold-2017', + 'offer': 'rendering-centos73-preview', + 'sku': 'rendering', 'version': 'latest' }, }