зеркало из https://github.com/Azure/AzureKusto.git
pass version arg to AzureAuth
This commit is contained in:
Родитель
55a1e996ec
Коммит
c2ca1b2843
|
@ -59,7 +59,7 @@ get_kusto_token <- function(server=NULL, clustername, location=NULL, tenant=NULL
|
|||
if(is.null(auth_type) && app == .kusto_app_id && (!"username" %in% names(list(...))))
|
||||
auth_type <- "device_code"
|
||||
|
||||
AzureAuth::get_azure_token(server, tenant, app, auth_type=auth_type, ...)
|
||||
AzureAuth::get_azure_token(server, tenant, app, auth_type=auth_type, version=version, ...)
|
||||
}
|
||||
|
||||
|
||||
|
@ -90,7 +90,7 @@ delete_kusto_token <- function(server=NULL, clustername, location=NULL, tenant=N
|
|||
if(is.null(auth_type) && app == .kusto_app_id && (!"username" %in% names(list(...))))
|
||||
auth_type <- "device_code"
|
||||
|
||||
AzureAuth::delete_azure_token(server, tenant, app, auth_type=auth_type, confirm=confirm, ...)
|
||||
AzureAuth::delete_azure_token(server, tenant, app, auth_type=auth_type, version=version, confirm=confirm, ...)
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче