This commit is contained in:
Hong Ooi 2021-05-29 23:54:03 +10:00
Родитель 6184b8b59e
Коммит a7bcb1a3cb
2 изменённых файлов: 5 добавлений и 4 удалений

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

@ -1,11 +1,11 @@
Package: AzureGraph
Title: Simple Interface to 'Microsoft Graph'
Version: 1.3.0.9000
Version: 1.3.1
Authors@R: c(
person("Hong", "Ooi", , "hongooi73@gmail.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. Part of the 'AzureR' family of packages.
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. This package was originally intended 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 has since been expanded into a more general tool for interacting with Graph. 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

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

@ -1,6 +1,7 @@
# AzureGraph 1.3.0.9000
# AzureGraph 1.3.1
- Fix bug in `ms_object$get_list_pager()` where the `default_generator` argument wasn't being used.
- Fix a bug in `ms_object$get_list_pager()` where the `default_generator` argument wasn't being used.
- Add basic print methods for the `ms_graph_pager` and `graph_request` R6 classes.
# AzureGraph 1.3.0