зеркало из https://github.com/Azure/AzureKeyVault.git
fix globalvar
This commit is contained in:
Родитель
4288dd5fe0
Коммит
ecbfeed1e9
|
@ -2,7 +2,7 @@
|
|||
#' @import AzureGraph
|
||||
NULL
|
||||
|
||||
utils::globalVariables(c("self", "private", "super"))
|
||||
utils::globalVariables(c("self", "private", "super", "get_paged_list"))
|
||||
|
||||
.az_cli_app_id <- "04b07795-8ddb-461a-bbee-02f9e1bf7b46"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
\name{AzureKeyVault}
|
||||
\alias{AzureKeyVault}
|
||||
\title{Azure Key Vault endpoint class}
|
||||
\format{An object of class \code{R6ClassGenerator} of length 24.}
|
||||
\format{An object of class \code{R6ClassGenerator} of length 25.}
|
||||
\usage{
|
||||
AzureKeyVault
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
\name{az_key_vault}
|
||||
\alias{az_key_vault}
|
||||
\title{Key vault resource class}
|
||||
\format{An object of class \code{R6ClassGenerator} of length 24.}
|
||||
\format{An object of class \code{R6ClassGenerator} of length 25.}
|
||||
\usage{
|
||||
az_key_vault
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче