This commit is contained in:
Hong Ooi 2019-06-05 19:41:44 +10:00
Родитель 760049175b
Коммит 0b74c9d54a
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -1,12 +1,12 @@
Package: AzureGraph
Title: Simple Interface to 'Microsoft Graph'
Version: 1.0.1.9000
Version: 1.0.2
Authors@R: c(
person("Hong", "Ooi", , "hongooi@microsoft.com", role = c("aut", "cre")),
person("Microsoft", role="cph")
)
Description: A simple interface to the 'Microsoft Graph' API <https://docs.microsoft.com/en-us/graph/overview>. 'Graph' is a comprehensive framework for accessing data in various online Microsoft services. Currently, this package aims to provide an R interface only to the 'Azure Active Directory' part, with a view to supporting interoperability of R and 'Azure': users, groups, registered apps and service principals. However it can be easily extended to cover other services.
URL: https://github.com/Azure/AzureGraph
Description: A simple interface to the 'Microsoft Graph' API <https://docs.microsoft.com/en-us/graph/overview>. 'Graph' is a comprehensive framework for accessing data in various online Microsoft services. Currently, this package aims to provide an R interface only to the 'Azure Active Directory' part, with a view to supporting interoperability of R and 'Azure': users, groups, registered apps and service principals. However it can be easily extended to cover other services. Part of the 'AzureR' family of packages.
URL: https://github.com/Azure/AzureGraph https://github.com/Azure/AzureR
BugReports: https://github.com/Azure/AzureGraph/issues
License: MIT + file LICENSE
VignetteBuilder: knitr

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

@ -1,4 +1,4 @@
# AzureGraph 1.0.1.9000
# AzureGraph 1.0.2
- Changes to login functionality to better accommodate AzureAuth options. As part of this, the `config_file` argument for `az_graph$new` has been removed; to use a configuration file, call the (recommended) `create_graph_login` function.