Skip to content

Commit

Permalink
suppress az resources signiture issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickcandy committed Jul 5, 2023
1 parent 3b70692 commit bbbc7e4
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions tools/StaticAnalysis/Exceptions/Az.Resources/SignatureIssues.csv
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,30 @@
"Az.Resources","Get-AzRoleManagementPolicy","Get-AzRoleManagementPolicy","2","8200","Get-AzRoleManagementPolicy changes the confirm impact. Please ensure that the change in ConfirmImpact is justified","Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact."
"Az.Resources","Get-AzRoleManagementPolicyAssignment","Get-AzRoleManagementPolicyAssignment","2","8010","Get-AzRoleManagementPolicyAssignment Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
"Az.Resources","Get-AzRoleManagementPolicyAssignment","Get-AzRoleManagementPolicyAssignment","2","8200","Get-AzRoleManagementPolicyAssignment changes the confirm impact. Please ensure that the change in ConfirmImpact is justified","Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact."
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzManagementGroupDeploymentStack","New-AzManagementGroupDeploymentStack","1","8410","Parameter DeleteResources of cmdlet New-AzManagementGroupDeploymentStack 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."
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzManagementGroupDeploymentStack","New-AzManagementGroupDeploymentStack","1","8410","Parameter DeleteResourceGroups of cmdlet New-AzManagementGroupDeploymentStack 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."
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzManagementGroupDeploymentStack","New-AzManagementGroupDeploymentStack","1","8410","Parameter DenySettingsApplyToChildScopes of cmdlet New-AzManagementGroupDeploymentStack 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."
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzResourceGroupDeploymentStack","New-AzResourceGroupDeploymentStack","1","8410","Parameter DeleteResources of cmdlet New-AzResourceGroupDeploymentStack 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."
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzResourceGroupDeploymentStack","New-AzResourceGroupDeploymentStack","1","8410","Parameter DeleteResourceGroups of cmdlet New-AzResourceGroupDeploymentStack 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."
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzResourceGroupDeploymentStack","New-AzResourceGroupDeploymentStack","1","8410","Parameter DenySettingsApplyToChildScopes of cmdlet New-AzResourceGroupDeploymentStack 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."
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzSubscriptionDeploymentStack","New-AzSubscriptionDeploymentStack","1","8410","Parameter DeleteResources of cmdlet New-AzSubscriptionDeploymentStack 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."
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzSubscriptionDeploymentStack","New-AzSubscriptionDeploymentStack","1","8410","Parameter DeleteResourceGroups of cmdlet New-AzSubscriptionDeploymentStack 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."
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzSubscriptionDeploymentStack","New-AzSubscriptionDeploymentStack","1","8410","Parameter DenySettingsApplyToChildScopes of cmdlet New-AzSubscriptionDeploymentStack 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."
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzManagementGroupDeploymentStack","Remove-AzManagementGroupDeploymentStack","1","8410","Parameter DeleteResources of cmdlet Remove-AzManagementGroupDeploymentStack 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."
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzManagementGroupDeploymentStack","Remove-AzManagementGroupDeploymentStack","1","8410","Parameter DeleteResourceGroups of cmdlet Remove-AzManagementGroupDeploymentStack 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."
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzResourceGroupDeploymentStack","Remove-AzResourceGroupDeploymentStack","1","8410","Parameter DeleteResources of cmdlet Remove-AzResourceGroupDeploymentStack 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."
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzResourceGroupDeploymentStack","Remove-AzResourceGroupDeploymentStack","1","8410","Parameter DeleteResourceGroups of cmdlet Remove-AzResourceGroupDeploymentStack 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."
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzSubscriptionDeploymentStack","Remove-AzSubscriptionDeploymentStack","1","8410","Parameter DeleteResources of cmdlet Remove-AzSubscriptionDeploymentStack 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."
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.RemoveAzSubscriptionDeploymentStack","Remove-AzSubscriptionDeploymentStack","1","8410","Parameter DeleteResourceGroups of cmdlet Remove-AzSubscriptionDeploymentStack 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."
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SaveAzManagementGroupDeploymentStackTemplate","Save-AzManagementGroupDeploymentStackTemplate","1","8100","Save-AzManagementGroupDeploymentStackTemplate Does not support ShouldProcess but the cmdlet verb Save indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SaveAzResourceGroupDeploymentStackTemplate","Save-AzResourceGroupDeploymentStackTemplate","1","8100","Save-AzResourceGroupDeploymentStackTemplate Does not support ShouldProcess but the cmdlet verb Save indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SaveAzSubscriptionDeploymentStackTemplate","Save-AzSubscriptionDeploymentStackTemplate","1","8100","Save-AzSubscriptionDeploymentStackTemplate Does not support ShouldProcess but the cmdlet verb Save indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzManagementGroupDeploymentStack","Set-AzManagementGroupDeploymentStack","1","8410","Parameter DeleteResources of cmdlet Set-AzManagementGroupDeploymentStack 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."
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzManagementGroupDeploymentStack","Set-AzManagementGroupDeploymentStack","1","8410","Parameter DeleteResourceGroups of cmdlet Set-AzManagementGroupDeploymentStack 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."
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzManagementGroupDeploymentStack","Set-AzManagementGroupDeploymentStack","1","8410","Parameter DenySettingsApplyToChildScopes of cmdlet Set-AzManagementGroupDeploymentStack 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."
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzResourceGroupDeploymentStack","Set-AzResourceGroupDeploymentStack","1","8410","Parameter DeleteResources of cmdlet Set-AzResourceGroupDeploymentStack 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."
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzResourceGroupDeploymentStack","Set-AzResourceGroupDeploymentStack","1","8410","Parameter DeleteResourceGroups of cmdlet Set-AzResourceGroupDeploymentStack 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."
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzResourceGroupDeploymentStack","Set-AzResourceGroupDeploymentStack","1","8410","Parameter DenySettingsApplyToChildScopes of cmdlet Set-AzResourceGroupDeploymentStack 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."
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzSubscriptionDeploymentStack","Set-AzSubscriptionDeploymentStack","1","8410","Parameter DeleteResources of cmdlet Set-AzSubscriptionDeploymentStack 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."
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzSubscriptionDeploymentStack","Set-AzSubscriptionDeploymentStack","1","8410","Parameter DeleteResourceGroups of cmdlet Set-AzSubscriptionDeploymentStack 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."
"Az.Resources","Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.SetAzSubscriptionDeploymentStack","Set-AzSubscriptionDeploymentStack","1","8410","Parameter DenySettingsApplyToChildScopes of cmdlet Set-AzSubscriptionDeploymentStack 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 comments on commit bbbc7e4

Please sign in to comment.