Skip to content

Commit 683932f

Browse files
committed
Merge pull request #631 from carolynvs/ssl-lb-json-typo
Fix casing on the intermediateCertificate property
2 parents 8248400 + e68e264 commit 683932f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/corelib/Providers/Rackspace/Objects/LoadBalancers/LoadBalancerSslConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class LoadBalancerSslConfiguration : ExtensibleJsonObject
4848
/// <summary>
4949
/// This is the backing field for the <see cref="IntermediateCertificate"/> property.
5050
/// </summary>
51-
[JsonProperty("intermediatecertificate", DefaultValueHandling = DefaultValueHandling.Ignore)]
51+
[JsonProperty("intermediateCertificate", DefaultValueHandling = DefaultValueHandling.Ignore)]
5252
private string _intermediateCertificate;
5353

5454
/// <summary>

0 commit comments

Comments
 (0)