Skip to content

Commit ac286e0

Browse files
liuyu1981831mharics24Hari Prasad Perabattula
authored
Yuliu2/add purview configuration (#18858)
* Defining the APIs for the new NSP resource * Add PurviewConfiguration property in ADF Add PurviewConfiguration property in ADF * Fix discriminator Fix discriminator * Remove discriminator Remove discriminator * Update datafactory.json Make it consistent with Synapse * Rename PurviewConfiguration Co-authored-by: Hari Prasad Perabattula <[email protected]> Co-authored-by: Hari Prasad Perabattula <[email protected]>
1 parent a41d05d commit ac286e0

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4987,6 +4987,16 @@
49874987
"type": "object"
49884988
}
49894989
},
4990+
"PurviewConfiguration": {
4991+
"description": "Purview configuration.",
4992+
"type": "object",
4993+
"properties": {
4994+
"purviewResourceId": {
4995+
"description": "Purview resource id.",
4996+
"type": "string"
4997+
}
4998+
}
4999+
},
49905000
"FactoryRepoConfiguration": {
49915001
"description": "Factory's git repo information.",
49925002
"type": "object",
@@ -5194,6 +5204,10 @@
51945204
"type": "string",
51955205
"readOnly": true
51965206
},
5207+
"purviewConfiguration": {
5208+
"$ref": "#/definitions/PurviewConfiguration",
5209+
"description": "Purview information of the factory."
5210+
},
51975211
"repoConfiguration": {
51985212
"$ref": "#/definitions/FactoryRepoConfiguration",
51995213
"description": "Git repo information of the factory."

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Factories_Get.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"provisioningState": "Succeeded",
2525
"createTime": "2018-06-19T05:41:50.0041314Z",
2626
"version": "2018-06-01",
27+
"purviewConfiguration": {
28+
"purviewResourceId": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.Purview/accounts/examplePurview"
29+
},
2730
"repoConfiguration": {
2831
"type": "FactoryVSTSConfiguration",
2932
"projectName": "project",

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Factories_List.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@
8989
"provisioningState": "Succeeded",
9090
"createTime": "2018-06-19T05:41:50.0041314Z",
9191
"version": "2018-06-01",
92+
"purviewConfiguration": {
93+
"purviewResourceId": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.Purview/accounts/examplePurview"
94+
},
9295
"repoConfiguration": {
9396
"type": "FactoryVSTSConfiguration",
9497
"projectName": "project",
@@ -181,6 +184,9 @@
181184
"provisioningState": "Succeeded",
182185
"createTime": "2018-06-19T05:41:50.0041314Z",
183186
"version": "2018-06-01",
187+
"purviewConfiguration": {
188+
"purviewResourceId": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.Purview/accounts/examplePurview"
189+
},
184190
"repoConfiguration": {
185191
"type": "FactoryVSTSConfiguration",
186192
"projectName": "project",

0 commit comments

Comments
 (0)