Skip to content

Commit 5f816ed

Browse files
authored
Merge pull request #199825 from Clare-Zheng82/0530-Update_keyFilePath_in_Google_connector_docs
Update keyFilePath property in Google AdWords and BigQuery connector docs
2 parents f8faf96 + 03e50a6 commit 5f816ed

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/data-factory/connector-google-adwords.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: data-movement
99
ms.topic: conceptual
1010
ms.custom: synapse
11-
ms.date: 02/24/2022
11+
ms.date: 05/30/2022
1212
---
1313

1414
# Copy data from Google AdWords using Azure Data Factory or Synapse Analytics
@@ -81,7 +81,7 @@ The following properties are supported for Google AdWords linked service:
8181
| clientId | The client ID of the Google application used to acquire the refresh token. You can choose to mark this field as a SecureString to store it securely, or store password in Azure Key Vault and let the copy activity pull from there when performing data copy - learn more from [Store credentials in Key Vault](store-credentials-in-key-vault.md). | No |
8282
| clientSecret | The client secret of the google application used to acquire the refresh token. You can choose to mark this field as a SecureString to store it securely, or store password in Azure Key Vault and let the copy activity pull from there when performing data copy - learn more from [Store credentials in Key Vault](store-credentials-in-key-vault.md). | No |
8383
| email | The service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR. | No |
84-
| keyFilePath | 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. | No |
84+
| keyFilePath | The full path to the `.p12` or `.json` key file that is used to authenticate the service account email address and can only be used on self-hosted IR. | No |
8585
| trustedCertPath | The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over TLS. This property can only be set when using TLS on self-hosted IR. The default value is the cacerts.pem file installed with the IR. | No |
8686
| useSystemTrustStore | Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false. | No |
8787

articles/data-factory/connector-google-bigquery.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: data-movement
99
ms.topic: conceptual
1010
ms.custom: synapse
11-
ms.date: 04/26/2022
11+
ms.date: 05/30/2022
1212
---
1313

1414
# Copy data from Google BigQuery using Azure Data Factory or Synapse Analytics
@@ -117,7 +117,7 @@ Set "authenticationType" property to **ServiceAuthentication**, and specify the
117117
| Property | Description | Required |
118118
|:--- |:--- |:--- |
119119
| email | The service account email ID that is used for ServiceAuthentication. It can be used only on Self-hosted Integration Runtime. | No |
120-
| keyFilePath | The full path to the .p12 key file that is used to authenticate the service account email address. | No |
120+
| keyFilePath | The full path to the `.p12` or `.json` key file that is used to authenticate the service account email address. | No |
121121
| trustedCertPath | The full path of the .pem file that contains trusted CA certificates used to verify the server when you connect over TLS. This property can be set only when you use TLS on Self-hosted Integration Runtime. The default value is the cacerts.pem file installed with the integration runtime. | No |
122122
| useSystemTrustStore | Specifies whether to use a CA certificate from the system trust store or from a specified .pem file. The default value is **false**. | No |
123123

@@ -133,7 +133,7 @@ Set "authenticationType" property to **ServiceAuthentication**, and specify the
133133
"requestGoogleDriveScope" : true,
134134
"authenticationType" : "ServiceAuthentication",
135135
"email": "<email>",
136-
"keyFilePath": "<.p12 key path on the IR machine>"
136+
"keyFilePath": "<.p12 or .json key path on the IR machine>"
137137
},
138138
"connectVia": {
139139
"referenceName": "<name of Self-hosted Integration Runtime>",

0 commit comments

Comments
 (0)