We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e485353 commit e68e264Copy full SHA for e68e264
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