Skip to content

Commit f5457d8

Browse files
OAS Update
1 parent 49c5e07 commit f5457d8

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

services/sqlserverflex/v1/sqlserverflex.json

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -349,12 +349,9 @@
349349
},
350350
"ListBackupsResponse": {
351351
"properties": {
352-
"count": {
353-
"type": "integer"
354-
},
355-
"items": {
352+
"databases": {
356353
"items": {
357-
"$ref": "#/components/schemas/Backup"
354+
"$ref": "#/components/schemas/backup.ListBackupsResponse.Grouped"
358355
},
359356
"type": "array"
360357
}
@@ -738,6 +735,20 @@
738735
},
739736
"type": "object"
740737
},
738+
"backup.ListBackupsResponse.Grouped": {
739+
"properties": {
740+
"backups": {
741+
"items": {
742+
"$ref": "#/components/schemas/Backup"
743+
},
744+
"type": "array"
745+
},
746+
"name": {
747+
"type": "string"
748+
}
749+
},
750+
"type": "object"
751+
},
741752
"database.DocumentationCreateDatabaseRequestOptions": {
742753
"properties": {
743754
"collation": {

0 commit comments

Comments
 (0)