Skip to content

Commit da959a8

Browse files
authored
Merge pull request #23 from akshay-dlpx/main
ARM Templates for Delphix Data Compliance v1.1.1
2 parents 8398c27 + 69e7f31 commit da959a8

File tree

4 files changed

+249
-37
lines changed

4 files changed

+249
-37
lines changed

community templates/Data Masking with Delphix/Data Masking with Delphix.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
3-
"contentVersion": "1.1.0.0",
3+
"contentVersion": "1.1.1.0",
44
"parameters": {
55
"factoryName": {
66
"type": "string",
@@ -241,7 +241,7 @@
241241
},
242242
"inputs": [
243243
{
244-
"referenceName": "rootDataSetRowHeader1",
244+
"referenceName": "rootDataSetRowHeader",
245245
"type": "DatasetReference",
246246
"parameters": {
247247
"containerName": {
@@ -324,7 +324,7 @@
324324
],
325325
"outputs": [
326326
{
327-
"referenceName": "rootDataSetRowHeader1",
327+
"referenceName": "rootDataSetRowHeader",
328328
"type": "DatasetReference",
329329
"parameters": {
330330
"containerName": {
@@ -789,7 +789,7 @@
789789
"dependsOn": [
790790
"[concat(variables('factoryId'), '/datasets/FileShareDataset')]",
791791
"[concat(variables('factoryId'), '/pipelines/Invoke atomic masking job')]",
792-
"[concat(variables('factoryId'), '/datasets/rootDataSetRowHeader1')]",
792+
"[concat(variables('factoryId'), '/datasets/rootDataSetRowHeader')]",
793793
"[concat(variables('factoryId'), '/datasets/ConnectToSynapseDataset')]",
794794
"[concat(variables('factoryId'), '/datasets/rootDataSet')]",
795795
"[concat(variables('factoryId'), '/pipelines/Extract Source Data')]"
@@ -1037,7 +1037,7 @@
10371037
"dependsOn": []
10381038
},
10391039
{
1040-
"name": "[concat(parameters('factoryName'), '/rootDataSetRowHeader1')]",
1040+
"name": "[concat(parameters('factoryName'), '/rootDataSetRowHeader')]",
10411041
"type": "Microsoft.DataFactory/factories/datasets",
10421042
"apiVersion": "2018-06-01",
10431043
"properties": {
@@ -1283,7 +1283,7 @@
12831283
},
12841284
"inputs": [
12851285
{
1286-
"referenceName": "GetSourceData1",
1286+
"referenceName": "GetSourceData",
12871287
"type": "DatasetReference",
12881288
"parameters": {
12891289
"TableName": "@item().TABLE_NAME",
@@ -1346,7 +1346,7 @@
13461346
},
13471347
"dependsOn": [
13481348
"[concat(variables('factoryId'), '/datasets/ConnectToSourceData')]",
1349-
"[concat(variables('factoryId'), '/datasets/GetSourceData1')]",
1349+
"[concat(variables('factoryId'), '/datasets/GetSourceData')]",
13501350
"[concat(variables('factoryId'), '/datasets/FileShareDataset')]"
13511351
]
13521352
},
@@ -1405,7 +1405,7 @@
14051405
"dependsOn": []
14061406
},
14071407
{
1408-
"name": "[concat(parameters('factoryName'), '/GetSourceData1')]",
1408+
"name": "[concat(parameters('factoryName'), '/GetSourceData')]",
14091409
"type": "Microsoft.DataFactory/factories/datasets",
14101410
"apiVersion": "2018-06-01",
14111411
"properties": {

community templates/Data Masking with Delphix/manifest.json

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)