Skip to content

Commit 1234264

Browse files
committed
Add exception for static anaysis signature issue
1 parent 9a6ac87 commit 1234264

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed
Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
"AssemblyFileName","ClassName","Target","Severity","ProblemId","Description","Remediation"
2-
"Microsoft.Azure.Commands.FrontDoor.dll","Microsoft.Azure.Commands.FrontDoor.Cmdlets.NewAzureRmFrontDoorBackendObject","New-AzFrontDoorBackendObject","1","8100","New-AzFrontDoorBackendObject 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"
3-
"Microsoft.Azure.Commands.FrontDoor.dll","Microsoft.Azure.Commands.FrontDoor.Cmdlets.NewAzureRmFrontDoorBackendPoolObject","New-AzFrontDoorBackendPoolObject","1","8100","New-AzFrontDoorBackendPoolObject 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"
4-
"Microsoft.Azure.Commands.FrontDoor.dll","Microsoft.Azure.Commands.FrontDoor.Cmdlets.NewAzureRmFrontDoorWafCustomRuleObject","New-AzFrontDoorWafCustomRuleObject","1","8100","New-AzFrontDoorWafCustomRuleObject 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"
5-
"Microsoft.Azure.Commands.FrontDoor.dll","Microsoft.Azure.Commands.FrontDoor.Cmdlets.NewAzureRmFrontDoorFrontendEndpointObject","New-AzFrontDoorFrontendEndpointObject","1","8100","New-AzFrontDoorFrontendEndpointObject 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"
6-
"Microsoft.Azure.Commands.FrontDoor.dll","Microsoft.Azure.Commands.FrontDoor.Cmdlets.NewAzureRmFrontDoorHealthProbeSettingObject","New-AzFrontDoorHealthProbeSettingObject","1","8100","New-AzFrontDoorHealthProbeSettingObject 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"
7-
"Microsoft.Azure.Commands.FrontDoor.dll","Microsoft.Azure.Commands.FrontDoor.Cmdlets.NewAzureRmFrontDoorLoadBalancingSettingObject","New-AzFrontDoorLoadBalancingSettingObject","1","8100","New-AzFrontDoorLoadBalancingSettingObject 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"
8-
"Microsoft.Azure.Commands.FrontDoor.dll","Microsoft.Azure.Commands.FrontDoor.Cmdlets.NewAzureRmFrontDoorLoadBalancingSettingObject","New-AzFrontDoorLoadBalancingSettingObject","1","8410","Parameter AdditionalLatencyInMilliseconds of cmdlet New-AzFrontDoorLoadBalancingSettingObject 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."
9-
"Microsoft.Azure.Commands.FrontDoor.dll","Microsoft.Azure.Commands.FrontDoor.Cmdlets.NewAzureRmFrontDoorWafManagedRuleObject","New-AzFrontDoorWafManagedRuleObject","1","8100","New-AzFrontDoorWafManagedRuleObject 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"
10-
"Microsoft.Azure.Commands.FrontDoor.dll","Microsoft.Azure.Commands.FrontDoor.Cmdlets.NewAzureRmFrontDoorWafMatchConditionObject","New-AzFrontDoorWafMatchConditionObject","1","8100","New-AzFrontDoorWafMatchConditionObject 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"
11-
"Microsoft.Azure.Commands.FrontDoor.dll","Microsoft.Azure.Commands.FrontDoor.Cmdlets.NewAzureRmFrontDoorRoutingRuleObject","New-AzFrontDoorRoutingRuleObject","1","8100","New-AzFrontDoorRoutingRuleObject 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"
12-
"Microsoft.Azure.Commands.FrontDoor.dll","Microsoft.Azure.Commands.FrontDoor.Cmdlets.NewAzureRmFrontDoorWafRuleGroupOverrideObject","New-AzFrontDoorWafRuleGroupOverrideObject","1","8100","New-AzFrontDoorWafRuleGroupOverrideObject 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"
13-
"Microsoft.Azure.Commands.FrontDoor.dll","Microsoft.Azure.Commands.FrontDoor.Cmdlets.NewAzureRmFrontDoorWafManagedRuleOverrideObject","New-AzFrontDoorWafManagedRuleOverrideObject","1","8100","New-AzFrontDoorWafManagedRuleOverrideObject 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"
1+
AssemblyFileName,ClassName,Target,Severity,ProblemId,Description,Remediation
2+
Microsoft.Azure.Commands.FrontDoor.dll,Microsoft.Azure.Commands.FrontDoor.Cmdlets.NewAzureRmFrontDoorBackendObject,New-AzFrontDoorBackendObject,1,8100,New-AzFrontDoorBackendObject 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
3+
Microsoft.Azure.Commands.FrontDoor.dll,Microsoft.Azure.Commands.FrontDoor.Cmdlets.NewAzureRmFrontDoorBackendPoolObject,New-AzFrontDoorBackendPoolObject,1,8100,New-AzFrontDoorBackendPoolObject 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
4+
Microsoft.Azure.Commands.FrontDoor.dll,Microsoft.Azure.Commands.FrontDoor.Cmdlets.NewAzureRmFrontDoorWafCustomRuleObject,New-AzFrontDoorWafCustomRuleObject,1,8100,New-AzFrontDoorWafCustomRuleObject 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
5+
Microsoft.Azure.Commands.FrontDoor.dll,Microsoft.Azure.Commands.FrontDoor.Cmdlets.NewAzureRmFrontDoorFrontendEndpointObject,New-AzFrontDoorFrontendEndpointObject,1,8100,New-AzFrontDoorFrontendEndpointObject 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
6+
Microsoft.Azure.Commands.FrontDoor.dll,Microsoft.Azure.Commands.FrontDoor.Cmdlets.NewAzureRmFrontDoorHealthProbeSettingObject,New-AzFrontDoorHealthProbeSettingObject,1,8100,New-AzFrontDoorHealthProbeSettingObject 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
7+
Microsoft.Azure.Commands.FrontDoor.dll,Microsoft.Azure.Commands.FrontDoor.Cmdlets.NewAzureRmFrontDoorLoadBalancingSettingObject,New-AzFrontDoorLoadBalancingSettingObject,1,8100,New-AzFrontDoorLoadBalancingSettingObject 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
8+
Microsoft.Azure.Commands.FrontDoor.dll,Microsoft.Azure.Commands.FrontDoor.Cmdlets.NewAzureRmFrontDoorLoadBalancingSettingObject,New-AzFrontDoorLoadBalancingSettingObject,1,8410,Parameter AdditionalLatencyInMilliseconds of cmdlet New-AzFrontDoorLoadBalancingSettingObject 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.
9+
Microsoft.Azure.Commands.FrontDoor.dll,Microsoft.Azure.Commands.FrontDoor.Cmdlets.NewAzureRmFrontDoorWafManagedRuleObject,New-AzFrontDoorWafManagedRuleObject,1,8100,New-AzFrontDoorWafManagedRuleObject 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
10+
Microsoft.Azure.Commands.FrontDoor.dll,Microsoft.Azure.Commands.FrontDoor.Cmdlets.NewAzureRmFrontDoorWafMatchConditionObject,New-AzFrontDoorWafMatchConditionObject,1,8100,New-AzFrontDoorWafMatchConditionObject 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
11+
Microsoft.Azure.Commands.FrontDoor.dll,Microsoft.Azure.Commands.FrontDoor.Cmdlets.NewAzureRmFrontDoorRoutingRuleObject,New-AzFrontDoorRoutingRuleObject,1,8100,New-AzFrontDoorRoutingRuleObject 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
12+
Microsoft.Azure.Commands.FrontDoor.dll,Microsoft.Azure.Commands.FrontDoor.Cmdlets.NewAzureRmFrontDoorWafRuleGroupOverrideObject,New-AzFrontDoorWafRuleGroupOverrideObject,1,8100,New-AzFrontDoorWafRuleGroupOverrideObject 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
13+
Microsoft.Azure.Commands.FrontDoor.dll,Microsoft.Azure.Commands.FrontDoor.Cmdlets.NewAzureRmFrontDoorWafManagedRuleOverrideObject,New-AzFrontDoorWafManagedRuleOverrideObject,1,8100,New-AzFrontDoorWafManagedRuleOverrideObject 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
14+
Microsoft.Azure.Commands.FrontDoor.dll,Microsoft.Azure.Commands.FrontDoor.Cmdlets.NewAzureRmBackendPoolsSettingObject,New-AzFrontDoorBackendPoolsSettingObject,1,8100,New-AzFrontDoorBackendPoolsSettingObject 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

0 commit comments

Comments
 (0)