Skip to content

Commit 82be6d3

Browse files
authored
Remove quota from ManagedEnvironments (#22441)
1 parent 6c10168 commit 82be6d3

File tree

2 files changed

+0
-38
lines changed

2 files changed

+0
-38
lines changed

specification/app/resource-manager/Microsoft.App/preview/2022-11-01-preview/ManagedEnvironments.json

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,34 +1102,6 @@
11021102
}
11031103
}
11041104
},
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-
},
11331105
"VnetConfiguration": {
11341106
"type": "object",
11351107
"description": "Configuration properties for apps environment to join a Virtual Network",
@@ -1297,10 +1269,6 @@
12971269
"daprConfiguration": {
12981270
"$ref": "#/definitions/DaprConfiguration",
12991271
"description": "The configuration of Dapr component."
1300-
},
1301-
"quotas": {
1302-
"$ref": "#/definitions/ManagedEnvironmentQuota",
1303-
"description": "Quota status for the environment."
13041272
}
13051273
},
13061274
"x-ms-client-flatten": true

specification/app/resource-manager/Microsoft.App/preview/2022-11-01-preview/examples/ManagedEnvironments_Get.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,6 @@
5858
},
5959
"daprConfiguration": {
6060
"version": "1.9"
61-
},
62-
"quotas": {
63-
"cores": {
64-
"total": 2.34,
65-
"used": 1.23
66-
}
6761
}
6862
}
6963
}

0 commit comments

Comments
 (0)