Skip to content

Commit

Permalink
[RestorePoints] Fixing instanceView (#18592)
Browse files Browse the repository at this point in the history
* fixing instance view 20220301instanceviewfix branch 1.1

* adding objects 2.1
  • Loading branch information
prchin authored Apr 21, 2022
1 parent 2635594 commit 9edaea6
Showing 1 changed file with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -820,10 +820,7 @@
"description": "Disk restore point Id."
},
"replicationStatus": {
"type": "object",
"items": {
"$ref": "#/definitions/DiskRestorePointReplicationStatus"
},
"$ref": "#/definitions/DiskRestorePointReplicationStatus",
"description": "The disk restore point replication status information."
}
},
Expand All @@ -833,11 +830,13 @@
"type": "object",
"properties": {
"status": {
"type": "object",
"items": {
"$ref": "./computeRPCommon.json#/definitions/InstanceViewStatus"
},
"$ref": "./computeRPCommon.json#/definitions/InstanceViewStatus",
"description": "The resource status information."
},
"completionPercent": {
"type": "integer",
"format": "int32",
"description": "Replication completion percentage."
}
},
"description": "The instance view of a disk restore point."
Expand Down

0 comments on commit 9edaea6

Please sign in to comment.