Skip to content
Closed
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
10 changes: 5 additions & 5 deletions schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -13541,6 +13541,11 @@
],
"description": "The base definition of a secret type."
},
"connectionProperties": {
"type": "object",
"properties": {},
"description": "Properties used to connect to GoogleAds. It is mutually exclusive with any other properties in the linked service. Type: object."
},
"developerToken": {
"oneOf": [
{
Expand Down Expand Up @@ -13589,11 +13594,6 @@
"description": "Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false."
}
},
"required": [
"authenticationType",
"clientCustomerID",
"developerToken"
],
"description": "Google AdWords service linked service properties."
},
"GoogleAdWordsObjectDataset": {
Expand Down