Hong Ooi
7053eadd17
update doc urls
2023-09-20 09:59:06 +10:00
Bert Neef
4774b9b414
Added get_tags() support for subscriptions. ( #26 )
...
* Added get_tags() support for subscriptions.
* missed a parameter
* Update DESCRIPTION
* Update DESCRIPTION
2023-09-10 11:16:37 +10:00
Pedro Z
5527f87eaf
fix lapply argument ( #31 )
2023-09-10 11:00:57 +10:00
Hong Ooi
3d71f0f3bc
use load_azure_token in list_azure_logins
2021-10-21 19:58:59 +11:00
Hong Ooi
54ddbfcd12
Update get_azure_login code with AzureGraph logic ( #23 )
...
Use improved code from AzureGraph, also use load_azure_token to read the token file rather than readRDS
2021-10-19 17:31:48 +11:00
Hong Ooi
bfb3fcc7d4
update api version, list_locations()
2021-06-02 22:59:08 +10:00
Hong Ooi
418a394b2d
fix resource issue with no stable api version
2021-02-08 11:50:20 +11:00
Hong Ooi
3b5523c2bc
fix set_tags to work inside a function
2021-02-06 09:48:47 +11:00
Hong Ooi
4771f109c4
2.3.6.9000 update ( #17 )
...
* resource methods
* add tests
* document
* update news
* add example
* slight adjustment
* change org
* move util fns to AzureGraph
* update news
* require latest AzureGraph
* use aad v2.0, switch back to AzureR
* Revert "use aad v2.0, switch back to AzureR"
This reverts commit 53fa77465f
.
* really revert to Azure
* better repo check
* update news
* switch to aad v2
* bump version no
* use dev version no for now
* fix bug in obtaining graph token
* update news
* AzureGraph changes merged
2021-01-12 05:12:38 +11:00
Hong Ooi
68c2115041
tidy for release
2020-10-14 00:56:22 +11:00
Hong Ooi
59956e6fa8
Template udf support ( #14 )
...
closes #13
2020-10-11 11:06:45 +11:00
Hong Ooi
5ec33a31ea
some resources don't have provisioning state
2020-07-24 14:58:37 +10:00
Hong Ooi
0841472b2a
use https for template schema url
2020-07-22 23:49:31 +10:00
Hong Ooi
747031c543
Template msg check ( #12 )
...
* fix error message
* refactor check
* fix failing test
* add test
2020-07-22 23:33:23 +10:00
Hong Ooi
e99828dc99
List filters ( #11 )
...
* add filtering
* testing
* rm broken azure pipelines link
2020-06-11 03:13:34 +10:00
Hong Ooi
e160e098ee
Add tags for created objects ( #10 )
...
* add createdBy tag to new objects
* fix
* also tag templates
* don't overwrite manually assigned tag
* add template get_tags(), update docs
* update news
2020-06-09 21:58:54 +10:00
Hong Ooi
875c71cb3a
Handle extended resource fields ( #9 )
...
closes #8
2020-05-13 20:07:48 +10:00
Hong Ooi
412f097db8
Add top-level do_op ( #7 )
...
* add do_op for arm session object
* redocument
* fix az_rm do_operation
* better fix
* add test
* update news/desc
* r cmd check fix
2020-04-22 18:34:04 +10:00
Hong Ooi
173aef8174
quick doc rebuild with roxygen 7
2020-02-05 05:12:01 +11:00
Hong Ooi
31bec368da
fix existence check
2020-01-22 19:13:14 +11:00
Hong Ooi
e2b5c586a5
export get_paged_list
2020-01-22 19:02:43 +11:00
Hong Ooi
c9c74f28be
update ARM API version
2020-01-21 19:29:49 +11:00
Hong Ooi
3a6ec5419e
refresh vignettes, doc
2019-10-29 03:38:12 +11:00
Hong Ooi
26f898dabe
treat access token as opaque
2019-10-28 14:37:47 +11:00
Hong Ooi
c6615033af
Revert "let pool fns fall back to sequential"
...
This reverts commit 54020361c5
.
2019-10-25 11:17:48 +08:00
Hong Ooi
8b39c7cf64
Revert "doc/vignette refresh"
...
This reverts commit f4deda01c4
.
2019-10-25 11:17:43 +08:00
Hong Ooi
714238c5fe
Revert "doc fix"
...
This reverts commit 6213a5c6e3
.
2019-10-25 11:17:17 +08:00
Hong Ooi
6213a5c6e3
doc fix
2019-10-24 23:47:04 +08:00
Hong Ooi
f4deda01c4
doc/vignette refresh
2019-10-24 23:40:03 +08:00
Hong Ooi
54020361c5
let pool fns fall back to sequential
2019-10-24 23:36:21 +08:00
Hong Ooi
3f139277bf
tweak auth code
2019-10-24 10:22:24 +08:00
Hong Ooi
c5e607eb08
Merge branch 'master' of https://github.com/Azure/AzureRMR
2019-10-23 18:18:21 +08:00
Hong Ooi
d8634895ef
more informative errors
2019-10-23 18:16:00 +08:00
Hong Ooi
ce20147d78
Background pool ( #6 )
...
* pool creation
* pool exports
* declare pool as globalvar
* fixup pool
* wording
* import parallel
* add tests
* import AzureGraph, update docs
2019-10-21 11:46:24 +08:00
Hong Ooi
182b7c0c5b
update api version
2019-10-17 23:58:05 +11:00
Hong Ooi
435b038eb4
expose do_operation for sub and rg
2019-10-17 22:28:56 +11:00
Hong Ooi
2bff53517c
only use askYesNo on R >= 3.5
2019-09-11 22:36:27 +10:00
Hong Ooi
2fa7214c6b
use askYesNo for confirm prompts
2019-09-11 02:07:08 +10:00
Hong Ooi
03aedd58a7
Graph login ( #5 )
...
* create graph login with ARM login
* normalize tenant
* require dev AzureAuth
* fix
* document
* test interop
* require quietly
* catch errors when making graph login
* put graph login checks in one place
* bump required AzureAuth ver
* AzureAuth 1.2.1 on CRAN
* doc/news update
2019-09-09 17:30:43 +10:00
Hong Ooi
1175eaf95f
create_azure_login fix
2019-08-28 23:14:30 +10:00
Hong Ooi
e03628de6c
don't depend on dev AzureAuth
2019-08-15 19:37:46 +10:00
Hong Ooi
888acc2f68
get AAD v2 token to work
2019-08-15 19:22:24 +10:00
Hong Ooi
2af4a5d53f
better header processing
2019-07-17 07:51:29 +10:00
Hong Ooi
b2b9530516
better handling of nulls
2019-07-16 07:53:43 +10:00
Hong Ooi
387102cfdd
better check
2019-07-03 21:12:23 +10:00
Hong Ooi
50dd46b06a
detect resource creation failure
2019-07-03 21:09:31 +10:00
Hong Ooi
483fe1b5cf
fix #3
2019-06-20 22:12:14 +10:00
Hong Ooi
a2cf03d71a
linting
2019-06-11 20:21:47 +10:00
Hong Ooi
42308eb05c
example bug
2019-06-02 02:21:45 +10:00
Hong Ooi
417db355e2
template build helpers
2019-06-02 02:06:34 +10:00