Skip to content

Commit

Permalink
Update Salesforce LinkedService Add ApiVersion (Azure#7865)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jingshu923 authored and AnuTalluri committed Dec 11, 2019
1 parent a1353aa commit c1983ef
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2266,6 +2266,10 @@
"description": "The security token is required to remotely access Salesforce instance.",
"$ref": "../datafactory.json#/definitions/SecretBase"
},
"apiVersion": {
"type": "object",
"description": "The Salesforce API version used in ADF. Type: string (or Expression with resultType string)."
},
"encryptedCredential": {
"type": "object",
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)."
Expand Down

0 comments on commit c1983ef

Please sign in to comment.