Azure / doAzureParallel

A R package that allows users to submit parallel workloads in Azure
MIT License
107 stars 51 forks source link

Batch pools using image with an imminent expiration date (batch.node.ubuntu 16.04) #375

Closed d-sci closed 3 years ago

d-sci commented 3 years ago

I get this warning in the Azure portal that my pool (created by doAzureParallel) is "using an image with an imminent expiration date". It appears this will be unsupported at the end of the month (2021-05-30).

Screen Shot 2021-05-09 at 1 18 55 AM

Looks like this is set here - hoping this is an easy fix:

https://github.com/Azure/doAzureParallel/blob/56661a423351622dab4dbf85276ad256aff83e24/R/batch-api.R#L261-L270

brnleehng commented 3 years ago

Updating with this PR #378