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 @@ -9616,6 +9616,14 @@
"id": {
"type": "string",
"description": "Name of the Cosmos DB table"
},
"restoreParameters": {
"description": "Parameters to indicate the information about the restore",
"$ref": "#/definitions/ResourceRestoreParameters"
},
"createMode": {
"description": "Enum to indicate the mode of resource creation.",
"$ref": "#/definitions/CreateMode"
}
},
"required": [
Expand Down Expand Up @@ -9732,6 +9740,14 @@
"id": {
"type": "string",
"description": "Name of the Cosmos DB Gremlin database"
},
"restoreParameters": {
"description": "Parameters to indicate the information about the restore",
"$ref": "#/definitions/ResourceRestoreParameters"
},
"createMode": {
"description": "Enum to indicate the mode of resource creation.",
"$ref": "#/definitions/CreateMode"
}
},
"required": [
Expand Down Expand Up @@ -9770,6 +9786,14 @@
"type": "integer",
"format": "int64",
"description": "Analytical TTL."
},
"restoreParameters": {
"description": "Parameters to indicate the information about the restore",
"$ref": "#/definitions/ResourceRestoreParameters"
},
"createMode": {
"description": "Enum to indicate the mode of resource creation.",
"$ref": "#/definitions/CreateMode"
}
},
"required": [
Expand Down