File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed
services/sqlserverflex/v1 Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change 349
349
},
350
350
"ListBackupsResponse" : {
351
351
"properties" : {
352
- "count" : {
353
- "type" : " integer"
354
- },
355
- "items" : {
352
+ "databases" : {
356
353
"items" : {
357
- "$ref" : " #/components/schemas/Backup "
354
+ "$ref" : " #/components/schemas/backup.ListBackupsResponse.Grouped "
358
355
},
359
356
"type" : " array"
360
357
}
738
735
},
739
736
"type" : " object"
740
737
},
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
+ },
741
752
"database.DocumentationCreateDatabaseRequestOptions" : {
742
753
"properties" : {
743
754
"collation" : {
You can’t perform that action at this time.
0 commit comments