diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json index a2cfe858338e..624f9872c3b4 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json @@ -4983,6 +4983,16 @@ "type": "object" } }, + "PurviewConfiguration": { + "description": "Purview configuration.", + "type": "object", + "properties": { + "purviewResourceId": { + "description": "Purview resource id.", + "type": "string" + } + } + }, "FactoryRepoConfiguration": { "description": "Factory's git repo information.", "type": "object", @@ -5190,6 +5200,10 @@ "type": "string", "readOnly": true }, + "purviewConfiguration": { + "$ref": "#/definitions/PurviewConfiguration", + "description": "Purview information of the factory." + }, "repoConfiguration": { "$ref": "#/definitions/FactoryRepoConfiguration", "description": "Git repo information of the factory." diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Factories_Get.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Factories_Get.json index 2a43ca5e1cae..b93fffc827e1 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Factories_Get.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Factories_Get.json @@ -24,6 +24,9 @@ "provisioningState": "Succeeded", "createTime": "2018-06-19T05:41:50.0041314Z", "version": "2018-06-01", + "purviewConfiguration": { + "purviewResourceId": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.Purview/accounts/examplePurview" + }, "repoConfiguration": { "type": "FactoryVSTSConfiguration", "projectName": "project", diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Factories_List.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Factories_List.json index 3ef2a545c7e8..14c732acccc4 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Factories_List.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Factories_List.json @@ -89,6 +89,9 @@ "provisioningState": "Succeeded", "createTime": "2018-06-19T05:41:50.0041314Z", "version": "2018-06-01", + "purviewConfiguration": { + "purviewResourceId": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.Purview/accounts/examplePurview" + }, "repoConfiguration": { "type": "FactoryVSTSConfiguration", "projectName": "project", @@ -181,6 +184,9 @@ "provisioningState": "Succeeded", "createTime": "2018-06-19T05:41:50.0041314Z", "version": "2018-06-01", + "purviewConfiguration": { + "purviewResourceId": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.Purview/accounts/examplePurview" + }, "repoConfiguration": { "type": "FactoryVSTSConfiguration", "projectName": "project",