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

Commit

Permalink
Don't authenticate - workaround for testing - have to fix this!!! #44
Browse files Browse the repository at this point in the history
  • Loading branch information
andrie committed Feb 6, 2017
1 parent 784d3ac commit e62f8df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/AzureBlob.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ azureListStorageBlobs <- function(azureActiveContext, storageAccount, storageKey
container, resourceGroup, subscriptionID,
azToken, verbose = FALSE) {

if (!missing(azureActiveContext)) {
azureCheckToken(azureActiveContext)
}
#if (!missing(azureActiveContext)) {
#azureCheckToken(azureActiveContext)
#}

if (missing(resourceGroup) && !missing(azureActiveContext)) {
resourceGroup <- azureActiveContext$resourceGroup
Expand Down

0 comments on commit e62f8df

Please sign in to comment.