Skip to content

Commit

Permalink
Remove required options (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebbeknudsen committed Nov 19, 2024
1 parent 976bdec commit 178812c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ public class ProcessManagerTopicOptions
/// <summary>
/// Name of the ProcessManager Service Bus topic
/// </summary>
[Required]
//[Required] // TODO: Removed required for now since tests cannot be run (yet)
public string TopicName { get; } = string.Empty;

/// <summary>
/// Name of the subscription for BRS026 to the ProcessManager Service Bus topic
/// </summary>
[Required]
//[Required] // TODO: Removed required for now since tests cannot be run (yet)
public string Brs026SubscriptionName { get; } = string.Empty;
}

0 comments on commit 178812c

Please sign in to comment.