Skip to content

Commit 544bb00

Browse files
authored
Swagger correctness operations API (#12696)
1 parent 8e9dcbf commit 544bb00

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/preview/2020-09-01-preview/databoxedge.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6819,6 +6819,10 @@
68196819
"description": "Origin of the operation.",
68206820
"type": "string"
68216821
},
6822+
"isDataAction": {
6823+
"description": "Indicates whether the operation is a data action",
6824+
"type": "boolean"
6825+
},
68226826
"properties": {
68236827
"$ref": "#/definitions/OperationProperties",
68246828
"description": "Operation properties.",

specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/stable/2020-09-01/databoxedge.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6819,6 +6819,10 @@
68196819
"description": "Origin of the operation.",
68206820
"type": "string"
68216821
},
6822+
"isDataAction": {
6823+
"description": "Indicates whether the operation is a data action",
6824+
"type": "boolean"
6825+
},
68226826
"properties": {
68236827
"$ref": "#/definitions/OperationProperties",
68246828
"description": "Operation properties.",

0 commit comments

Comments
 (0)