Skip to content

Commit 065b070

Browse files
authored
add missing property to fix swagger issue in databox-v2022-02-01 (#20779)
1 parent 7580518 commit 065b070

File tree

1 file changed

+9
-0
lines changed
  • specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01

1 file changed

+9
-0
lines changed

specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/databox.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2812,6 +2812,15 @@
28122812
"readOnly": true,
28132813
"x-ms-identifiers": []
28142814
},
2815+
"granularCopyLogDetails": {
2816+
"description": "Copy progress per disk.",
2817+
"type": "array",
2818+
"items": {
2819+
"$ref": "#/definitions/DataBoxDiskGranularCopyLogDetails"
2820+
},
2821+
"readOnly": true,
2822+
"x-ms-identifiers": []
2823+
},
28152824
"disksAndSizeDetails": {
28162825
"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.",
28172826
"type": "object",

0 commit comments

Comments
 (0)