Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,8 @@
"description": "Provides information about the error message."
}
}
}
},
"x-ms-identifiers": []
},
"innererror": {
"type": "object",
Expand Down Expand Up @@ -711,7 +712,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/DriveStatus"
}
},
"x-ms-identifiers": [
"driveId"
]
},
"export": {
"description": "A property containing information about the blobs to be exported for an export job. This property is included for export jobs only.",
Expand Down Expand Up @@ -827,7 +831,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/DriveStatus"
}
},
"x-ms-identifiers": [
"driveId"
]
}
},
"description": "Specifies the properties of a UpdateJob."
Expand Down Expand Up @@ -1281,7 +1288,10 @@
"description": "drive status",
"items": {
"$ref": "#/definitions/DriveBitLockerKey"
}
},
"x-ms-identifiers": [
"driveId"
]
}
}
},
Expand All @@ -1306,7 +1316,10 @@
"description": "operations",
"items": {
"$ref": "#/definitions/Operation"
}
},
"x-ms-identifiers": [
"name"
]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,8 @@
"description": "Provides information about the error message."
}
}
}
},
"x-ms-identifiers": []
},
"innererror": {
"type": "object",
Expand Down Expand Up @@ -711,7 +712,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/DriveStatus"
}
},
"x-ms-identifiers": [
"driveId"
]
},
"export": {
"description": "A property containing information about the blobs to be exported for an export job. This property is included for export jobs only.",
Expand Down Expand Up @@ -827,7 +831,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/DriveStatus"
}
},
"x-ms-identifiers": [
"driveId"
]
}
},
"description": "Specifies the properties of a UpdateJob."
Expand Down Expand Up @@ -1281,7 +1288,10 @@
"description": "drive status",
"items": {
"$ref": "#/definitions/DriveBitLockerKey"
}
},
"x-ms-identifiers": [
"driveId"
]
}
}
},
Expand All @@ -1306,7 +1316,10 @@
"description": "operations",
"items": {
"$ref": "#/definitions/Operation"
}
},
"x-ms-identifiers": [
"name"
]
}
}
}
Expand Down