Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DataFactory] Add connectionProperties in GoogleAdWordsLinkedServiceTypeProperties #17001

Merged
merged 1 commit into from
Dec 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5927,6 +5927,10 @@
"GoogleAdWordsLinkedServiceTypeProperties": {
"description": "Google AdWords service linked service properties.",
"properties": {
"connectionProperties": {
"description": "Properties used to connect to GoogleAds. It is mutually exclusive with any other properties in the linked service. Type: object.",
"type": "object"
},
"clientCustomerID": {
"description": "The Client customer ID of the AdWords account that you want to fetch report data for.",
"type": "object"
Expand Down Expand Up @@ -5979,12 +5983,7 @@
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).",
"type": "object"
}
},
"required": [
"clientCustomerID",
"developerToken",
"authenticationType"
]
}
},
"SapTableLinkedService": {
"x-ms-discriminator-value": "SapTable",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5807,6 +5807,10 @@
"description": "Google AdWords service linked service properties.",
"type": "object",
"properties": {
"connectionProperties": {
"description": "Properties used to connect to GoogleAds. It is mutually exclusive with any other properties in the linked service. Type: object.",
"type": "object"
},
"clientCustomerID": {
"description": "The Client customer ID of the AdWords account that you want to fetch report data for.",
"type": "object"
Expand Down Expand Up @@ -5859,12 +5863,7 @@
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).",
"type": "object"
}
},
"required": [
"clientCustomerID",
"developerToken",
"authenticationType"
]
}
},
"SapTableLinkedService": {
"x-ms-discriminator-value": "SapTable",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5807,6 +5807,10 @@
"description": "Google AdWords service linked service properties.",
"type": "object",
"properties": {
"connectionProperties": {
"description": "Properties used to connect to GoogleAds. It is mutually exclusive with any other properties in the linked service. Type: object.",
"type": "object"
},
"clientCustomerID": {
"description": "The Client customer ID of the AdWords account that you want to fetch report data for.",
"type": "object"
Expand Down Expand Up @@ -5859,12 +5863,7 @@
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).",
"type": "object"
}
},
"required": [
"clientCustomerID",
"developerToken",
"authenticationType"
]
}
},
"SapTableLinkedService": {
"x-ms-discriminator-value": "SapTable",
Expand Down