Skip to content

Commit

Permalink
Updates (Azure#16023)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshitha-akkaraju authored and LeiWang3 committed Mar 31, 2022
1 parent df5be14 commit 95b12fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"tags": {
"key": "value"
},
"sku": {
"name": "Basic_B1",
"tier": "Basic"
},
"properties": {
"disks": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1525,6 +1525,11 @@
"description": "Properties for Disk Pool update request.",
"$ref": "#/definitions/DiskPoolUpdateProperties"
},
"sku": {
"description": "Determines the SKU of the Disk Pool",
"type": "object",
"$ref": "#/definitions/Sku"
},
"tags": {
"type": "object",
"additionalProperties": {
Expand Down

0 comments on commit 95b12fc

Please sign in to comment.