From 798fd9c490b789811918b66f702532985922c4e6 Mon Sep 17 00:00:00 2001 From: anponnet Date: Thu, 28 Jan 2021 14:18:26 +0530 Subject: [PATCH] Swagger correctness operations API --- .../preview/2020-09-01-preview/databoxedge.json | 4 ++++ .../Microsoft.DataBoxEdge/stable/2020-09-01/databoxedge.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/preview/2020-09-01-preview/databoxedge.json b/specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/preview/2020-09-01-preview/databoxedge.json index a6bf647c099e..5f5669a9ae7a 100644 --- a/specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/preview/2020-09-01-preview/databoxedge.json +++ b/specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/preview/2020-09-01-preview/databoxedge.json @@ -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.", diff --git a/specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/stable/2020-09-01/databoxedge.json b/specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/stable/2020-09-01/databoxedge.json index 61fa1d42c0a4..70c3539a8802 100644 --- a/specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/stable/2020-09-01/databoxedge.json +++ b/specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/stable/2020-09-01/databoxedge.json @@ -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.",