Skip to content

Commit 7034d1b

Browse files
committed
Add SupportsShouldProcess to NewAzureSqlJobAccount
1 parent 762655d commit 7034d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Sql/Commands.Sql/JobAccount/Cmdlet/NewAzureSqlJobAccount.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace Microsoft.Azure.Commands.Sql.JobAccount.Cmdlet
2323
/// Defines the Get-AzureRmSqlJobAccount cmdlet
2424
/// </summary>
2525
[Cmdlet(VerbsCommon.New, "AzureRmSqlJobAccount",
26-
ConfirmImpact = ConfirmImpact.Low)]
26+
ConfirmImpact = ConfirmImpact.Low, SupportsShouldProcess = true)]
2727
public class NewAzureSqlJobAccount : AzureSqlJobAccountCmdletBase
2828
{
2929
/// <summary>

0 commit comments

Comments
 (0)