This commit is contained in:
hong-revo 2019-01-17 22:14:42 +11:00
Родитель 76c212bf8e
Коммит 5b54604ca6
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2,7 +2,7 @@
## Significant interface changes
* New `get_azure_login` function to handle ARM authentication. While directly calling `az_rm$new()` will still work, it's recommended to use `get_azure_login` going forward. Login credentials will be saved and reused for subsequent sessions (see below).
* New `create_azure_login`, `get_azure_login` and `delete_azure_login` functions to handle ARM authentication. While directly calling `az_rm$new()` will still work, it's recommended to use `create_azure_login` and `get_azure_login` going forward. Login credentials will be saved and reused for subsequent sessions (see below).
* `get_azure_token` significantly revamped. It now supports four authentication methods for obtaining AAD tokens:
- Client credentials (what you would use with a "web app" registered service principal)
- Authorization code (for a "native" service principal)