Closed pedrobtz closed 1 year ago
at https://github.com/Azure/AzureRMR/blame/da4751a30df58360db054abd5e4584d5bdbbdc57/R/az_login.R#L199 the call to load_azure_token(file) the value file evaluates to base::file and it returns error.
load_azure_token(file)
file
base::file
### Tasks
at https://github.com/Azure/AzureRMR/blame/da4751a30df58360db054abd5e4584d5bdbbdc57/R/az_login.R#L199 the call to
load_azure_token(file)
the valuefile
evaluates tobase::file
and it returns error.