Skip to content

Commit 9edaea6

Browse files
authored
[RestorePoints] Fixing instanceView (#18592)
* fixing instance view 20220301instanceviewfix branch 1.1 * adding objects 2.1
1 parent 2635594 commit 9edaea6

File tree

1 file changed

+7
-8
lines changed
  • specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-01/ComputeRP

1 file changed

+7
-8
lines changed

specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-01/ComputeRP/restorePoint.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -820,10 +820,7 @@
820820
"description": "Disk restore point Id."
821821
},
822822
"replicationStatus": {
823-
"type": "object",
824-
"items": {
825-
"$ref": "#/definitions/DiskRestorePointReplicationStatus"
826-
},
823+
"$ref": "#/definitions/DiskRestorePointReplicationStatus",
827824
"description": "The disk restore point replication status information."
828825
}
829826
},
@@ -833,11 +830,13 @@
833830
"type": "object",
834831
"properties": {
835832
"status": {
836-
"type": "object",
837-
"items": {
838-
"$ref": "./computeRPCommon.json#/definitions/InstanceViewStatus"
839-
},
833+
"$ref": "./computeRPCommon.json#/definitions/InstanceViewStatus",
840834
"description": "The resource status information."
835+
},
836+
"completionPercent": {
837+
"type": "integer",
838+
"format": "int32",
839+
"description": "Replication completion percentage."
841840
}
842841
},
843842
"description": "The instance view of a disk restore point."

0 commit comments

Comments
 (0)