Skip to content

Commit

Permalink
added new code to other manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
anmenaga committed Oct 3, 2024
1 parent fdf949c commit f6c5496
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dsc/assertion.dsc.resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"3": "JSON Serialization error",
"4": "Invalid input format",
"5": "Resource instance failed schema validation",
"6": "Command cancelled"
"6": "Command cancelled",
"7": "Resource not found"
},
"validate": {
"executable": "dsc",
Expand Down
3 changes: 2 additions & 1 deletion dsc/group.dsc.resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"3": "JSON Serialization error",
"4": "Invalid input format",
"5": "Resource instance failed schema validation",
"6": "Command cancelled"
"6": "Command cancelled",
"7": "Resource not found"
},
"validate": {
"executable": "dsc",
Expand Down
3 changes: 2 additions & 1 deletion dsc/parallel.dsc.resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"3": "JSON Serialization error",
"4": "Invalid input format",
"5": "Resource instance failed schema validation",
"6": "Command cancelled"
"6": "Command cancelled",
"7": "Resource not found"
},
"validate": {
"executable": "dsc",
Expand Down

0 comments on commit f6c5496

Please sign in to comment.