Skip to content

Commit

Permalink
Add actionType to Operation (Azure#12099)
Browse files Browse the repository at this point in the history
  • Loading branch information
aelij authored and josuh committed Jan 6, 2021
1 parent 33035dc commit 59851d5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,10 @@
"description": "Indicates whether the operation is a data action",
"type": "boolean"
},
"actionType": {
"description": "Indicates the action type.",
"type": "string"
},
"display": {
"$ref": "#/definitions/OperationDisplay",
"description": "Display of the operation"
Expand Down

0 comments on commit 59851d5

Please sign in to comment.