зеркало из https://github.com/Azure/AzureKeyVault.git
Родитель
c97b9bee97
Коммит
b9985c832d
1
NEWS.md
1
NEWS.md
|
@ -1,6 +1,7 @@
|
|||
# AzureKeyVault 1.0.4.9000
|
||||
|
||||
- Add `as_managed_identity` argument to `key_vault`, to allow authenticating with a managed identity from inside an Azure VM or container.
|
||||
- Update API version to 7.2.
|
||||
|
||||
# AzureKeyVault 1.0.4
|
||||
|
||||
|
|
|
@ -8,6 +8,6 @@ utils::globalVariables(c("self", "private", "super", "get_paged_list"))
|
|||
|
||||
.onLoad <- function(libname, pkgname)
|
||||
{
|
||||
options(azure_keyvault_api_version="7.0")
|
||||
options(azure_keyvault_api_version="7.2")
|
||||
add_methods()
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче