This commit is contained in:
Hong Ooi 2020-07-26 16:38:18 +10:00
Родитель b79f0a893f
Коммит 1f6f0331e8
6 изменённых файлов: 7 добавлений и 7 удалений

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

@ -1,6 +1,6 @@
Package: AzureRMR
Title: Interface to 'Azure Resource Manager'
Version: 2.3.4.9000
Version: 2.3.5
Authors@R: c(
person("Hong", "Ooi", , "hongooi@microsoft.com", role = c("aut", "cre")),
person("Microsoft", role="cph")
@ -27,4 +27,4 @@ Suggests:
httpuv,
AzureStor
Roxygen: list(markdown=TRUE, r6=FALSE, old_usage=TRUE)
RoxygenNote: 7.1.0
RoxygenNote: 7.1.1

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

@ -1,4 +1,4 @@
# AzureRMR 2.3.4.9000
# AzureRMR 2.3.5
- Fix a bug in printing the error message when a template deployment fails.
- Use HTTPS for the template schema URL, if not otherwise provided by the user.

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

@ -96,7 +96,7 @@ az <- create_azure_login(config_file="~/creds.json")
}
}
\seealso{
\link{az_rm}, \link[AzureAuth:get_azure_token]{AzureAuth::get_azure_token} for more details on authentication methods, \link[AzureGraph:create_graph_login]{AzureGraph::create_graph_login} for the corresponding function to create a Microsoft Graph login client
\link{az_rm}, \link[AzureAuth:get_azure_token]{AzureAuth::get_azure_token} for more details on authentication methods, \link[AzureGraph:graph_login]{AzureGraph::create_graph_login} for the corresponding function to create a Microsoft Graph login client
\href{https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-overview}{Azure Resource Manager overview},
\href{https://docs.microsoft.com/en-us/rest/api/resources/}{REST API reference}

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

@ -132,5 +132,5 @@ build_template_parameters(name="myres_name", complex_type=file("myres_params.jso
}
\seealso{
\link{az_template}, \link[jsonlite:toJSON]{jsonlite::toJSON}
\link{az_template}, \link[jsonlite:fromJSON]{jsonlite::toJSON}
}

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

@ -79,5 +79,5 @@ delete_pool()
}
}
\seealso{
\link[parallel:makeCluster]{parallel::makeCluster}, \link[parallel:clusterCall]{parallel::clusterCall}, \link[parallel:parLapply]{parallel::parLapply}
\link[parallel:makeCluster]{parallel::makeCluster}, \link[parallel:clusterApply]{parallel::clusterCall}, \link[parallel:clusterApply]{parallel::parLapply}
}

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

@ -18,6 +18,6 @@ These objects are imported from other packages. Follow the links
below to see their documentation.
\describe{
\item{AzureAuth}{\code{\link[AzureAuth]{AzureR_dir}}, \code{\link[AzureAuth]{clean_token_directory}}, \code{\link[AzureAuth]{delete_azure_token}}, \code{\link[AzureAuth]{get_azure_token}}, \code{\link[AzureAuth]{is_azure_token}}, \code{\link[AzureAuth]{is_azure_v1_token}}, \code{\link[AzureAuth]{is_azure_v1_token}}, \code{\link[AzureAuth]{is_guid}}, \code{\link[AzureAuth]{list_azure_tokens}}}
\item{AzureAuth}{\code{\link[AzureAuth]{AzureR_dir}}, \code{\link[AzureAuth:get_azure_token]{clean_token_directory}}, \code{\link[AzureAuth:get_azure_token]{delete_azure_token}}, \code{\link[AzureAuth]{get_azure_token}}, \code{\link[AzureAuth:get_azure_token]{is_azure_token}}, \code{\link[AzureAuth:get_azure_token]{is_azure_v1_token}}, \code{\link[AzureAuth:get_azure_token]{is_azure_v1_token}}, \code{\link[AzureAuth:guid]{is_guid}}, \code{\link[AzureAuth:get_azure_token]{list_azure_tokens}}}
}}