File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed
specification/app/resource-manager/Microsoft.App/preview/2022-11-01-preview Expand file tree Collapse file tree 2 files changed +38
-0
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
+ },
1105
1133
"VnetConfiguration" : {
1106
1134
"type" : " object" ,
1107
1135
"description" : " Configuration properties for apps environment to join a Virtual Network" ,
1269
1297
"daprConfiguration" : {
1270
1298
"$ref" : " #/definitions/DaprConfiguration" ,
1271
1299
"description" : " The configuration of Dapr component."
1300
+ },
1301
+ "quotas" : {
1302
+ "$ref" : " #/definitions/ManagedEnvironmentQuota" ,
1303
+ "description" : " Quota status for the environment."
1272
1304
}
1273
1305
},
1274
1306
"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
+ }
61
67
}
62
68
}
63
69
}
You can’t perform that action at this time.
0 commit comments