Skip to content

Commit f5dbcb3

Browse files
author
SDKAuto
committed
CodeGen from PR 25789 in Azure/azure-rest-api-specs
Merge 91c612b97e9a39db78bb71772884a4ec4ddce17f into fe6e5b6e46f03c2c23f16029f25431bc90e07de2
1 parent acd8fbd commit f5dbcb3

File tree

1 file changed

+26
-14
lines changed

1 file changed

+26
-14
lines changed

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

Lines changed: 26 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,12 @@
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+
"privateKey": {
1446714462
"oneOf": [
1446814463
{
1446914464
"$ref": "#/definitions/SecretBase"
@@ -14474,15 +14469,21 @@
1447414469
],
1447514470
"description": "The base definition of a secret type."
1447614471
},
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)."
14472+
"refreshToken": {
14473+
"oneOf": [
14474+
{
14475+
"$ref": "#/definitions/SecretBase"
14476+
},
14477+
{
14478+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
14479+
}
14480+
],
14481+
"description": "The base definition of a secret type."
1448114482
},
14482-
"useSystemTrustStore": {
14483+
"supportLegacyDataTypes": {
1448314484
"type": "object",
1448414485
"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)."
14486+
"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)."
1448614487
}
1448714488
},
1448814489
"description": "Google AdWords service linked service properties."
@@ -31910,6 +31911,17 @@
3191031911
"WebHookActivity": {
3191131912
"type": "object",
3191231913
"properties": {
31914+
"policy": {
31915+
"oneOf": [
31916+
{
31917+
"$ref": "#/definitions/SecureInputOutputPolicy"
31918+
},
31919+
{
31920+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
31921+
}
31922+
],
31923+
"description": "Execution policy for an activity that supports secure input and output."
31924+
},
3191331925
"type": {
3191431926
"type": "string",
3191531927
"enum": [

0 commit comments

Comments
 (0)