Skip to content

Commit

Permalink
Update container app usages value to float (#26452)
Browse files Browse the repository at this point in the history
* update

* Update specification/app/resource-manager/Microsoft.App/preview/2023-05-02-preview/Usages.json

Co-authored-by: Mike Kistler <mikekistler@microsoft.com>

* Update specification/app/resource-manager/Microsoft.App/preview/2023-05-02-preview/Usages.json

Co-authored-by: Mike Kistler <mikekistler@microsoft.com>

---------

Co-authored-by: Mike Kistler <mikekistler@microsoft.com>
  • Loading branch information
Juliehzl and mikekistler authored Nov 2, 2023
1 parent 6274f7b commit e32e64f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,13 @@
}
},
"currentValue": {
"type": "integer",
"format": "int32",
"type": "number",
"format": "float",
"description": "The current usage of the resource."
},
"limit": {
"type": "integer",
"format": "int64",
"type": "number",
"format": "float",
"description": "The maximum permitted usage of the resource."
},
"name": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"body": {
"value": [
{
"currentValue": 5,
"currentValue": 0.5,
"limit": 10,
"name": {
"localizedValue": "Managed Environment Consumption Cores",
Expand Down

0 comments on commit e32e64f

Please sign in to comment.