Adding linkedService: GenericKeys
This commit is contained in:
parent
4114355f08
commit
590fca7d2d
15
Code/DataFactory/linkedService/GenericKeys.json
Normal file
15
Code/DataFactory/linkedService/GenericKeys.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"name": "GenericKeys",
|
||||||
|
"properties": {
|
||||||
|
"type": "AzureKeyVault",
|
||||||
|
"parameters": {
|
||||||
|
"baseUrl": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"annotations": [],
|
||||||
|
"typeProperties": {
|
||||||
|
"baseUrl": "@{linkedService().baseUrl}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user