зеркало из https://github.com/Azure/AzureKeyVault.git
show, not get
This commit is contained in:
Родитель
61f8037461
Коммит
c74447fa04
2
R/keys.R
2
R/keys.R
|
@ -34,7 +34,7 @@ public=list(
|
|||
self$do_operation(name, body=body, encode="json", http_verb="PUT")
|
||||
},
|
||||
|
||||
get=function(name, version=NULL)
|
||||
show=function(name, version=NULL)
|
||||
{
|
||||
op <- construct_path(name, version)
|
||||
self$do_operation(op)
|
||||
|
|
Загрузка…
Ссылка в новой задаче