diff --git a/generator/.DevConfigs/07099e0b-f0a0-4de7-a6f3-c307d7e61948.json b/generator/.DevConfigs/07099e0b-f0a0-4de7-a6f3-c307d7e61948.json new file mode 100644 index 000000000000..3a873c88259d --- /dev/null +++ b/generator/.DevConfigs/07099e0b-f0a0-4de7-a6f3-c307d7e61948.json @@ -0,0 +1,9 @@ +{ + "core": { + "changeLogMessages": [ + "Updates the documentation for ConnectionLimit." + ], + "type": "patch", + "updateMinimum": false + } + } \ No newline at end of file diff --git a/sdk/src/Core/Amazon.Runtime/_bcl/ClientConfig.cs b/sdk/src/Core/Amazon.Runtime/_bcl/ClientConfig.cs index df3a34b47ff8..81f6814937aa 100644 --- a/sdk/src/Core/Amazon.Runtime/_bcl/ClientConfig.cs +++ b/sdk/src/Core/Amazon.Runtime/_bcl/ClientConfig.cs @@ -165,7 +165,7 @@ public int MaxIdleTime /// /// Gets and sets the connection limit set on the ServicePoint for the WebRequest. /// Default value is 50 connections unless ServicePointManager.DefaultConnectionLimit is set in - /// which case ServicePointManager.DefaultConnectionLimit will be used as the default. + /// which case ServicePointManager.DefaultConnectionLimit will be used as the default. This property is only available in .NET Framework. /// public int ConnectionLimit {