This commit is contained in:
hong-revo 2018-12-26 13:39:27 +11:00
Родитель 10c8b385fc
Коммит 7dcdd637b9
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -11,7 +11,8 @@ get_cluster_credentials <- function(cluster, location=NULL, tenant, ...)
token <- AzureRMR::get_azure_token(resource_host=host,
tenant=tenant,
app=.kusto_app_id,
auth_type="device_code")
auth_type="device_code",
aad_host="https://login.microsoftonline.com/")
out <- list(host=host, token=token)
class(out) <- "ade_cluster_endpoint"