camel case fix and add alias for AzureListRG

This commit is contained in:
Ali Zaidi 2017-02-04 21:18:46 -08:00
Родитель a359d28165
Коммит fe5fc35aa5
2 изменённых файлов: 6 добавлений и 1 удалений

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

@ -79,6 +79,11 @@ azureListRG <- function(azureActiveContext, subscriptionID, azToken, verbose = F
}
#' @rdname azureListRG
#' @export
AzureListRG <- azureListRG
#' Get all Resource in default Subscription.
#'
#' @inheritParams setAzureContext

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

@ -67,7 +67,7 @@ azureListSubscriptions(sc)
```{r, eval=FALSE}
# list resource groups
AzureListRG(sc)
azureListRG(sc)
# list all resources
azureListAllResources(sc)