From 9c4c0b9f458b18a8631436296ec3f64fce1ddf92 Mon Sep 17 00:00:00 2001 From: David Kydd Date: Thu, 7 Sep 2017 15:39:14 +1200 Subject: [PATCH] Fix centOS rendering image to new SKU --- azure_batch_maya/scripts/environment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' }, }