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: specification/chaos/resource-manager/Microsoft.Chaos/preview/2023-04-01-preview/types/capabilityTypes.json
+4-2
Original file line number
Diff line number
Diff line change
@@ -77,16 +77,18 @@
77
77
"properties": {
78
78
"actions": {
79
79
"type": "array",
80
+
"description": "Control plane actions necessary to execute capability type.",
80
81
"items": {
81
82
"type": "string",
82
-
"description": "Control plane actions necessary to execute capability type."
83
+
"description": "Control plane action necessary to execute capability type."
83
84
}
84
85
},
85
86
"dataActions": {
86
87
"type": "array",
88
+
"description": "Control plane actions necessary to execute capability type.",
87
89
"items": {
88
90
"type": "string",
89
-
"description": "Data plane actions necessary to execute capability type.."
91
+
"description": "Data plane action necessary to execute capability type."
0 commit comments