зеркало из https://github.com/Azure/AzureRMR.git
name args to get_azure_token
This commit is contained in:
Родитель
76f4d70f29
Коммит
54f53d34f9
|
@ -84,7 +84,13 @@ public=list(
|
|||
self$host <- host
|
||||
self$tenant <- normalize_tenant(tenant)
|
||||
app <- normalize_guid(app)
|
||||
self$token <- get_azure_token(self$host, self$tenant, app, password, username, auth_type, aad_host)
|
||||
self$token <- get_azure_token(self$host,
|
||||
tenant=self$tenant,
|
||||
app=app,
|
||||
password=password,
|
||||
username=username,
|
||||
auth_type=auth_type,
|
||||
aad_host=aad_host)
|
||||
NULL
|
||||
},
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче