File tree Expand file tree Collapse file tree 2 files changed +0
-38
lines changed
specification/app/resource-manager/Microsoft.App/preview/2022-11-01-preview Expand file tree Collapse file tree 2 files changed +0
-38
lines changed Original file line number Diff line number Diff line change 1102
1102
}
1103
1103
}
1104
1104
},
1105
- "ManagedEnvironmentQuota" : {
1106
- "type" : " object" ,
1107
- "description" : " Managed environment quota status" ,
1108
- "properties" : {
1109
- "cores" : {
1110
- "description" : " The cores quota status" ,
1111
- "$ref" : " #/definitions/QuotaStatus"
1112
- }
1113
- }
1114
- },
1115
- "QuotaStatus" : {
1116
- "type" : " object" ,
1117
- "description" : " Quota status" ,
1118
- "properties" : {
1119
- "total" : {
1120
- "type" : " number" ,
1121
- "format" : " double" ,
1122
- "readOnly" : true ,
1123
- "description" : " Total quota amount"
1124
- },
1125
- "used" : {
1126
- "type" : " number" ,
1127
- "format" : " double" ,
1128
- "readOnly" : true ,
1129
- "description" : " Used quota amount"
1130
- }
1131
- }
1132
- },
1133
1105
"VnetConfiguration" : {
1134
1106
"type" : " object" ,
1135
1107
"description" : " Configuration properties for apps environment to join a Virtual Network" ,
1297
1269
"daprConfiguration" : {
1298
1270
"$ref" : " #/definitions/DaprConfiguration" ,
1299
1271
"description" : " The configuration of Dapr component."
1300
- },
1301
- "quotas" : {
1302
- "$ref" : " #/definitions/ManagedEnvironmentQuota" ,
1303
- "description" : " Quota status for the environment."
1304
1272
}
1305
1273
},
1306
1274
"x-ms-client-flatten" : true
Original file line number Diff line number Diff line change 58
58
},
59
59
"daprConfiguration" : {
60
60
"version" : " 1.9"
61
- },
62
- "quotas" : {
63
- "cores" : {
64
- "total" : 2.34 ,
65
- "used" : 1.23
66
- }
67
61
}
68
62
}
69
63
}
You can’t perform that action at this time.
0 commit comments