Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -2706,8 +2706,8 @@
"description": "This value specifies the endpoint to access with the S3 Connector. This is an optional property; change it only if you want to try a different service endpoint or want to switch between https and http. Type: string (or Expression with resultType string)."
},
"sessionToken": {
"type": "object",
"description": "The session token for the S3 temporary security credential. Type: string (or Expression with resultType string)."
"$ref": "../datafactory.json#/definitions/SecretBase",
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This mistake was added by last PR #10903 just now. And there's no SDK release after that.
So it won't be a breaking change.

"description": "The session token for the S3 temporary security credential."
},
"encryptedCredential": {
"type": "object",
Expand Down