Skip to content

Commit

Permalink
Enhanced A2ARecoveryPointDetails with "disks" (#5307)
Browse files Browse the repository at this point in the history
  • Loading branch information
sriramvu authored and dsgouda committed Mar 5, 2019
1 parent f3e20aa commit a83ef30
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7683,6 +7683,13 @@
"name": "RecoveryPointSyncType",
"modelAsString": true
}
},
"disks": {
"description": "List of disk ids representing a recovery point.",
"type": "array",
"items": {
"type": "string"
}
}
},
"x-ms-discriminator-value": "A2A"
Expand Down Expand Up @@ -17456,4 +17463,4 @@
]
}
]
}
}

0 comments on commit a83ef30

Please sign in to comment.