Skip to content

Commit 3111d0b

Browse files
committed
Add signature exception for parameter name providing time units
1 parent 818b741 commit 3111d0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/StaticAnalysis/Exceptions/SignatureIssues.csv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1478,4 +1478,5 @@
14781478
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.NewAzureVMSqlServerAutoBackupConfigCommand","New-AzureRmVMSqlServerAutoBackupConfig","1","8100","New-AzureRmVMSqlServerAutoBackupConfig Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
14791479
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.NewAzureVMSqlServerAutoBackupConfigCommand","New-AzureRmVMSqlServerAutoBackupConfig","1","8410","Parameter BackupSystemDbs of cmdlet New-AzureRmVMSqlServerAutoBackupConfig does not follow the enforced naming convention of using a singular noun for a parameter name.","Consider using a singular noun for the parameter name."
14801480
"Microsoft.Azure.Commands.Compute.dll","Microsoft.Azure.Commands.Compute.NewAzureVMSqlServerAutoPatchingConfigCommand","New-AzureRmVMSqlServerAutoPatchingConfig","1","8100","New-AzureRmVMSqlServerAutoPatchingConfig Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
1481-
"Microsoft.Azure.Commands.Profile.dll","Microsoft.Azure.Commands.Profile.SendFeedbackCommand","Send-Feedback","1","8100","Send-Feedback Does not support ShouldProcess but the cmdlet verb Send indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue."
1481+
"Microsoft.Azure.Commands.Profile.dll","Microsoft.Azure.Commands.Profile.SendFeedbackCommand","Send-Feedback","1","8100","Send-Feedback Does not support ShouldProcess but the cmdlet verb Send indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue."
1482+
"Microsoft.Azure.Commands.TrafficManager.dll","Microsoft.Azure.Commands.TrafficManager.NewAzureTrafficManagerProfile","New-AzureRmTrafficManagerProfile","1","8410","Parameter MonitorToleratedNumberOfFailures of cmdlet New-AzureRmTrafficManagerProfile does not follow the enforced naming convention of using a singular noun for a parameter name.","Consider using a singular noun for the parameter name."

0 commit comments

Comments
 (0)