Skip to content

Commit be55aa7

Browse files
committed
supress error
1 parent d54c93c commit be55aa7

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
"AssemblyFileName","ClassName","Target","Severity","ProblemId","Description","Remediation"
2+
"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."
3+
"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"
5+
"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"
7+
"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"
9+
"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"
11+
"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"
13+
"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"
15+
"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"
17+
"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"
19+
"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"
21+
"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)