From 065b070773ed6fa98ede768ad602f4c4d2edf739 Mon Sep 17 00:00:00 2001 From: Ashok Date: Thu, 29 Sep 2022 11:29:23 +0530 Subject: [PATCH] add missing property to fix swagger issue in databox-v2022-02-01 (#20779) --- .../Microsoft.DataBox/stable/2022-02-01/databox.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/databox.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/databox.json index a9dfc992dd8d..f6611a68d150 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/databox.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/databox.json @@ -2812,6 +2812,15 @@ "readOnly": true, "x-ms-identifiers": [] }, + "granularCopyLogDetails": { + "description": "Copy progress per disk.", + "type": "array", + "items": { + "$ref": "#/definitions/DataBoxDiskGranularCopyLogDetails" + }, + "readOnly": true, + "x-ms-identifiers": [] + }, "disksAndSizeDetails": { "description": "Contains the map of disk serial number to the disk size being used for the job. Is returned only after the disks are shipped to the customer.", "type": "object",