R/AzureKeyVault.R

Defines functions .onLoad

#' @import AzureRMR
#' @import AzureGraph
NULL

utils::globalVariables(c("self", "private", "super", "get_paged_list"))

.az_cli_app_id <- "04b07795-8ddb-461a-bbee-02f9e1bf7b46"

.onLoad <- function(libname, pkgname)
{
    options(azure_keyvault_api_version="7.2")
    add_methods()
}

Try the AzureKeyVault package in your browser

Any scripts or data that you put into this service are public.

AzureKeyVault documentation built on Sept. 16, 2021, 5:12 p.m.