зеркало из https://github.com/Azure/AzureDSVM.git
Should be 'context' instead of 'azureActiveContext'
This commit is contained in:
Родитель
a8c84f9d6d
Коммит
4c9fd2e756
|
@ -30,11 +30,11 @@ dataConsumptionDSVM <- function(context,
|
|||
|
||||
# check the validity of credentials.
|
||||
|
||||
assert_that(is.azureActiveContext(azureActiveContext))
|
||||
assert_that(is.azureActiveContext(context))
|
||||
|
||||
# renew token if it expires.
|
||||
|
||||
azureCheckToken(azureActiveContext)
|
||||
azureCheckToken(context)
|
||||
|
||||
# preconditions here...
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче