Package: AzureRMR Title: Interface to 'Azure Resource Manager' Version: 2.4.5 Authors@R: c( person("Hong", "Ooi", , "hongooi73@gmail.com", role = c("aut", "cre")), person("Microsoft", role="cph") ) Description: A lightweight but powerful R interface to the 'Azure Resource Manager' REST API. The package exposes a comprehensive class framework and related tools for creating, updating and deleting 'Azure' resource groups, resources and templates. While 'AzureRMR' can be used to manage any 'Azure' service, it can also be extended by other packages to provide extra functionality for specific services. Part of the 'AzureR' family of packages. URL: https://github.com/Azure/AzureRMR https://github.com/Azure/AzureR BugReports: https://github.com/Azure/AzureRMR/issues License: MIT + file LICENSE VignetteBuilder: knitr Depends: R (>= 3.3) Imports: AzureGraph (>= 1.2.0), AzureAuth (>= 1.2.1), utils, parallel, httr (>= 1.3), jsonlite, R6, uuid Suggests: knitr, rmarkdown, testthat, httpuv, AzureStor Roxygen: list(markdown=TRUE, r6=FALSE, old_usage=TRUE) RoxygenNote: 7.3.1 Config/pak/sysreqs: libssl-dev Repository: https://azure.r-universe.dev Date/Publication: 2025-07-31 15:28:35 UTC RemoteUrl: https://github.com/azure/azurermr RemoteRef: HEAD RemoteSha: 101eb921dcff2af1f384df9f6da744ee477fde2c NeedsCompilation: no Packaged: 2026-06-20 08:24:50 UTC; root Author: Hong Ooi [aut, cre], Microsoft [cph] Maintainer: Hong Ooi