Skip to content

Commit c5d435b

Browse files
authored
Merge pull request Azure#3365 from yaakoviyun/dev
Remove redunded Remove-AzureRmSqlDatabaseAuditing Cmdlet alias
2 parents 2868c12 + 3aa67b1 commit c5d435b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
"AssemblyFileName","ClassName","Target","Severity","ProblemId","Description","Remediation"
2+
"Microsoft.Azure.Commands.Sql.dll","Microsoft.Azure.Commands.Sql.Auditing.Cmdlet.RemoveSqlDatabaseAuditing","Remove-AzureRmSqlDatabaseAuditing","0","1010","The cmdlet 'Remove-AzureRmSqlDatabaseAuditing' no longer supports the alias 'Remove-AzureRmSqlDatabaseAuditing'.","Add the alias 'Remove-AzureRmSqlDatabaseAuditing back to the cmdlet 'Remove-AzureRmSqlDatabaseAuditing'."

0 commit comments

Comments
 (0)