Skip to content

Commit

Permalink
Set Concentrator ClientThumbprint as nullable (#1537)
Browse files Browse the repository at this point in the history
  • Loading branch information
audserraCGI authored Nov 15, 2022
1 parent 3d9e857 commit b865b52
Show file tree
Hide file tree
Showing 5 changed files with 519 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/AzureIoTHub.Portal.Domain/Entities/Concentrator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class Concentrator : EntityBase
/// <summary>
/// The client certificate thumbprint.
/// </summary>
public string ClientThumbprint { get; set; }
public string? ClientThumbprint { get; set; }

/// <summary>
/// <c>true</c> if this instance is connected; otherwise, <c>false</c>.
Expand Down
Loading

0 comments on commit b865b52

Please sign in to comment.