Skip to content

Commit

Permalink
CodeGen from PR 18858 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
3 people committed May 11, 2022
1 parent 3cc70ed commit 12619ed
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 12619ed

Please sign in to comment.