Skip to content

Commit 7568c71

Browse files
Sergey RezvanovPeppaTheC
authored andcommitted
Changed the order of the quota* modules in _supported_modules
1 parent 86e192f commit 7568c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yandexcloud/_sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ def _service_for_ctor(stub_ctor: Any) -> str:
186186
("yandex.cloud.mdb.sqlserver", "managed-sqlserver"),
187187
("yandex.cloud.operation", "operation"),
188188
("yandex.cloud.organizationmanager", "organization-manager"),
189-
("yandex.cloud.quota", "quota"),
190189
("yandex.cloud.quotamanager", "quota-manager"),
190+
("yandex.cloud.quota", "quota"),
191191
("yandex.cloud.resourcemanager", "resource-manager"),
192192
("yandex.cloud.serverless.apigateway.websocket", "apigateway-connections"),
193193
("yandex.cloud.serverless.apigateway", "serverless-apigateway"),

0 commit comments

Comments
 (0)