Skip to content

Commit 5805488

Browse files
committed
remove unnecessary suppress
1 parent be55aa7 commit 5805488

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed
Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
11
"AssemblyFileName","ClassName","Target","Severity","ProblemId","Description","Remediation"
2+
"Az.DiskPool","New-AzDiskPoolAclObject","New-AzDiskPoolAclObject","1","8100","New-AzDiskPoolAclObject 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"
23
"Az.DiskPool","Get-AzDiskPool","Get-AzDiskPool","1","8410","Parameter ProxyUseDefaultCredentials of cmdlet Get-AzDiskPool 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."
34
"Az.DiskPool","Get-AzDiskPoolIscsiTarget","Get-AzDiskPoolIscsiTarget","1","8410","Parameter ProxyUseDefaultCredentials of cmdlet Get-AzDiskPoolIscsiTarget 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."
4-
"Az.DiskPool","New-AzDiskPool","New-AzDiskPool","1","8100","New-AzDiskPool 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"
55
"Az.DiskPool","New-AzDiskPool","New-AzDiskPool","1","8410","Parameter ProxyUseDefaultCredentials of cmdlet New-AzDiskPool 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."
6-
"Az.DiskPool","New-AzDiskPoolAclObject","New-AzDiskPoolAclObject","1","8100","New-AzDiskPoolAclObject 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"
76
"Az.DiskPool","New-AzDiskPoolIscsiLunObject","New-AzDiskPoolIscsiLunObject","1","8100","New-AzDiskPoolIscsiLunObject 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-
"Az.DiskPool","New-AzDiskPoolIscsiTarget","New-AzDiskPoolIscsiTarget","1","8100","New-AzDiskPoolIscsiTarget 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"
97
"Az.DiskPool","New-AzDiskPoolIscsiTarget","New-AzDiskPoolIscsiTarget","1","8410","Parameter ProxyUseDefaultCredentials of cmdlet New-AzDiskPoolIscsiTarget 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."
10-
"Az.DiskPool","Remove-AzDiskPool","Remove-AzDiskPool","1","8100","Remove-AzDiskPool Does not support ShouldProcess but the cmdlet verb Remove indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
118
"Az.DiskPool","Remove-AzDiskPool","Remove-AzDiskPool","1","8410","Parameter ProxyUseDefaultCredentials of cmdlet Remove-AzDiskPool 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."
12-
"Az.DiskPool","Remove-AzDiskPoolIscsiTarget","Remove-AzDiskPoolIscsiTarget","1","8100","Remove-AzDiskPoolIscsiTarget Does not support ShouldProcess but the cmdlet verb Remove indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
139
"Az.DiskPool","Remove-AzDiskPoolIscsiTarget","Remove-AzDiskPoolIscsiTarget","1","8410","Parameter ProxyUseDefaultCredentials of cmdlet Remove-AzDiskPoolIscsiTarget 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."
14-
"Az.DiskPool","Start-AzDiskPool","Start-AzDiskPool","1","8100","Start-AzDiskPool Does not support ShouldProcess but the cmdlet verb Start indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
1510
"Az.DiskPool","Start-AzDiskPool","Start-AzDiskPool","1","8410","Parameter ProxyUseDefaultCredentials of cmdlet Start-AzDiskPool 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."
16-
"Az.DiskPool","Stop-AzDiskPool","Stop-AzDiskPool","1","8100","Stop-AzDiskPool Does not support ShouldProcess but the cmdlet verb Stop indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
1711
"Az.DiskPool","Stop-AzDiskPool","Stop-AzDiskPool","1","8410","Parameter ProxyUseDefaultCredentials of cmdlet Stop-AzDiskPool 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."
18-
"Az.DiskPool","Update-AzDiskPool","Update-AzDiskPool","1","8100","Update-AzDiskPool Does not support ShouldProcess but the cmdlet verb Update indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
1912
"Az.DiskPool","Update-AzDiskPool","Update-AzDiskPool","1","8410","Parameter ProxyUseDefaultCredentials of cmdlet Update-AzDiskPool 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."
20-
"Az.DiskPool","Update-AzDiskPoolIscsiTarget","Update-AzDiskPoolIscsiTarget","1","8100","Update-AzDiskPoolIscsiTarget Does not support ShouldProcess but the cmdlet verb Update indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
2113
"Az.DiskPool","Update-AzDiskPoolIscsiTarget","Update-AzDiskPoolIscsiTarget","1","8410","Parameter ProxyUseDefaultCredentials of cmdlet Update-AzDiskPoolIscsiTarget 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)