Skip to content

Commit

Permalink
Add vmId property which is a Azure Unique VM id (Azure#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
uthark authored and amarzavery committed Dec 21, 2016
1 parent 2197900 commit 1b82013
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion arm-compute/2016-03-30/swagger/compute.json
Original file line number Diff line number Diff line change
Expand Up @@ -4307,6 +4307,11 @@
"type": "boolean",
"description": "Specifies whether the latest model has been applied to the virtual machine."
},
"vmId": {
"readOnly": true,
"type": "string",
"description": "Azure VM unique ID."
},
"instanceView": {
"$ref": "#/definitions/VirtualMachineInstanceView",
"readOnly": true,
Expand Down Expand Up @@ -4579,4 +4584,4 @@
"description": "Client API Version."
}
}
}
}

0 comments on commit 1b82013

Please sign in to comment.