We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac2513 commit 8875436Copy full SHA for 8875436
src/EventHub/EventHub/Models/PSNetworkRuleSetAttributes.cs
@@ -35,8 +35,8 @@ public PSNetworkRuleSetAttributes()
35
/// <summary>
36
/// Initializes a new instance of the NetworkRuleSet class.
37
/// </summary>
38
- /// <param name="networkRuleSet)"></param>
39
- public PSNetworkRuleSetAttributes(NetworkRuleSet networkRuleSet)
+ /// <param name="networkRuleSet"></param>
+ public PSNetworkRuleSetAttributes(NetworkRuleSet networkRuleSet)
40
{
41
DefaultAction = networkRuleSet.DefaultAction;
42
TrustedServiceAccessEnabled = networkRuleSet.TrustedServiceAccessEnabled;
0 commit comments