From a6f20ec7547f17a355aafee2ec2ad7a4fa78412a Mon Sep 17 00:00:00 2001 From: Jingshu923 <52914166+Jingshu923@users.noreply.github.com> Date: Fri, 6 Dec 2019 12:41:12 +0800 Subject: [PATCH] Update GoogleAdWords and GoogleBigQuery clientId for fix issue (#7903) * Update Salesforce LinkedService Add ApiVersion * Update GoogleAdWords and GoogleBigQuery clientId for fix issue --- .../stable/2018-06-01/entityTypes/LinkedService.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json index b91fef4b4100..9862ee577cb7 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json @@ -3381,8 +3381,8 @@ "$ref": "../datafactory.json#/definitions/SecretBase" }, "clientId": { - "description": "The client id of the google application used to acquire the refresh token.", - "$ref": "../datafactory.json#/definitions/SecretBase" + "description": "The client id of the google application used to acquire the refresh token. Type: string (or Expression with resultType string).", + "type": "object" }, "clientSecret": { "description": "The client secret of the google application used to acquire the refresh token.", @@ -5470,8 +5470,8 @@ "$ref": "../datafactory.json#/definitions/SecretBase" }, "clientId": { - "description": "The client id of the google application used to acquire the refresh token.", - "$ref": "../datafactory.json#/definitions/SecretBase" + "description": "The client id of the google application used to acquire the refresh token. Type: string (or Expression with resultType string).", + "type": "object" }, "clientSecret": { "description": "The client secret of the google application used to acquire the refresh token.",