Skip to content

Commit

Permalink
removed PIR to use exiting ImageRef
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin Doddaiah Shylaja committed Apr 10, 2018
1 parent 2c66a61 commit 169017e
Showing 1 changed file with 6 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7190,41 +7190,11 @@
"readOnly": true,
"type": "string",
"format": "date-time",
"description": "Start time of the upgrade."
"description": "End time of the upgrade."
}
},
"description": "Information about the current running state of the overall upgrade."
},
"PlatformImageReference": {
"properties": {
"publisher": {
"readOnly": true,
"type": "string",
"description": "Image publisher"
},
"offer": {
"readOnly": true,
"type": "string",
"description": "Offer type"
},
"sku": {
"readOnly": true,
"type": "string",
"description": "Sku type"
},
"version": {
"readOnly": true,
"type": "string",
"description": "Version of the image"
},
"uri": {
"readOnly": true,
"type": "string",
"description": "Specifies the virtual hard disk's uri."
}
},
"description": "A reference that identifies a CRP-PIR image or a UserVMImage."
},
"UpgradeOperationHistoricalStatusInfoProperties": {
"properties": {
"runningStatus": {
Expand All @@ -7245,7 +7215,7 @@
"startedBy": {
"readOnly": true,
"type": "string",
"description": "Error Details for this upgrade if there are any.",
"description": "Invoker of the Upgrade Operation",
"enum": [
"Unknown",
"User",
Expand All @@ -7257,9 +7227,9 @@
}
},
"targetImageReference": {
"$ref": "#/definitions/PlatformImageReference",
"$ref": "#/definitions/ImageReference",
"readOnly": true,
"description": "Error Details for this upgrade if there are any."
"description": "Image Reference details"
}
},
"description": "Describes each OS upgrade on the Virtual Machine Scale Set."
Expand All @@ -7277,11 +7247,12 @@
"description": "Resource type"
},
"location": {
"readOnly": true,
"type": "string",
"description": "Resource location"
}
},
"description": "Virtual Machine Scale Set OS Upgrade History operation response."
"description": "Virtual Machine Scale Set OS Upgrade History operation response."
},
"VirtualMachineScaleSetListOSUpgradeHistory": {
"properties": {
Expand Down

0 comments on commit 169017e

Please sign in to comment.