AzureRMR/DESCRIPTION

25 строки
798 B
Plaintext

Package: AzureSMRbase
Title: Base functionality for Azure SMR: authenticate, get subscriptions, get resource groups
Version: 0.0.1
Authors@R: c(
person("Hong", "Ooi", , "hongooi@microsoft.com", role = c("aut", "cre")),
person("Microsoft", role="cph")
)
Description: A package for managing a selection of Azure resources, using the Azure Service Manager API. The package exposes functions to manage subscriptions and resource groups. Managing other types of resources is handled via add-on packages that call AzureSMRbase.
License: file LICENSE
Encoding: UTF-8
Depends:
R (>= 3.3)
Imports:
httr (>= 1.3),
jsonlite,
R6
RoxygenNote: 6.0.1
Collate:
'AzureSMRbase.R'
'AzureToken.R'
'az_auth.R'
'az_resgroup.R'
'az_subscription.R'
'call_azure_sm.R'