Skip to content

Commit 03e50a6

Browse files
committed
Update content and format
1 parent 99e286c commit 03e50a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 or .json 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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 or .json 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)