You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Microsoft.Azure.Cosmos/src/CosmosClient.cs
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -184,7 +184,9 @@ protected CosmosClient()
184
184
/// </example>
185
185
/// <remarks>
186
186
/// The returned reference doesn't guarantee credentials or connectivity validations because creation doesn't make any network calls.
187
-
/// With emulator to ignore SSL Certificate please use connectionstring with "DisableServerCertificateValidation" flag. It cannot be used along with custom HttpClientFactory and NOT recommended to use this flag in production.
187
+
/// With emulator to ignore SSL Certificate please use connectionstring with "DisableServerCertificateValidation" flag.
188
+
/// This flag will be overrided for HTTP calls if custom HttpClientFactory is used.
189
+
/// It is NOT recommended to use this flag in production.
188
190
/// </remarks>
189
191
/// <seealso cref="CosmosClientOptions"/>
190
192
/// <seealso cref="Fluent.CosmosClientBuilder"/>
@@ -474,7 +476,7 @@ public static async Task<CosmosClient> CreateAndInitializeAsync(string accountEn
474
476
/// of the application which enables efficient connection management and performance. Please refer to the
@@ -497,7 +499,9 @@ public static async Task<CosmosClient> CreateAndInitializeAsync(string accountEn
497
499
/// </code>
498
500
/// </example>
499
501
/// <remarks>
500
-
/// With emulator to ignore SSL Certificate please use connectionstring with "DisableServerCertificateValidation" flag. It cannot be used along with custom HttpClientFactory and NOT recommended to use this flag in production.
502
+
/// With emulator to ignore SSL Certificate please use connectionstring with "DisableServerCertificateValidation" flag.
503
+
/// This flag will be overrided for HTTP calls if custom HttpClientFactory is used.
504
+
/// It is NOT recommended to use this flag in production.
/// <param name="connectionString">The connection string must contain AccountEndpoint and AccountKey or ResourceToken.</param>
127
-
/// <remarks>With emulator to ignore SSL Certificate please use connectionstring with "DisableServerCertificateValidation" flag. It cannot be used along with custom HttpClientFactory and NOT recommended to use this flag in production.</remarks>
127
+
/// <remarks>With emulator to ignore SSL Certificate please use connectionstring with "DisableServerCertificateValidation" flag.
128
+
/// This flag will be overrided for HTTP calls if custom HttpClientFactory is used.
129
+
/// It is NOT recommended to use this flag in production.
0 commit comments