зеркало из https://github.com/Azure/AzureRMR.git
bump version no
This commit is contained in:
Родитель
c9c74f28be
Коммит
14bb7cf43c
|
@ -1,6 +1,6 @@
|
||||||
Package: AzureRMR
|
Package: AzureRMR
|
||||||
Title: Interface to 'Azure Resource Manager'
|
Title: Interface to 'Azure Resource Manager'
|
||||||
Version: 2.3.0
|
Version: 2.3.0.9000
|
||||||
Authors@R: c(
|
Authors@R: c(
|
||||||
person("Hong", "Ooi", , "hongooi@microsoft.com", role = c("aut", "cre")),
|
person("Hong", "Ooi", , "hongooi@microsoft.com", role = c("aut", "cre")),
|
||||||
person("Microsoft", role="cph")
|
person("Microsoft", role="cph")
|
||||||
|
|
4
NEWS.md
4
NEWS.md
|
@ -1,3 +1,7 @@
|
||||||
|
# AzureRMR 2.3.0.9000
|
||||||
|
|
||||||
|
- Update Resource Manager API version to "2019-10-01".
|
||||||
|
|
||||||
# AzureRMR 2.3.0
|
# AzureRMR 2.3.0
|
||||||
|
|
||||||
- New in this version is a facility for parallelising connections to Azure, using a pool of background processes. Some operations, such as downloading many small files or interacting with a cluster of VMs, can be sped up significantly by carrying them out in parallel rather than sequentially. The code for this is currently duplicated in multiple packages including AzureStor and AzureVM; putting it in AzureRMR removes the duplication and also makes it available to other packages that may benefit. See `?pool` for more details.
|
- New in this version is a facility for parallelising connections to Azure, using a pool of background processes. Some operations, such as downloading many small files or interacting with a cluster of VMs, can be sped up significantly by carrying them out in parallel rather than sequentially. The code for this is currently duplicated in multiple packages including AzureStor and AzureVM; putting it in AzureRMR removes the duplication and also makes it available to other packages that may benefit. See `?pool` for more details.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче