Adding dataset: AnyDatabaseTableAnyKeyVault
This commit is contained in:
parent
d77d3ce6bd
commit
9bc4f2c8fa
50
Code/DataFactory/dataset/AnyDatabaseTableAnyKeyVault.json
Normal file
50
Code/DataFactory/dataset/AnyDatabaseTableAnyKeyVault.json
Normal file
@ -0,0 +1,50 @@
|
||||
{
|
||||
"name": "AnyDatabaseTableAnyKeyVault",
|
||||
"properties": {
|
||||
"linkedServiceName": {
|
||||
"referenceName": "AnyDatabaseConnectionFromAnyKeyVault",
|
||||
"type": "LinkedServiceReference",
|
||||
"parameters": {
|
||||
"KeyVaultURL": {
|
||||
"value": "@dataset().KeyVaultURL",
|
||||
"type": "Expression"
|
||||
},
|
||||
"KeyVaultSecretName": {
|
||||
"value": "@dataset().LinkedServiceConnectionSecret",
|
||||
"type": "Expression"
|
||||
}
|
||||
}
|
||||
},
|
||||
"parameters": {
|
||||
"LinkedServiceConnectionSecret": {
|
||||
"type": "string"
|
||||
},
|
||||
"SchemaName": {
|
||||
"type": "string"
|
||||
},
|
||||
"TableName": {
|
||||
"type": "string"
|
||||
},
|
||||
"KeyVaultURL": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"folder": {
|
||||
"name": "SQLDB"
|
||||
},
|
||||
"annotations": [],
|
||||
"type": "AzureSqlTable",
|
||||
"schema": [],
|
||||
"typeProperties": {
|
||||
"schema": {
|
||||
"value": "@dataset().SchemaName",
|
||||
"type": "Expression"
|
||||
},
|
||||
"table": {
|
||||
"value": "@dataset().TableName",
|
||||
"type": "Expression"
|
||||
}
|
||||
}
|
||||
},
|
||||
"type": "Microsoft.DataFactory/factories/datasets"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user