Skip to content

Commit 8875436

Browse files
author
Ziyue Zheng
authored
Update PSNetworkRuleSetAttributes.cs
1 parent 1ac2513 commit 8875436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/EventHub/EventHub/Models/PSNetworkRuleSetAttributes.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ public PSNetworkRuleSetAttributes()
3535
/// <summary>
3636
/// Initializes a new instance of the NetworkRuleSet class.
3737
/// </summary>
38-
/// <param name="networkRuleSet)"></param>
39-
public PSNetworkRuleSetAttributes(NetworkRuleSet networkRuleSet)
38+
/// <param name="networkRuleSet"></param>
39+
public PSNetworkRuleSetAttributes(NetworkRuleSet networkRuleSet)
4040
{
4141
DefaultAction = networkRuleSet.DefaultAction;
4242
TrustedServiceAccessEnabled = networkRuleSet.TrustedServiceAccessEnabled;

0 commit comments

Comments
 (0)