Skip to content

Commit

Permalink
updated OS Upgrade History API
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin Doddaiah Shylaja committed Apr 27, 2018
1 parent 169017e commit e784eca
Showing 1 changed file with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7163,6 +7163,28 @@
],
"description": "The Virtual Machine Scale Set List Skus operation response."
},
"RollbackStatusInfo": {
"properties":{
"successfullyRolledbackInstanceCount" : {
"readOnly": true,
"type": "integer",
"format": "int32",
"description": "The number of instances which have been successfully rolled back."
},
"failedRolledbackInstanceCount" : {
"readOnly": true,
"type": "integer",
"format": "int32",
"description": "The number of instances which failed to rollback."
},
"rollbackError" : {
"$ref": "#/definitions/ApiError",
"readOnly": true,
"description": "Error Details if OS rollback failed."
}
},
"description": "Information about rollback on failed VM instances after a OS Upgrade operation"
},
"UpgradeOperationHistoryStatus": {
"properties": {
"code": {
Expand Down Expand Up @@ -7230,6 +7252,11 @@
"$ref": "#/definitions/ImageReference",
"readOnly": true,
"description": "Image Reference details"
},
"rollbackInfo": {
"$ref": "#/definitions/RollbackStatusInfo",
"readOnly": true,
"description": "Information about OS rollback if performed"
}
},
"description": "Describes each OS upgrade on the Virtual Machine Scale Set."
Expand Down

0 comments on commit e784eca

Please sign in to comment.