Skip to content

Commit 0575ad8

Browse files
committed
Pr comments
1 parent 3393738 commit 0575ad8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Network/Network/AzureFirewall/ApplicationRule/NewAzureFirewallApplicationRuleCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class NewAzureFirewallApplicationRuleCommand : AzureFirewallBaseCmdlet
2727
Mandatory = true,
2828
ParameterSetName = AzureFirewallApplicationRuleParameterSets.TargetFqdn,
2929
HelpMessage = "The name of the Application Rule")]
30-
[Parameter(
30+
[Parameter(
3131
Mandatory = true,
3232
ParameterSetName = AzureFirewallApplicationRuleParameterSets.FqdnTag,
3333
HelpMessage = "The name of the Application Rule")]

src/Network/Network/AzureFirewall/NetworkRule/NewAzureFirewallNetworkRuleCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class NewAzureFirewallNetworkRuleCommand : AzureFirewallBaseCmdlet
3838
public string Description { get; set; }
3939

4040
[Parameter(
41-
Mandatory = true,
41+
Mandatory = false,
4242
HelpMessage = "The source addresses of the rule")]
4343
public string[] SourceAddress { get; set; }
4444

0 commit comments

Comments
 (0)