diff --git a/R/az_user.R b/R/az_user.R index cc1d0ea..dcda928 100644 --- a/R/az_user.R +++ b/R/az_user.R @@ -21,7 +21,7 @@ #' - `list_created_objects(type=c("user", "group", "application", "servicePrincipal"))`: List directory objects (groups/apps/service principals) created by this user. Specify the `type` argument to filter the result for specific object type(s). #' - `list_owned_devices()`: List the devices owned by this user. #' - `list_registered_devices()`: List the devices registered by this user. -#' - `reset_password(password=NULL, force_password_change=TRUE): Resets a user password. By default the new password will be randomly generated, and must be changed at next login. +#' - `reset_password(password=NULL, force_password_change=TRUE)`: Resets a user password. By default the new password will be randomly generated, and must be changed at next login. #' #' @section Initialization: #' Creating new objects of this class should be done via the `create_user` and `get_user` methods of the [ms_graph] and [az_app] classes. Calling the `new()` method for this class only constructs the R object; it does not call the Microsoft Graph API to create the actual user account. diff --git a/man/az_user.Rd b/man/az_user.Rd index 7008d30..3376a63 100644 --- a/man/az_user.Rd +++ b/man/az_user.Rd @@ -36,7 +36,7 @@ Base class representing an AAD user account. \item \code{list_created_objects(type=c("user", "group", "application", "servicePrincipal"))}: List directory objects (groups/apps/service principals) created by this user. Specify the \code{type} argument to filter the result for specific object type(s). \item \code{list_owned_devices()}: List the devices owned by this user. \item \code{list_registered_devices()}: List the devices registered by this user. -\item `reset_password(password=NULL, force_password_change=TRUE): Resets a user password. By default the new password will be randomly generated, and must be changed at next login. +\item \code{reset_password(password=NULL, force_password_change=TRUE)}: Resets a user password. By default the new password will be randomly generated, and must be changed at next login. } } diff --git a/man/graph_login.Rd b/man/graph_login.Rd index 9d7be0b..6de31f5 100644 --- a/man/graph_login.Rd +++ b/man/graph_login.Rd @@ -72,7 +72,7 @@ If you are using a Linux \href{https://azure.microsoft.com/en-us/services/virtua \dontrun{ # without any arguments, this will create a client using your AAD credentials -az <- create_graph_login() +az <- create_graph_login() # retrieve the login in subsequent sessions az <- get_graph_login()