Skip to content

Commit 4e8ab66

Browse files
committed
Remove redunded Remove-AzureRmSqlDatabaseAuditing Cmdlet alias
Remove redunded Remove-AzureRmSqlDatabaseAuditing Cmdlet alias
1 parent d212daa commit 4e8ab66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ResourceManager/Sql/Commands.Sql/Auditing/Cmdlet/RemoveSqlDatabaseAuditing.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ namespace Microsoft.Azure.Commands.Sql.Auditing.Cmdlet
2121
/// Disables auditing on a specific database.
2222
/// </summary>
2323
[Cmdlet(VerbsCommon.Remove, "AzureRmSqlDatabaseAuditing", SupportsShouldProcess = true), OutputType(typeof(AuditingPolicyModel))]
24-
[Alias("Remove-AzureRmSqlDatabaseAuditing")]
2524
public class RemoveSqlDatabaseAuditing : SqlDatabaseAuditingCmdletBase
2625
{
2726
/// <summary>

0 commit comments

Comments
 (0)