This commit is contained in:
Hong Ooi 2019-07-18 09:36:54 +10:00
Родитель 070bbf65e6
Коммит abd06f1467
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1,6 +1,6 @@
Package: AzureKeyVault
Title: Key and Secret Management in 'Azure'
Version: 1.0.0.9000
Version: 1.0.1
Authors@R: c(
person("Hong", "Ooi", , "hongooi@microsoft.com", role = c("aut", "cre")),
person("Microsoft", role="cph")

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

@ -1,4 +1,4 @@
# AzureKeyVault 1.0.0.9000
# AzureKeyVault 1.0.1
- Allow tokens to be passed to `key_vault` as character strings, as well as objects of class `AzureToken`.
- Better handling of nulls in API calls.