diff --git a/DESCRIPTION b/DESCRIPTION index 0d9dc71..fa4ed41 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: azkit Title: Azure storage authentication toolkit -Version: 0.2.3 +Version: 0.2.4 Authors@R: c(person( "Fran", "Barton", diff --git a/R/get_auth_token.R b/R/get_auth_token.R index e493df6..9e8a0b8 100644 --- a/R/get_auth_token.R +++ b/R/get_auth_token.R @@ -24,7 +24,7 @@ #' If setting version to 2, ensure that the `aad_version` argument is also set #' to 2. Both are set to use AAD version 1 by default. #' @param tenant A string specifying the Azure tenant. Defaults to -#' `"organizations"`. See [AzureAuth::get_azure_token] for other values. +#' `"common"`. See [AzureAuth::get_azure_token] for other values. #' @param client_id A string specifying the application ID (client ID). If #' `NULL`, (the default) the function attempts to obtain the client ID from the #' Azure Resource Manager token, or prompts the user to log in to obtain it. @@ -62,7 +62,7 @@ #' @export get_auth_token <- function( resource = generate_resource(), - tenant = "organizations", + tenant = "common", client_id = NULL, auth_method = "authorization_code", aad_version = 1, diff --git a/man/get_auth_token.Rd b/man/get_auth_token.Rd index af708df..a966358 100644 --- a/man/get_auth_token.Rd +++ b/man/get_auth_token.Rd @@ -6,7 +6,7 @@ \usage{ get_auth_token( resource = generate_resource(), - tenant = "organizations", + tenant = "common", client_id = NULL, auth_method = "authorization_code", aad_version = 1, @@ -25,7 +25,7 @@ If setting version to 2, ensure that the \code{aad_version} argument is also set to 2. Both are set to use AAD version 1 by default.} \item{tenant}{A string specifying the Azure tenant. Defaults to -\code{"organizations"}. See \link[AzureAuth:get_azure_token]{AzureAuth::get_azure_token} for other values.} +\code{"common"}. See \link[AzureAuth:get_azure_token]{AzureAuth::get_azure_token} for other values.} \item{client_id}{A string specifying the application ID (client ID). If \code{NULL}, (the default) the function attempts to obtain the client ID from the