Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Azure/AzureRMR
Browse files Browse the repository at this point in the history
  • Loading branch information
hongooi73 committed Sep 10, 2023
2 parents 31c68b9 + 5527f87 commit fe43bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/az_login.R
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ list_azure_logins <- function()
logins <- sapply(arm_logins, function(tenant)
{
sapply(tenant,
function(hash) az_rm$new(token=load_azure_token(file)),
function(hash) az_rm$new(token=load_azure_token(hash)),
simplify=FALSE)
}, simplify=FALSE)

Expand Down

0 comments on commit fe43bb7

Please sign in to comment.