Skip to content

Commit

Permalink
Adding usage id property to support usages by VM family, Workspace & …
Browse files Browse the repository at this point in the history
…Compute (Azure#6055)

* add usage resourse id to support useages by vmfamily

* add type property base on the ARM Usages contract
  • Loading branch information
leizhaoPS authored and sergey-shandar committed May 23, 2019
1 parent 464b075 commit 6d348f4
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1103,6 +1103,16 @@
},
"Usage": {
"properties": {
"id": {
"readOnly": true,
"type": "string",
"description": "Specifies the resource ID."
},
"type": {
"readOnly": true,
"type": "string",
"description": "Specifies the resource type."
},
"unit": {
"readOnly": true,
"type": "string",
Expand Down

0 comments on commit 6d348f4

Please sign in to comment.