Skip to content

Commit 280de12

Browse files
Juliehzlmikekistler
authored andcommitted
Update container app usages value to float (#26452)
* 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]>
1 parent 1f5c6cb commit 280de12

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@
143143
}
144144
},
145145
"currentValue": {
146-
"type": "integer",
147-
"format": "int32",
146+
"type": "number",
147+
"format": "float",
148148
"description": "The current usage of the resource."
149149
},
150150
"limit": {
151-
"type": "integer",
152-
"format": "int64",
151+
"type": "number",
152+
"format": "float",
153153
"description": "The maximum permitted usage of the resource."
154154
},
155155
"name": {

specification/app/resource-manager/Microsoft.App/preview/2023-05-02-preview/examples/ManagedEnvironmentUsages_List.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"body": {
1111
"value": [
1212
{
13-
"currentValue": 5,
13+
"currentValue": 0.5,
1414
"limit": 10,
1515
"name": {
1616
"localizedValue": "Managed Environment Consumption Cores",

0 commit comments

Comments
 (0)