You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schemas/2018-06-01/Microsoft.DataFactory.json
+86-4Lines changed: 86 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14025,6 +14025,9 @@
14025
14025
"FormatReadSettings": {
14026
14026
"type": "object",
14027
14027
"oneOf": [
14028
+
{
14029
+
"$ref": "#/definitions/ParquetReadSettings"
14030
+
},
14028
14031
{
14029
14032
"$ref": "#/definitions/DelimitedTextReadSettings"
14030
14033
},
@@ -14436,7 +14439,7 @@
14436
14439
"connectionProperties": {
14437
14440
"type": "object",
14438
14441
"properties": {},
14439
-
"description": "Properties used to connect to GoogleAds. It is mutually exclusive with any other properties in the linked service. Type: object."
14442
+
"description": "(Deprecated) Properties used to connect to GoogleAds. It is mutually exclusive with any other properties in the linked service. Type: object."
14440
14443
},
14441
14444
"developerToken": {
14442
14445
"oneOf": [
@@ -14458,10 +14461,31 @@
14458
14461
"type": "string",
14459
14462
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string."
14460
14463
},
14464
+
"googleAdsApiVersion": {
14465
+
"type": "object",
14466
+
"properties": {},
14467
+
"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)."
14468
+
},
14461
14469
"keyFilePath": {
14462
14470
"type": "object",
14463
14471
"properties": {},
14464
-
"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)."
14472
+
"description": "(Deprecated) 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)."
14473
+
},
14474
+
"loginCustomerID": {
14475
+
"type": "object",
14476
+
"properties": {},
14477
+
"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)."
"description": "The base definition of a secret type."
14465
14489
},
14466
14490
"refreshToken": {
14467
14491
"oneOf": [
@@ -14474,15 +14498,20 @@
14474
14498
],
14475
14499
"description": "The base definition of a secret type."
14476
14500
},
14501
+
"supportLegacyDataTypes": {
14502
+
"type": "object",
14503
+
"properties": {},
14504
+
"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)."
14505
+
},
14477
14506
"trustedCertPath": {
14478
14507
"type": "object",
14479
14508
"properties": {},
14480
-
"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)."
14509
+
"description": "(Deprecated) 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)."
14481
14510
},
14482
14511
"useSystemTrustStore": {
14483
14512
"type": "object",
14484
14513
"properties": {},
14485
-
"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)."
14514
+
"description": "(Deprecated) 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)."
14486
14515
}
14487
14516
},
14488
14517
"description": "Google AdWords service linked service properties."
@@ -22507,6 +22536,48 @@
22507
22536
],
22508
22537
"description": "The data stored in Parquet format."
"description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)."
0 commit comments