зеркало из https://github.com/Azure/AzureKeyVault.git
fix doc bug
This commit is contained in:
Родитель
1af675d586
Коммит
ac5c3d9a4b
|
@ -54,7 +54,7 @@
|
|||
#' @section Value:
|
||||
#' For `get_policy`, a list of certificate policy details.
|
||||
#'
|
||||
#' For `list_versions`, a vector of certificate version IDs.
|
||||
#' For `list_versions`, a data frame containing details of each version.
|
||||
#'
|
||||
#' For `set_version`, the key object with the updated version.
|
||||
#'
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
#' @section Value:
|
||||
#' For the key operations, a raw vector (for `decrypt` and `unwrap`, if `as_raw=TRUE`) or character vector.
|
||||
#'
|
||||
#' For `list_versions`, a vector of key version IDs.
|
||||
#' For `list_versions`, a data frame containing details of each version.
|
||||
#'
|
||||
#' For `set_version`, the key object with the updated version.
|
||||
#'
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#' A secret can have multiple _versions_, which are automatically generated when a secret is created with the same name as an existing secret. By default, the most recent (current) version is used for secret operations; use `list_versions` and `set_version` to change the version.
|
||||
#'
|
||||
#' @section Value:
|
||||
#' For `list_versions`, a vector of secret version IDs.
|
||||
#' For `list_versions`, a data frame containing details of each version.
|
||||
#'
|
||||
#' For `set_version`, the secret object with the updated version.
|
||||
#'
|
||||
|
|
|
@ -70,7 +70,7 @@ A certificate can have multiple \emph{versions}, which are automatically generat
|
|||
|
||||
For \code{get_policy}, a list of certificate policy details.
|
||||
|
||||
For \code{list_versions}, a vector of certificate version IDs.
|
||||
For \code{list_versions}, a data frame containing details of each version.
|
||||
|
||||
For \code{set_version}, the key object with the updated version.
|
||||
}
|
||||
|
|
|
@ -64,7 +64,7 @@ A key can have multiple \emph{versions}, which are automatically generated when
|
|||
|
||||
For the key operations, a raw vector (for \code{decrypt} and \code{unwrap}, if \code{as_raw=TRUE}) or character vector.
|
||||
|
||||
For \code{list_versions}, a vector of key version IDs.
|
||||
For \code{list_versions}, a data frame containing details of each version.
|
||||
|
||||
For \code{set_version}, the key object with the updated version.
|
||||
}
|
||||
|
|
|
@ -96,7 +96,7 @@ For \code{create_sas_definition} and \code{get_sas_definition}, a list represent
|
|||
For \code{show_sas}, a string containing the SAS.
|
||||
|
||||
|
||||
For \code{list_versions}, a vector of secret version IDs.
|
||||
For \code{list_versions}, a data frame containing details of each version.
|
||||
|
||||
For \code{set_version}, the secret object with the updated version.
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче