Skip to content

Commit 0f02ffb

Browse files
committed
Adding direct https note
1 parent 894c639 commit 0f02ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/sql/migrate-dotnet-v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Some settings in `ConnectionPolicy` have been renamed or replaced:
190190
| .NET v2 SDK | .NET v3 SDK |
191191
|-------------|-------------|
192192
|`EnableEndpointRediscovery`|`LimitToEndpoint` - The value is now inverted, if `EnableEndpointRediscovery` was being set to `true`, `LimitToEndpoint` should be set to `false`. Before using this setting, you need to understand [how it affects the client](troubleshoot-sdk-availability.md).|
193-
|`ConnectionProtocol`|Removed. Protocol is tied to the Mode, either it's Gateway (HTTPS) or Direct (TCP).|
193+
|`ConnectionProtocol`|Removed. Protocol is tied to the Mode, either it's Gateway (HTTPS) or Direct (TCP). Direct mode with HTTPS protocol is no longer supported on V3 SDK and the recommendation is to use TCP protocol. |
194194
|`MediaRequestTimeout`|Removed. Attachments are no longer supported.|
195195

196196
### Session token

0 commit comments

Comments
 (0)