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 762655d commit 7034d1bCopy full SHA for 7034d1b
src/ResourceManager/Sql/Commands.Sql/JobAccount/Cmdlet/NewAzureSqlJobAccount.cs
@@ -23,7 +23,7 @@ namespace Microsoft.Azure.Commands.Sql.JobAccount.Cmdlet
23
/// Defines the Get-AzureRmSqlJobAccount cmdlet
24
/// </summary>
25
[Cmdlet(VerbsCommon.New, "AzureRmSqlJobAccount",
26
- ConfirmImpact = ConfirmImpact.Low)]
+ ConfirmImpact = ConfirmImpact.Low, SupportsShouldProcess = true)]
27
public class NewAzureSqlJobAccount : AzureSqlJobAccountCmdletBase
28
{
29
/// <summary>
0 commit comments