Skip to content

Commit c34c97e

Browse files
committed
add example issues
1 parent 3a4004b commit c34c97e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
"Module","Cmdlet","Example","Line","RuleName","ProblemID","Severity","Description","Extent","Remediation"
2+
"Az.Storage","Get-AzStorageEncryptionScope","4","1","MissingArgument","5200","1","Missing argument in parameter list.",",","Unexpected Error. Please check [Trouble Shotting for Unexpected Errors in Example Issues](***/blob/main/documentation/Debugging-StaticAnalysis-Errors.md#Troubleshotting-Example-Issues) for more details."
3+
"Az.Storage","Get-AzStorageEncryptionScope","4","1","Invalid_Cmdlet","5000","1","name is not a valid command name.","name, test","Check the spell of name."
4+
"Az.Storage","Get-AzStorageEncryptionScope","4","1","Unbinded_Expression","5014","1","Get-AzStorageEncryptionScope (name, test) is not explicitly assigned to a parameter.","(name, test)","Assign (name, test) explicitly to the parameter."
5+
"Az.Storage","Get-AzStorageEncryptionScope","4","1","Invalid_Parameter_Name","5011","1","Get-AzStorageEncryptionScope -<unknown> is not a valid parameter name.","?","Check validity of the parameter -<unknown>."

0 commit comments

Comments
 (0)