Skip to content

Commit 77d6826

Browse files
committed
Suppressed violation of not implementing ShouldProcess since the cmdlet only makes in-memory changes
1 parent 497e5a4 commit 77d6826

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/StaticAnalysis/Exceptions/SignatureIssues.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -843,6 +843,7 @@
843843
"Microsoft.Azure.Commands.Insights.dll","Microsoft.Azure.Commands.Insights.Alerts.NewAzureRmAlertRuleEmailCommand","New-AzureRmAlertRuleEmail","1","8410","Parameter CustomEmails of cmdlet New-AzureRmAlertRuleEmail 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."
844844
"Microsoft.Azure.Commands.Insights.dll","Microsoft.Azure.Commands.Insights.Alerts.NewAzureRmAlertRuleEmailCommand","New-AzureRmAlertRuleEmail","1","8410","Parameter SendToServiceOwners of cmdlet New-AzureRmAlertRuleEmail 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."
845845
"Microsoft.Azure.Commands.Insights.dll","Microsoft.Azure.Commands.Insights.Alerts.NewAzureRmAlertRuleWebhookCommand","New-AzureRmAlertRuleWebhook","1","8410","Parameter Properties of cmdlet New-AzureRmAlertRuleWebhook 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."
846+
"Microsoft.Azure.Commands.Insights.dll","Microsoft.Azure.Commands.Insights.ActionGroups.NewAzureRmActionGroupReceiverCommand","New-AzureRmActionGroupReceiver","1","8100","New-AzureRmActionGroupReceiver 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"
846847
"Microsoft.Azure.Commands.IotHub.dll","Microsoft.Azure.Commands.Management.IotHub.AddAzureRmIotHubKey","Add-AzureRmIotHubKey","1","8410","Parameter Rights of cmdlet Add-AzureRmIotHubKey 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."
847848
"Microsoft.Azure.Commands.IotHub.dll","Microsoft.Azure.Commands.Management.IotHub.NewAzureRmIotHub","New-AzureRmIotHub","1","8410","Parameter Units of cmdlet New-AzureRmIotHub 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."
848849
"Microsoft.Azure.Commands.IotHub.dll","Microsoft.Azure.Commands.Management.IotHub.NewAzureRmIotHub","New-AzureRmIotHub","1","8410","Parameter Properties of cmdlet New-AzureRmIotHub 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)