Skip to content

Commit 36fcb02

Browse files
OAS Update
1 parent 11b7ad7 commit 36fcb02

File tree

1 file changed

+44
-44
lines changed

1 file changed

+44
-44
lines changed

services/sqlserverflex/v1/sqlserverflex.json

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,49 @@
237237
},
238238
"type": "object"
239239
},
240+
"GetBackupResponse": {
241+
"properties": {
242+
"endTime": {
243+
"description": "Backup end time in UTC",
244+
"type": "string"
245+
},
246+
"error": {
247+
"description": "Backup error",
248+
"type": "string"
249+
},
250+
"id": {
251+
"description": "Backup id",
252+
"type": "string"
253+
},
254+
"labels": {
255+
"description": "Backup labels",
256+
"items": {
257+
"type": "string"
258+
},
259+
"type": "array"
260+
},
261+
"name": {
262+
"description": "Backup name",
263+
"type": "string"
264+
},
265+
"options": {
266+
"additionalProperties": {
267+
"type": "string"
268+
},
269+
"description": "Backup specific options",
270+
"type": "object"
271+
},
272+
"size": {
273+
"description": "Backup size in byte",
274+
"type": "integer"
275+
},
276+
"startTime": {
277+
"description": "Backup start time in UTC",
278+
"type": "string"
279+
}
280+
},
281+
"type": "object"
282+
},
240283
"GetDatabaseResponse": {
241284
"properties": {
242285
"database": {
@@ -695,49 +738,6 @@
695738
},
696739
"type": "object"
697740
},
698-
"backup.DocumentationGetBackupResponse": {
699-
"properties": {
700-
"endTime": {
701-
"description": "Backup end time in UTC",
702-
"type": "string"
703-
},
704-
"error": {
705-
"description": "Backup error",
706-
"type": "string"
707-
},
708-
"id": {
709-
"description": "Backup id",
710-
"type": "string"
711-
},
712-
"labels": {
713-
"description": "Backup labels",
714-
"items": {
715-
"type": "string"
716-
},
717-
"type": "array"
718-
},
719-
"name": {
720-
"description": "Backup name",
721-
"type": "string"
722-
},
723-
"options": {
724-
"additionalProperties": {
725-
"type": "string"
726-
},
727-
"description": "Backup specific options",
728-
"type": "object"
729-
},
730-
"size": {
731-
"description": "Backup size in byte",
732-
"type": "integer"
733-
},
734-
"startTime": {
735-
"description": "Backup start time in UTC",
736-
"type": "string"
737-
}
738-
},
739-
"type": "object"
740-
},
741741
"database.DocumentationCreateDatabaseRequestOptions": {
742742
"properties": {
743743
"collation": {
@@ -1747,7 +1747,7 @@
17471747
"content": {
17481748
"application/json": {
17491749
"schema": {
1750-
"$ref": "#/components/schemas/backup.DocumentationGetBackupResponse"
1750+
"$ref": "#/components/schemas/GetBackupResponse"
17511751
}
17521752
}
17531753
},

0 commit comments

Comments
 (0)