camel case fix and add alias for AzureListRG
This commit is contained in:
Родитель
a359d28165
Коммит
fe5fc35aa5
|
@ -79,6 +79,11 @@ azureListRG <- function(azureActiveContext, subscriptionID, azToken, verbose = F
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#' @rdname azureListRG
|
||||||
|
#' @export
|
||||||
|
AzureListRG <- azureListRG
|
||||||
|
|
||||||
|
|
||||||
#' Get all Resource in default Subscription.
|
#' Get all Resource in default Subscription.
|
||||||
#'
|
#'
|
||||||
#' @inheritParams setAzureContext
|
#' @inheritParams setAzureContext
|
||||||
|
|
|
@ -67,7 +67,7 @@ azureListSubscriptions(sc)
|
||||||
|
|
||||||
```{r, eval=FALSE}
|
```{r, eval=FALSE}
|
||||||
# list resource groups
|
# list resource groups
|
||||||
AzureListRG(sc)
|
azureListRG(sc)
|
||||||
|
|
||||||
# list all resources
|
# list all resources
|
||||||
azureListAllResources(sc)
|
azureListAllResources(sc)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче