We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8248400 + e68e264 commit 683932fCopy full SHA for 683932f
src/corelib/Providers/Rackspace/Objects/LoadBalancers/LoadBalancerSslConfiguration.cs
@@ -48,7 +48,7 @@ public class LoadBalancerSslConfiguration : ExtensibleJsonObject
48
/// <summary>
49
/// This is the backing field for the <see cref="IntermediateCertificate"/> property.
50
/// </summary>
51
- [JsonProperty("intermediatecertificate", DefaultValueHandling = DefaultValueHandling.Ignore)]
+ [JsonProperty("intermediateCertificate", DefaultValueHandling = DefaultValueHandling.Ignore)]
52
private string _intermediateCertificate;
53
54
0 commit comments