diff --git a/schemas/2018-06-01/Microsoft.DataFactory.json b/schemas/2018-06-01/Microsoft.DataFactory.json index 6a2d3787ed..f6a2908797 100644 --- a/schemas/2018-06-01/Microsoft.DataFactory.json +++ b/schemas/2018-06-01/Microsoft.DataFactory.json @@ -8988,6 +8988,17 @@ "type": "string", "description": "Transformation name." }, + "rejectedDataLinkedService": { + "oneOf": [ + { + "$ref": "#/definitions/LinkedServiceReference" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Linked service reference type." + }, "schemaLinkedService": { "oneOf": [ { @@ -12789,6 +12800,17 @@ ], "description": "Whether or not public network access is allowed for the data factory." }, + "purviewConfiguration": { + "oneOf": [ + { + "$ref": "#/definitions/PurviewConfiguration" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Purview configuration." + }, "repoConfiguration": { "oneOf": [ { @@ -22180,6 +22202,17 @@ "type": "string", "description": "Transformation name." }, + "rejectedDataLinkedService": { + "oneOf": [ + { + "$ref": "#/definitions/LinkedServiceReference" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Linked service reference type." + }, "schemaLinkedService": { "oneOf": [ { @@ -22566,6 +22599,16 @@ }, "description": "The state of a private link connection" }, + "PurviewConfiguration": { + "type": "object", + "properties": { + "purviewResourceId": { + "type": "string", + "description": "Purview resource id." + } + }, + "description": "Purview configuration." + }, "QuickbaseLinkedService": { "type": "object", "properties": {