Skip to content

Commit bf87576

Browse files
author
Gizachew Eshetie
committed
Removed SupportsShouldProcess
1 parent 4d27a78 commit bf87576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Network/Network/AzureFirewallPolicy/Snat/NewAzureFirewallPolicySNATCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
namespace Microsoft.Azure.Commands.Network
2020
{
21-
[Cmdlet(VerbsCommon.New, ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "FirewallPolicySnat", SupportsShouldProcess = true), OutputType(typeof(PSAzureFirewallPolicySNAT))]
21+
[Cmdlet(VerbsCommon.New, ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "FirewallPolicySnat"), OutputType(typeof(PSAzureFirewallPolicySNAT))]
2222
public class NewAzureFirewallPolicySNATCommand : NetworkBaseCmdlet
2323
{
2424

0 commit comments

Comments
 (0)