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 @@ -404,7 +404,7 @@
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "./network.json#/definitions/Error"
"$ref": "./network.json#/definitions/CloudError"
}
}
},
Expand Down Expand Up @@ -463,7 +463,7 @@
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "./network.json#/definitions/Error"
"$ref": "./network.json#/definitions/CloudError"
}
}
},
Expand Down Expand Up @@ -533,7 +533,7 @@
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "./network.json#/definitions/Error"
"$ref": "./network.json#/definitions/CloudError"
}
}
},
Expand Down Expand Up @@ -587,7 +587,7 @@
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "./network.json#/definitions/Error"
"$ref": "./network.json#/definitions/CloudError"
}
}
},
Expand Down Expand Up @@ -951,6 +951,7 @@
},
"instanceCount": {
"type": "integer",
"format": "int32",
"readOnly": true,
"description": "Instance Count."
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3416,16 +3416,19 @@
"roundTripTimeMin": {
"description": "Minimum roundtrip time in milliseconds.",
"readOnly": true,
"format": "int32",
"type": "integer"
},
"roundTripTimeAvg": {
"description": "Average roundtrip time in milliseconds.",
"readOnly": true,
"format": "int32",
"type": "integer"
},
"roundTripTimeMax": {
"description": "Maximum roundtrip time in milliseconds.",
"readOnly": true,
"format": "int32",
"type": "integer"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3827,7 +3827,7 @@
"default": {
"description": "Error.",
"schema": {
"$ref": "./network.json#/definitions/Error"
"$ref": "./network.json#/definitions/CloudError"
}
}
}
Expand Down Expand Up @@ -3894,7 +3894,7 @@
"default": {
"description": "Error.",
"schema": {
"$ref": "./network.json#/definitions/Error"
"$ref": "./network.json#/definitions/CloudError"
}
}
},
Expand Down Expand Up @@ -3953,7 +3953,7 @@
"default": {
"description": "Error.",
"schema": {
"$ref": "./network.json#/definitions/Error"
"$ref": "./network.json#/definitions/CloudError"
}
}
},
Expand Down Expand Up @@ -4061,7 +4061,7 @@
"default": {
"description": "Error.",
"schema": {
"$ref": "./network.json#/definitions/Error"
"$ref": "./network.json#/definitions/CloudError"
}
}
}
Expand Down Expand Up @@ -4128,7 +4128,7 @@
"default": {
"description": "Error.",
"schema": {
"$ref": "./network.json#/definitions/Error"
"$ref": "./network.json#/definitions/CloudError"
}
}
},
Expand Down Expand Up @@ -4187,7 +4187,7 @@
"default": {
"description": "Error.",
"schema": {
"$ref": "./network.json#/definitions/Error"
"$ref": "./network.json#/definitions/CloudError"
}
}
},
Expand Down