Skip to content

Commit 9bc6966

Browse files
Yao725jnlycklama
authored andcommitted
[DataFactory] Update Google AdWords linked service (#25789)
* update Google AdWords linked service * update the description for supportLegacyDataTypes * add one more missed property
1 parent 13192b1 commit 9bc6966

File tree

1 file changed

+10
-10
lines changed
  • specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes

1 file changed

+10
-10
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7045,10 +7045,6 @@
70457045
"description": "Google AdWords service linked service properties.",
70467046
"type": "object",
70477047
"properties": {
7048-
"connectionProperties": {
7049-
"description": "Properties used to connect to GoogleAds. It is mutually exclusive with any other properties in the linked service. Type: object.",
7050-
"type": "object"
7051-
},
70527048
"clientCustomerID": {
70537049
"description": "The Client customer ID of the AdWords account that you want to fetch report data for. Type: string (or Expression with resultType string).",
70547050
"x-ms-format": "dfe-string",
@@ -7088,18 +7084,22 @@
70887084
"x-ms-format": "dfe-string",
70897085
"type": "object"
70907086
},
7091-
"keyFilePath": {
7092-
"description": "The full path to the .p12 key file that is used to authenticate the service account email address and can only be used on self-hosted IR. Type: string (or Expression with resultType string).",
7087+
"privateKey": {
7088+
"description": "The private key that is used to authenticate the service account email address and can only be used on self-hosted IR.",
7089+
"$ref": "../datafactory.json#/definitions/SecretBase"
7090+
},
7091+
"loginCustomerID": {
7092+
"description": "The customer ID of the Google Ads Manager account through which you want to fetch report data of specific Customer. Type: string (or Expression with resultType string).",
70937093
"x-ms-format": "dfe-string",
70947094
"type": "object"
70957095
},
7096-
"trustedCertPath": {
7097-
"description": "The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR. Type: string (or Expression with resultType string).",
7096+
"googleAdsApiVersion": {
7097+
"description": "The Google Ads API major version such as v14. The supported major versions could be found on https://developers.google.com/google-ads/api/docs/sunset-dates#timetable. Type: string (or Expression with resultType string).",
70987098
"x-ms-format": "dfe-string",
70997099
"type": "object"
71007100
},
7101-
"useSystemTrustStore": {
7102-
"description": "Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false. Type: boolean (or Expression with resultType boolean).",
7101+
"supportLegacyDataTypes": {
7102+
"description": "Specifies whether to use the legacy data type mappings, which maps float, int32 and int64 from Google to string. Do not set this to true unless you want to keep backward compatibility with legacy driver's data type mappings. Type: boolean (or Expression with resultType boolean).",
71037103
"x-ms-format": "dfe-bool",
71047104
"type": "object"
71057105
},

0 commit comments

Comments
 (0)