diff --git a/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-12-01-preview/mysql.json b/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-12-01-preview/mysql.json index 44931288e67f..09959796f525 100644 --- a/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-12-01-preview/mysql.json +++ b/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-12-01-preview/mysql.json @@ -1059,8 +1059,7 @@ "description": "The mode to create a new server.", "enum": [ "Default", - "PointInTimeRestore", - "GeoRestore" + "PointInTimeRestore" ], "x-ms-enum": { "name": "CreateMode", @@ -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": { diff --git a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/postgresql.json b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/postgresql.json index c9644bb97f53..e2ad21c703f3 100644 --- a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/postgresql.json +++ b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/postgresql.json @@ -1059,8 +1059,7 @@ "description": "The mode to create a new server.", "enum": [ "Default", - "PointInTimeRestore", - "GeoRestore" + "PointInTimeRestore" ], "x-ms-enum": { "name": "CreateMode", @@ -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": {