Skip to content

Commit

Permalink
Swagger correctness operations API (Azure#12696)
Browse files Browse the repository at this point in the history
  • Loading branch information
anponnet authored Jan 29, 2021
1 parent 8e9dcbf commit 544bb00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6819,6 +6819,10 @@
"description": "Origin of the operation.",
"type": "string"
},
"isDataAction": {
"description": "Indicates whether the operation is a data action",
"type": "boolean"
},
"properties": {
"$ref": "#/definitions/OperationProperties",
"description": "Operation properties.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6819,6 +6819,10 @@
"description": "Origin of the operation.",
"type": "string"
},
"isDataAction": {
"description": "Indicates whether the operation is a data action",
"type": "boolean"
},
"properties": {
"$ref": "#/definitions/OperationProperties",
"description": "Operation properties.",
Expand Down

0 comments on commit 544bb00

Please sign in to comment.