15 lines
226 B
JSON
15 lines
226 B
JSON
{
|
|
"name": "AzureKeyVault1",
|
|
"properties": {
|
|
"parameters": {
|
|
"Test": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"annotations": [],
|
|
"type": "AzureKeyVault",
|
|
"typeProperties": {
|
|
"baseUrl": "@{linkedService().Test}"
|
|
}
|
|
}
|
|
} |