You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/dism_dsc/featureondemand.dsc.resource.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -69,10 +69,10 @@
69
69
"type": "object",
70
70
"additionalProperties": false,
71
71
"properties": {
72
-
"name": {
72
+
"identity": {
73
73
"type": "string",
74
-
"title": "Capability name",
75
-
"description": "The name of the Windows capability (Feature on Demand). Required for get operation. For export operation, this is optional and wildcards (*) are supported for case-insensitive filtering."
74
+
"title": "Capability identity",
75
+
"description": "The identity of the Windows capability (Feature on Demand). Required for get and set operations. For export operation, this is optional and wildcards (*) are supported for case-insensitive filtering."
76
76
},
77
77
"_exist": {
78
78
"type": "boolean",
@@ -92,7 +92,7 @@
92
92
"PartiallyInstalled"
93
93
],
94
94
"title": "Capability state",
95
-
"description": "The current state of the capability. For set operations, only Installed and NotPresent are accepted; other states are returned by get and export operations and are not valid inputs for set."
95
+
"description": "The current state of the capability. For set operations, this property is required and only Installed and NotPresent are accepted; other states are returned by get and export operations and are not valid inputs for set."
0 commit comments