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 <[email protected]>

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

Co-authored-by: Mike Kistler <[email protected]>

---------

Co-authored-by: Mike Kistler <[email protected]>
  • Loading branch information
2 people authored and zman-ms committed Jan 9, 2024
1 parent ba6d7a4 commit 1157b0a
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 1157b0a

Please sign in to comment.