Skip to content

Commit 1cc2b06

Browse files
author
SDKAuto
committed
CodeGen from PR 25789 in Azure/azure-rest-api-specs
Merge 68b631b1461142c10212515706f75478c9742b1e into 3d59aae5716739a772ed9f1c5376f0d9005e1c4e
1 parent 2bafa64 commit 1cc2b06

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

schemas/2018-06-01/Microsoft.DataFactory.json

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14433,11 +14433,6 @@
1443314433
],
1443414434
"description": "The base definition of a secret type."
1443514435
},
14436-
"connectionProperties": {
14437-
"type": "object",
14438-
"properties": {},
14439-
"description": "Properties used to connect to GoogleAds. It is mutually exclusive with any other properties in the linked service. Type: object."
14440-
},
1444114436
"developerToken": {
1444214437
"oneOf": [
1444314438
{
@@ -14458,12 +14453,17 @@
1445814453
"type": "string",
1445914454
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string."
1446014455
},
14461-
"keyFilePath": {
14456+
"googleAdsApiVersion": {
1446214457
"type": "object",
1446314458
"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)."
14459+
"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)."
1446514460
},
14466-
"refreshToken": {
14461+
"loginCustomerID": {
14462+
"type": "object",
14463+
"properties": {},
14464+
"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)."
14465+
},
14466+
"privateKey": {
1446714467
"oneOf": [
1446814468
{
1446914469
"$ref": "#/definitions/SecretBase"
@@ -14474,15 +14474,21 @@
1447414474
],
1447514475
"description": "The base definition of a secret type."
1447614476
},
14477-
"trustedCertPath": {
14478-
"type": "object",
14479-
"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)."
14477+
"refreshToken": {
14478+
"oneOf": [
14479+
{
14480+
"$ref": "#/definitions/SecretBase"
14481+
},
14482+
{
14483+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
14484+
}
14485+
],
14486+
"description": "The base definition of a secret type."
1448114487
},
14482-
"useSystemTrustStore": {
14488+
"supportLegacyDataTypes": {
1448314489
"type": "object",
1448414490
"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)."
14491+
"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)."
1448614492
}
1448714493
},
1448814494
"description": "Google AdWords service linked service properties."

0 commit comments

Comments
 (0)