Skip to content

Commit

Permalink
Suppress false positive signature errors
Browse files Browse the repository at this point in the history
  • Loading branch information
msJinLei committed Sep 18, 2024
1 parent 1b97e50 commit 2e0dd04
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"Module","ClassName","Target","Severity","ProblemId","Description","Remediation"
"Az.KubernetesRuntime","Disable-AzKubernetesRuntimeStorageClass","Disable-AzKubernetesRuntimeStorageClass","1","8400","Disable-AzKubernetesRuntimeStorageClass uses the noun 'AzKubernetesRuntimeStorageClass', which does not follow the enforced naming convention of using a singular noun for a cmdlet name.","Consider using a singular noun for the cmdlet name."
"Az.KubernetesRuntime","Enable-AzKubernetesRuntimeStorageClass","Enable-AzKubernetesRuntimeStorageClass","1","8400","Enable-AzKubernetesRuntimeStorageClass uses the noun 'AzKubernetesRuntimeStorageClass', which does not follow the enforced naming convention of using a singular noun for a cmdlet name.","Consider using a singular noun for the cmdlet name."
"Az.KubernetesRuntime","Get-AzKubernetesRuntimeStorageClass","Get-AzKubernetesRuntimeStorageClass","1","8400","Get-AzKubernetesRuntimeStorageClass uses the noun 'AzKubernetesRuntimeStorageClass', which does not follow the enforced naming convention of using a singular noun for a cmdlet name.","Consider using a singular noun for the cmdlet name."
"Az.KubernetesRuntime","New-AzKubernetesRuntimeStorageClass","New-AzKubernetesRuntimeStorageClass","1","8400","New-AzKubernetesRuntimeStorageClass uses the noun 'AzKubernetesRuntimeStorageClass', which does not follow the enforced naming convention of using a singular noun for a cmdlet name.","Consider using a singular noun for the cmdlet name."
"Az.KubernetesRuntime","Remove-AzKubernetesRuntimeStorageClass","Remove-AzKubernetesRuntimeStorageClass","1","8400","Remove-AzKubernetesRuntimeStorageClass uses the noun 'AzKubernetesRuntimeStorageClass', which does not follow the enforced naming convention of using a singular noun for a cmdlet name.","Consider using a singular noun for the cmdlet name."
"Az.KubernetesRuntime","Update-AzKubernetesRuntimeStorageClass","Update-AzKubernetesRuntimeStorageClass","1","8400","Update-AzKubernetesRuntimeStorageClass uses the noun 'AzKubernetesRuntimeStorageClass', which does not follow the enforced naming convention of using a singular noun for a cmdlet name.","Consider using a singular noun for the cmdlet name."

0 comments on commit 2e0dd04

Please sign in to comment.