Skip to content
Merged
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 @@ -3673,7 +3673,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/OperationEntity"
}
},
"x-ms-identifiers": [
"name"
]
}
}
},
Expand Down Expand Up @@ -3762,6 +3765,9 @@
"items": {
"$ref": "#/definitions/OperationResourceMetricSpecification"
},
"x-ms-identifiers": [
"name"
],
"description": "List of metric specifications."
}
}
Expand Down Expand Up @@ -3799,6 +3805,9 @@
"items": {
"$ref": "#/definitions/OperationResourceMetricSpecificationDimension"
},
"x-ms-identifiers": [
"name"
],
"description": "Dimensions for the metric specification."
}
}
Expand Down Expand Up @@ -3911,7 +3920,10 @@
"items": {
"$ref": "#/definitions/RestoreFileSpec",
"description": "Post Restore restore file spec items array."
}
},
"x-ms-identifiers": [
"path"
]
}
}
},
Expand Down Expand Up @@ -3953,7 +3965,10 @@
"items": {
"$ref": "#/definitions/RestoreFileSpec",
"description": "Pre Restore restore file spec items array."
}
},
"x-ms-identifiers": [
"path"
]
},
"pauseWaitForSyncDrainTimePeriodInSeconds": {
"type": "integer",
Expand Down Expand Up @@ -4622,6 +4637,9 @@
"items": {
"$ref": "#/definitions/ServerEndpointFilesNotSyncingError"
},
"x-ms-identifiers": [
"errorCode"
],
"description": "Array of per-item errors coming from the last sync session.",
"readOnly": true
},
Expand Down Expand Up @@ -5162,6 +5180,9 @@
"items": {
"$ref": "#/definitions/FilesNotTieringError"
},
"x-ms-identifiers": [
"errorCode"
],
"description": "Array of tiering errors",
"readOnly": true
}
Expand Down Expand Up @@ -5254,6 +5275,9 @@
"items": {
"$ref": "#/definitions/ServerEndpointRecallError"
},
"x-ms-identifiers": [
"errorCode"
],
"description": "Array of recall errors",
"readOnly": true
}
Expand Down