Skip to content

Commit

Permalink
Add app sku as part of update request (Azure#9845)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-delgadillo authored and 00Kai0 committed Oct 12, 2020
1 parent c7163de commit 4ff7a9f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,10 @@
"type": "string"
}
},
"sku": {
"description": "A valid instance SKU.",
"$ref": "#/definitions/AppSkuInfo"
},
"properties": {
"description": "The common properties of an IoT Central application.",
"x-ms-client-flatten": true,
Expand Down

0 comments on commit 4ff7a9f

Please sign in to comment.