Skip to content

Commit

Permalink
add missing property to fix swagger issue in databox-v2022-02-01 (#20779
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ashoknailwal authored Sep 29, 2022
1 parent 7580518 commit 065b070
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 065b070

Please sign in to comment.