Skip to content

Commit 9eea85b

Browse files
OAS Update
1 parent f099f9d commit 9eea85b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

services/alb/v2beta/alb.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1979,7 +1979,7 @@
19791979
"/v2beta/projects/{projectId}/regions/{region}/quota": {
19801980
"get": {
19811981
"deprecated": true,
1982-
"description": "Retrieves the configured Application Load Balancer quota for the project.\n The default quota is 3.",
1982+
"description": "Retrieves the configured Application Load Balancer quota for the project. Limit can be changed via service request.\n There can be 3 times as many TLS certificates and observability credentials as Load Balancers.",
19831983
"operationId": "GetQuota",
19841984
"parameters": [
19851985
{
@@ -2040,7 +2040,7 @@
20402040
"description": "Default error response"
20412041
}
20422042
},
2043-
"summary": "Get the quota of application load balancers and target pools in a project.",
2043+
"summary": "Get the quota of Application Load Balancers in a project.",
20442044
"x-stackit-authorization": {
20452045
"actions": [
20462046
"alb.quota.get"

services/alb/v2beta2/alb.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1975,7 +1975,7 @@
19751975
},
19761976
"/v2beta2/projects/{projectId}/regions/{region}/quota": {
19771977
"get": {
1978-
"description": "Retrieves the configured Application Load Balancer quota for the project.\n The default quota is 3.",
1978+
"description": "Retrieves the configured Application Load Balancer quota for the project. Limit can be changed via service request.\n There can be 3 times as many TLS certificates and observability credentials as Load Balancers.",
19791979
"operationId": "GetQuota",
19801980
"parameters": [
19811981
{
@@ -2036,7 +2036,7 @@
20362036
"description": "Default error response"
20372037
}
20382038
},
2039-
"summary": "Get the quota of application load balancers and target pools in a project.",
2039+
"summary": "Get the quota of Application Load Balancers in a project.",
20402040
"x-stackit-authorization": {
20412041
"actions": [
20422042
"alb.quota.get"

services/lb-application/v1beta/lb-application.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2104,7 +2104,7 @@
21042104
"/v1beta/projects/{projectId}/quota": {
21052105
"get": {
21062106
"deprecated": true,
2107-
"description": "Retrieves the configured Application Load Balancer quota for the project.\n The default quota is 3.",
2107+
"description": "Retrieves the configured Application Load Balancer quota for the project. Limit can be changed via service request.\n There can be 3 times as many TLS certificates and observability credentials as Load Balancers.",
21082108
"operationId": "GetQuota",
21092109
"parameters": [
21102110
{
@@ -2157,7 +2157,7 @@
21572157
"description": "Default error response"
21582158
}
21592159
},
2160-
"summary": "Get the quota of application load balancers and target pools in a project.",
2160+
"summary": "Get the quota of Application Load Balancers in a project.",
21612161
"x-stackit-authorization": {
21622162
"actions": [
21632163
"alb.quota.get"

services/load-balancer/v1/load-balancer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2007,7 +2007,7 @@
20072007
},
20082008
"/v1/projects/{projectId}/quota": {
20092009
"get": {
2010-
"description": "GetQuota gets the configured load balancer quota for the project. Default is 3.",
2010+
"description": "Retrieves the configured Load Balancer quota for the project. Limit can be changed via service request.\n There can be 3 times as many observability credentials as Load Balancers.",
20112011
"operationId": "GetQuota",
20122012
"parameters": [
20132013
{
@@ -2060,7 +2060,7 @@
20602060
"description": "Default error response"
20612061
}
20622062
},
2063-
"summary": "Get the quota of Load Balancers and Target Pools in a project.",
2063+
"summary": "Get the quota for Load Balancers in a project.",
20642064
"x-stackit-authorization": {
20652065
"actions": [
20662066
"nlb.quota.get"

0 commit comments

Comments
 (0)