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 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 }
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" : {
You can’t perform that action at this time.
0 commit comments