Skip to content

Commit

Permalink
Update PSNetworkRuleSetAttributes.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyuezh576 committed Jun 9, 2022
1 parent 1ac2513 commit 8875436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/EventHub/EventHub/Models/PSNetworkRuleSetAttributes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ public PSNetworkRuleSetAttributes()
/// <summary>
/// Initializes a new instance of the NetworkRuleSet class.
/// </summary>
/// <param name="networkRuleSet)"></param>
public PSNetworkRuleSetAttributes(NetworkRuleSet networkRuleSet)
/// <param name="networkRuleSet"></param>
public PSNetworkRuleSetAttributes(NetworkRuleSet networkRuleSet)
{
DefaultAction = networkRuleSet.DefaultAction;
TrustedServiceAccessEnabled = networkRuleSet.TrustedServiceAccessEnabled;
Expand Down

0 comments on commit 8875436

Please sign in to comment.