Skip to content

Commit

Permalink
inventory type updates (#4684)
Browse files Browse the repository at this point in the history
  • Loading branch information
subbartt authored Aug 31, 2021
1 parent 304bb84 commit 5486b4b
Showing 1 changed file with 23 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5648,14 +5648,36 @@
],
"x-ms-discriminator-value": "VirtualNetwork"
},
"ClusterInventoryItem": {
"description": "The cluster inventory item.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/InventoryItemProperties"
}
],
"x-ms-discriminator-value": "Cluster"
},
"DatastoreInventoryItem": {
"description": "The datastore inventory item.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/InventoryItemProperties"
}
],
"x-ms-discriminator-value": "Datastore"
},
"InventoryType": {
"type": "string",
"description": "The inventory type.",
"enum": [
"ResourcePool",
"VirtualMachine",
"VirtualMachineTemplate",
"VirtualNetwork"
"VirtualNetwork",
"Cluster",
"Datastore"
],
"x-ms-enum": {
"name": "InventoryType",
Expand Down

0 comments on commit 5486b4b

Please sign in to comment.