Skip to content

Commit f6c5496

Browse files
committed
added new code to other manifests
1 parent fdf949c commit f6c5496

3 files changed

+6
-3
lines changed

dsc/assertion.dsc.resource.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
"3": "JSON Serialization error",
5050
"4": "Invalid input format",
5151
"5": "Resource instance failed schema validation",
52-
"6": "Command cancelled"
52+
"6": "Command cancelled",
53+
"7": "Resource not found"
5354
},
5455
"validate": {
5556
"executable": "dsc",

dsc/group.dsc.resource.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"3": "JSON Serialization error",
4848
"4": "Invalid input format",
4949
"5": "Resource instance failed schema validation",
50-
"6": "Command cancelled"
50+
"6": "Command cancelled",
51+
"7": "Resource not found"
5152
},
5253
"validate": {
5354
"executable": "dsc",

dsc/parallel.dsc.resource.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
"3": "JSON Serialization error",
5151
"4": "Invalid input format",
5252
"5": "Resource instance failed schema validation",
53-
"6": "Command cancelled"
53+
"6": "Command cancelled",
54+
"7": "Resource not found"
5455
},
5556
"validate": {
5657
"executable": "dsc",

0 commit comments

Comments
 (0)