This commit is contained in:
Hong Ooi 2020-01-15 13:02:21 +08:00
Родитель 4288dd5fe0
Коммит ecbfeed1e9
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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
}