Skip to content

Commit

Permalink
Add connectionProperties in GoogleAdWordsLinkedServiceTypeProperties (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Frey-Wang authored Dec 17, 2021
1 parent 8e4366e commit 953c269
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 18 deletions.
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

0 comments on commit 953c269

Please sign in to comment.