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 @@ -1059,8 +1059,7 @@
"description": "The mode to create a new server.",
"enum": [
"Default",
"PointInTimeRestore",
"GeoRestore"
"PointInTimeRestore"
],
"x-ms-enum": {
"name": "CreateMode",
Expand Down Expand Up @@ -1118,24 +1117,6 @@
],
"description": "The properties to a new server by restoring from a backup."
},
"ServerPropertiesForGeoRestore": {
"x-ms-discriminator-value": "GeoRestore",
"allOf": [
{
"$ref": "#/definitions/ServerPropertiesForCreate"
}
],
"properties": {
"sourceServerId": {
"type": "string",
"description": "The source server id to restore from."
}
},
"required": [
"sourceServerId"
],
"description": "The properties to a new server by restoring from a geo replicated backup."
},
"Sku": {
"properties": {
"name": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1059,8 +1059,7 @@
"description": "The mode to create a new server.",
"enum": [
"Default",
"PointInTimeRestore",
"GeoRestore"
"PointInTimeRestore"
],
"x-ms-enum": {
"name": "CreateMode",
Expand Down Expand Up @@ -1118,24 +1117,6 @@
],
"description": "The properties to a new server by restoring from a backup."
},
"ServerPropertiesForGeoRestore": {
"x-ms-discriminator-value": "GeoRestore",
"allOf": [
{
"$ref": "#/definitions/ServerPropertiesForCreate"
}
],
"properties": {
"sourceServerId": {
"type": "string",
"description": "The source server id to restore from."
}
},
"required": [
"sourceServerId"
],
"description": "The properties to a new server by restoring from a geo replicated backup."
},
"Sku": {
"properties": {
"name": {
Expand Down