From 23079f5b6f6804f629885c1b5c8c90dab09abd32 Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 9 May 2018 16:17:33 -0700 Subject: [PATCH] Replaced deprecated function (#269) --- R/batchApi.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/batchApi.R b/R/batchApi.R index 9a9073cf..26732272 100644 --- a/R/batchApi.R +++ b/R/batchApi.R @@ -30,7 +30,7 @@ BatchUtilities <- R6::R6Class( ) file.remove(envFile) - readToken <- rAzureBatch::createSasToken("r", "c", jobId) + readToken <- storageClient$generateSasToken("r", "c", jobId) envFileUrl <- rAzureBatch::createBlobUrl( storageClient$authentication$name,