Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Replaced deprecated function (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
brnleehng authored May 9, 2018
1 parent 84aa7c9 commit 23079f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/batchApi.R
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 23079f5

Please sign in to comment.