This commit is contained in:
hong-revo 2018-11-09 19:33:36 +11:00
Родитель 9d08479fce
Коммит 0ad3a6724e
1 изменённых файлов: 62 добавлений и 62 удалений

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

@ -2,7 +2,7 @@
AzureRMR is a package for interacting with Azure Resource Manager: authenticate, list subscriptions, manage resource groups, deploy and delete templates and resources. It calls the Resource Manager [REST API](https://docs.microsoft.com/en-us/rest/api/resources) directly, so you don't need to have PowerShell or Python installed.
AzureRMR is not yet available on CRAN. You can install it from GitHub, via `devtools::install_github("cloudyr/AzureRMR")`.
You can install the development version from GitHub, via `devtools::install_github("cloudyr/AzureRMR")`.
## Before you begin