Skip to content

Commit 9a6ac87

Browse files
committed
Fix static analysis issue with ProtocolType
1 parent c118d8b commit 9a6ac87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FrontDoor/FrontDoor/Models/PSFrontendEndpoint.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class PSFrontendEndpoint : PSResource
3535

3636
public string CertificateSource { get; set; }
3737

38-
public string ProtocolType = "ServerNameIndication";
38+
public string ProtocolType { get; set; } = "ServerNameIndication";
3939

4040
public string MinimumTlsVersion { get; set; }
4141

0 commit comments

Comments
 (0)