Skip to content

Commit d598822

Browse files
Revert changes for AzureFirewall
1 parent a8e3105 commit d598822

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

src/Network/Network/AzureFirewall/ApplicationRuleCollection/NewAzureFirewallApplicationRuleCollectionCommand.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public class NewAzureFirewallApplicationRuleCollectionCommand : NetworkBaseCmdle
4949
[ValidateSet(
5050
MNM.AzureFirewallRCActionType.Allow,
5151
MNM.AzureFirewallRCActionType.Deny,
52+
MNM.AzureFirewallRCActionType.Alert,
5253
IgnoreCase = false)]
5354
public string ActionType { get; set; }
5455

src/Network/Network/AzureFirewall/NetworkRuleCollection/NewAzureFirewallNetworkRuleCollectionCommand.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public class NewAzureFirewallNetworkRuleCollectionCommand : NetworkBaseCmdlet
5050
[ValidateSet(
5151
MNM.AzureFirewallRCActionType.Allow,
5252
MNM.AzureFirewallRCActionType.Deny,
53+
MNM.AzureFirewallRCActionType.Alert,
5354
IgnoreCase = false)]
5455
public string ActionType { get; set; }
5556

Binary file not shown.
Binary file not shown.

tools/StaticAnalysis/Exceptions/Az.Network/BreakingChangeIssues.csv

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,5 +441,3 @@
441441
"Microsoft.Azure.PowerShell.Cmdlets.Network.dll","Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayUrlPathMapConfigCommand","New-AzApplicationGatewayUrlPathMapConfig","0","1050","The parameter set 'SetByResource' for cmdlet 'New-AzApplicationGatewayUrlPathMapConfig' has been removed.","Add parameter set 'SetByResource' back to cmdlet 'New-AzApplicationGatewayUrlPathMapConfig'."
442442
"Microsoft.Azure.PowerShell.Cmdlets.Network.dll","Microsoft.Azure.Commands.Network.SetAzureApplicationGatewayUrlPathMapConfigCommand","Set-AzApplicationGatewayUrlPathMapConfig","0","1050","The parameter set 'SetByResourceId' for cmdlet 'Set-AzApplicationGatewayUrlPathMapConfig' has been removed.","Add parameter set 'SetByResourceId' back to cmdlet 'Set-AzApplicationGatewayUrlPathMapConfig'."
443443
"Microsoft.Azure.PowerShell.Cmdlets.Network.dll","Microsoft.Azure.Commands.Network.SetAzureApplicationGatewayUrlPathMapConfigCommand","Set-AzApplicationGatewayUrlPathMapConfig","0","1050","The parameter set 'SetByResource' for cmdlet 'Set-AzApplicationGatewayUrlPathMapConfig' has been removed.","Add parameter set 'SetByResource' back to cmdlet 'Set-AzApplicationGatewayUrlPathMapConfig'."
444-
"Microsoft.Azure.PowerShell.Cmdlets.Network.dll","Microsoft.Azure.Commands.Network.NewAzureFirewallApplicationRuleCollectionCommand","New-AzFirewallApplicationRuleCollection","0","2040","The validation set for parameter 'ActionType' for cmdlet 'New-AzFirewallApplicationRuleCollection' no longer contains the value 'Alert'.","Add 'Alert' back to the validation set for 'ActionType'."
445-
"Microsoft.Azure.PowerShell.Cmdlets.Network.dll","Microsoft.Azure.Commands.Network.NewAzureFirewallNetworkRuleCollectionCommand","New-AzFirewallNetworkRuleCollection","0","2040","The validation set for parameter 'ActionType' for cmdlet 'New-AzFirewallNetworkRuleCollection' no longer contains the value 'Alert'.","Add 'Alert' back to the validation set for 'ActionType'."

0 commit comments

Comments
 (0)