Skip to content

Commit 5525d7a

Browse files
author
SDKAuto
committed
CodeGen from PR 33973 in Azure/azure-rest-api-specs
Merge 0d2018961462f78b36e9d17b46a8fd542f0c4dac into 31869e6038974dbd20dd5028feaec2c402835cad
1 parent 35f6922 commit 5525d7a

File tree

18 files changed

+193
-173
lines changed

18 files changed

+193
-173
lines changed

sdk/neonpostgres/azure-mgmt-neonpostgres/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release History
22

3+
## 2.0.0 (2025-04-25)
4+
5+
### Breaking Changes
6+
7+
- Deleted or renamed client operation group `NeonPostgresMgmtClient.models`
8+
- Deleted or renamed model `ModelsOperations`
9+
310
## 1.0.0 (2025-04-21)
411

512
### Features Added

sdk/neonpostgres/azure-mgmt-neonpostgres/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Microsoft Azure SDK for Python
22

33
This is the Microsoft Azure Neonpostgres Management Client Library.
4-
This package has been tested with Python 3.8+.
4+
This package has been tested with Python 3.9+.
55
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
66

77
## _Disclaimer_
@@ -12,7 +12,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For
1212

1313
### Prerequisites
1414

15-
- Python 3.8+ is required to use this package.
15+
- Python 3.9+ is required to use this package.
1616
- [Azure subscription](https://azure.microsoft.com/free/)
1717

1818
### Install the package
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"commit": "917ba27f78348899fba4cafb37fcf018f1987a8e",
2+
"commit": "6359b6a6e8e07eb4236cf666214aa1fd8496731d",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"typespec_src": "specification/liftrneon/Neon.Postgres.Management",
5-
"@azure-tools/typespec-python": "0.42.2"
5+
"@azure-tools/typespec-python": "0.44.1"
66
}

sdk/neonpostgres/azure-mgmt-neonpostgres/apiview-properties.json

Lines changed: 78 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -42,44 +42,83 @@
4242
"azure.mgmt.neonpostgres.models.ResourceProvisioningState": "Azure.ResourceManager.ResourceProvisioningState",
4343
"azure.mgmt.neonpostgres.models.SingleSignOnStates": "LiftrBase.SingleSignOnStates",
4444
"azure.mgmt.neonpostgres.models.EndpointType": "Neon.Postgres.Models.EndpointType",
45-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.operations.list": "Azure.ResourceManager.Operations.list",
46-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.organizations.get": "Neon.Postgres.Organizations.get",
47-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.organizations.begin_create_or_update": "Neon.Postgres.Organizations.createOrUpdate",
48-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.organizations.begin_update": "Neon.Postgres.Organizations.update",
49-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.organizations.begin_delete": "Neon.Postgres.Organizations.delete",
50-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.organizations.list_by_resource_group": "Neon.Postgres.Organizations.listByResourceGroup",
51-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.organizations.list_by_subscription": "Neon.Postgres.Organizations.listBySubscription",
52-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.organizations.get_postgres_versions": "Neon.Postgres.Organizations.getPostgresVersions",
53-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.projects.get": "Neon.Postgres.Projects.get",
54-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.projects.begin_create_or_update": "Neon.Postgres.Projects.createOrUpdate",
55-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.projects.begin_update": "Neon.Postgres.Projects.update",
56-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.projects.delete": "Neon.Postgres.Projects.delete",
57-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.projects.list": "Neon.Postgres.Projects.list",
58-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.projects.get_connection_uri": "Neon.Postgres.Projects.getConnectionUri",
59-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.branches.get": "Neon.Postgres.Branches.get",
60-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.branches.begin_create_or_update": "Neon.Postgres.Branches.createOrUpdate",
61-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.branches.begin_update": "Neon.Postgres.Branches.update",
62-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.branches.delete": "Neon.Postgres.Branches.delete",
63-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.branches.list": "Neon.Postgres.Branches.list",
64-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.computes.get": "Neon.Postgres.Computes.get",
65-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.computes.begin_create_or_update": "Neon.Postgres.Computes.createOrUpdate",
66-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.computes.begin_update": "Neon.Postgres.Computes.update",
67-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.computes.delete": "Neon.Postgres.Computes.delete",
68-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.computes.list": "Neon.Postgres.Computes.list",
69-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.neon_databases.get": "Neon.Postgres.NeonDatabases.get",
70-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.neon_databases.begin_create_or_update": "Neon.Postgres.NeonDatabases.createOrUpdate",
71-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.neon_databases.begin_update": "Neon.Postgres.NeonDatabases.update",
72-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.neon_databases.delete": "Neon.Postgres.NeonDatabases.delete",
73-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.neon_databases.list": "Neon.Postgres.NeonDatabases.list",
74-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.neon_roles.get": "Neon.Postgres.NeonRoles.get",
75-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.neon_roles.begin_create_or_update": "Neon.Postgres.NeonRoles.createOrUpdate",
76-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.neon_roles.begin_update": "Neon.Postgres.NeonRoles.update",
77-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.neon_roles.delete": "Neon.Postgres.NeonRoles.delete",
78-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.neon_roles.list": "Neon.Postgres.NeonRoles.list",
79-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.endpoints.get": "Neon.Postgres.Endpoints.get",
80-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.endpoints.begin_create_or_update": "Neon.Postgres.Endpoints.createOrUpdate",
81-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.endpoints.begin_update": "Neon.Postgres.Endpoints.update",
82-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.endpoints.delete": "Neon.Postgres.Endpoints.delete",
83-
"azure.mgmt.neonpostgres.NeonPostgresMgmtClient.endpoints.list": "Neon.Postgres.Endpoints.list"
45+
"azure.mgmt.neonpostgres.operations.Operations.list": "Azure.ResourceManager.Operations.list",
46+
"azure.mgmt.neonpostgres.aio.operations.Operations.list": "Azure.ResourceManager.Operations.list",
47+
"azure.mgmt.neonpostgres.operations.OrganizationsOperations.get": "Neon.Postgres.Organizations.get",
48+
"azure.mgmt.neonpostgres.aio.operations.OrganizationsOperations.get": "Neon.Postgres.Organizations.get",
49+
"azure.mgmt.neonpostgres.operations.OrganizationsOperations.begin_create_or_update": "Neon.Postgres.Organizations.createOrUpdate",
50+
"azure.mgmt.neonpostgres.aio.operations.OrganizationsOperations.begin_create_or_update": "Neon.Postgres.Organizations.createOrUpdate",
51+
"azure.mgmt.neonpostgres.operations.OrganizationsOperations.begin_update": "Neon.Postgres.Organizations.update",
52+
"azure.mgmt.neonpostgres.aio.operations.OrganizationsOperations.begin_update": "Neon.Postgres.Organizations.update",
53+
"azure.mgmt.neonpostgres.operations.OrganizationsOperations.begin_delete": "Neon.Postgres.Organizations.delete",
54+
"azure.mgmt.neonpostgres.aio.operations.OrganizationsOperations.begin_delete": "Neon.Postgres.Organizations.delete",
55+
"azure.mgmt.neonpostgres.operations.OrganizationsOperations.list_by_resource_group": "Neon.Postgres.Organizations.listByResourceGroup",
56+
"azure.mgmt.neonpostgres.aio.operations.OrganizationsOperations.list_by_resource_group": "Neon.Postgres.Organizations.listByResourceGroup",
57+
"azure.mgmt.neonpostgres.operations.OrganizationsOperations.list_by_subscription": "Neon.Postgres.Organizations.listBySubscription",
58+
"azure.mgmt.neonpostgres.aio.operations.OrganizationsOperations.list_by_subscription": "Neon.Postgres.Organizations.listBySubscription",
59+
"azure.mgmt.neonpostgres.operations.OrganizationsOperations.get_postgres_versions": "Neon.Postgres.Organizations.getPostgresVersions",
60+
"azure.mgmt.neonpostgres.aio.operations.OrganizationsOperations.get_postgres_versions": "Neon.Postgres.Organizations.getPostgresVersions",
61+
"azure.mgmt.neonpostgres.operations.ProjectsOperations.get": "Neon.Postgres.Projects.get",
62+
"azure.mgmt.neonpostgres.aio.operations.ProjectsOperations.get": "Neon.Postgres.Projects.get",
63+
"azure.mgmt.neonpostgres.operations.ProjectsOperations.begin_create_or_update": "Neon.Postgres.Projects.createOrUpdate",
64+
"azure.mgmt.neonpostgres.aio.operations.ProjectsOperations.begin_create_or_update": "Neon.Postgres.Projects.createOrUpdate",
65+
"azure.mgmt.neonpostgres.operations.ProjectsOperations.begin_update": "Neon.Postgres.Projects.update",
66+
"azure.mgmt.neonpostgres.aio.operations.ProjectsOperations.begin_update": "Neon.Postgres.Projects.update",
67+
"azure.mgmt.neonpostgres.operations.ProjectsOperations.delete": "Neon.Postgres.Projects.delete",
68+
"azure.mgmt.neonpostgres.aio.operations.ProjectsOperations.delete": "Neon.Postgres.Projects.delete",
69+
"azure.mgmt.neonpostgres.operations.ProjectsOperations.list": "Neon.Postgres.Projects.list",
70+
"azure.mgmt.neonpostgres.aio.operations.ProjectsOperations.list": "Neon.Postgres.Projects.list",
71+
"azure.mgmt.neonpostgres.operations.ProjectsOperations.get_connection_uri": "Neon.Postgres.Projects.getConnectionUri",
72+
"azure.mgmt.neonpostgres.aio.operations.ProjectsOperations.get_connection_uri": "Neon.Postgres.Projects.getConnectionUri",
73+
"azure.mgmt.neonpostgres.operations.BranchesOperations.get": "Neon.Postgres.Branches.get",
74+
"azure.mgmt.neonpostgres.aio.operations.BranchesOperations.get": "Neon.Postgres.Branches.get",
75+
"azure.mgmt.neonpostgres.operations.BranchesOperations.begin_create_or_update": "Neon.Postgres.Branches.createOrUpdate",
76+
"azure.mgmt.neonpostgres.aio.operations.BranchesOperations.begin_create_or_update": "Neon.Postgres.Branches.createOrUpdate",
77+
"azure.mgmt.neonpostgres.operations.BranchesOperations.begin_update": "Neon.Postgres.Branches.update",
78+
"azure.mgmt.neonpostgres.aio.operations.BranchesOperations.begin_update": "Neon.Postgres.Branches.update",
79+
"azure.mgmt.neonpostgres.operations.BranchesOperations.delete": "Neon.Postgres.Branches.delete",
80+
"azure.mgmt.neonpostgres.aio.operations.BranchesOperations.delete": "Neon.Postgres.Branches.delete",
81+
"azure.mgmt.neonpostgres.operations.BranchesOperations.list": "Neon.Postgres.Branches.list",
82+
"azure.mgmt.neonpostgres.aio.operations.BranchesOperations.list": "Neon.Postgres.Branches.list",
83+
"azure.mgmt.neonpostgres.operations.ComputesOperations.get": "Neon.Postgres.Computes.get",
84+
"azure.mgmt.neonpostgres.aio.operations.ComputesOperations.get": "Neon.Postgres.Computes.get",
85+
"azure.mgmt.neonpostgres.operations.ComputesOperations.begin_create_or_update": "Neon.Postgres.Computes.createOrUpdate",
86+
"azure.mgmt.neonpostgres.aio.operations.ComputesOperations.begin_create_or_update": "Neon.Postgres.Computes.createOrUpdate",
87+
"azure.mgmt.neonpostgres.operations.ComputesOperations.begin_update": "Neon.Postgres.Computes.update",
88+
"azure.mgmt.neonpostgres.aio.operations.ComputesOperations.begin_update": "Neon.Postgres.Computes.update",
89+
"azure.mgmt.neonpostgres.operations.ComputesOperations.delete": "Neon.Postgres.Computes.delete",
90+
"azure.mgmt.neonpostgres.aio.operations.ComputesOperations.delete": "Neon.Postgres.Computes.delete",
91+
"azure.mgmt.neonpostgres.operations.ComputesOperations.list": "Neon.Postgres.Computes.list",
92+
"azure.mgmt.neonpostgres.aio.operations.ComputesOperations.list": "Neon.Postgres.Computes.list",
93+
"azure.mgmt.neonpostgres.operations.NeonDatabasesOperations.get": "Neon.Postgres.NeonDatabases.get",
94+
"azure.mgmt.neonpostgres.aio.operations.NeonDatabasesOperations.get": "Neon.Postgres.NeonDatabases.get",
95+
"azure.mgmt.neonpostgres.operations.NeonDatabasesOperations.begin_create_or_update": "Neon.Postgres.NeonDatabases.createOrUpdate",
96+
"azure.mgmt.neonpostgres.aio.operations.NeonDatabasesOperations.begin_create_or_update": "Neon.Postgres.NeonDatabases.createOrUpdate",
97+
"azure.mgmt.neonpostgres.operations.NeonDatabasesOperations.begin_update": "Neon.Postgres.NeonDatabases.update",
98+
"azure.mgmt.neonpostgres.aio.operations.NeonDatabasesOperations.begin_update": "Neon.Postgres.NeonDatabases.update",
99+
"azure.mgmt.neonpostgres.operations.NeonDatabasesOperations.delete": "Neon.Postgres.NeonDatabases.delete",
100+
"azure.mgmt.neonpostgres.aio.operations.NeonDatabasesOperations.delete": "Neon.Postgres.NeonDatabases.delete",
101+
"azure.mgmt.neonpostgres.operations.NeonDatabasesOperations.list": "Neon.Postgres.NeonDatabases.list",
102+
"azure.mgmt.neonpostgres.aio.operations.NeonDatabasesOperations.list": "Neon.Postgres.NeonDatabases.list",
103+
"azure.mgmt.neonpostgres.operations.NeonRolesOperations.get": "Neon.Postgres.NeonRoles.get",
104+
"azure.mgmt.neonpostgres.aio.operations.NeonRolesOperations.get": "Neon.Postgres.NeonRoles.get",
105+
"azure.mgmt.neonpostgres.operations.NeonRolesOperations.begin_create_or_update": "Neon.Postgres.NeonRoles.createOrUpdate",
106+
"azure.mgmt.neonpostgres.aio.operations.NeonRolesOperations.begin_create_or_update": "Neon.Postgres.NeonRoles.createOrUpdate",
107+
"azure.mgmt.neonpostgres.operations.NeonRolesOperations.begin_update": "Neon.Postgres.NeonRoles.update",
108+
"azure.mgmt.neonpostgres.aio.operations.NeonRolesOperations.begin_update": "Neon.Postgres.NeonRoles.update",
109+
"azure.mgmt.neonpostgres.operations.NeonRolesOperations.delete": "Neon.Postgres.NeonRoles.delete",
110+
"azure.mgmt.neonpostgres.aio.operations.NeonRolesOperations.delete": "Neon.Postgres.NeonRoles.delete",
111+
"azure.mgmt.neonpostgres.operations.NeonRolesOperations.list": "Neon.Postgres.NeonRoles.list",
112+
"azure.mgmt.neonpostgres.aio.operations.NeonRolesOperations.list": "Neon.Postgres.NeonRoles.list",
113+
"azure.mgmt.neonpostgres.operations.EndpointsOperations.get": "Neon.Postgres.Endpoints.get",
114+
"azure.mgmt.neonpostgres.aio.operations.EndpointsOperations.get": "Neon.Postgres.Endpoints.get",
115+
"azure.mgmt.neonpostgres.operations.EndpointsOperations.begin_create_or_update": "Neon.Postgres.Endpoints.createOrUpdate",
116+
"azure.mgmt.neonpostgres.aio.operations.EndpointsOperations.begin_create_or_update": "Neon.Postgres.Endpoints.createOrUpdate",
117+
"azure.mgmt.neonpostgres.operations.EndpointsOperations.begin_update": "Neon.Postgres.Endpoints.update",
118+
"azure.mgmt.neonpostgres.aio.operations.EndpointsOperations.begin_update": "Neon.Postgres.Endpoints.update",
119+
"azure.mgmt.neonpostgres.operations.EndpointsOperations.delete": "Neon.Postgres.Endpoints.delete",
120+
"azure.mgmt.neonpostgres.aio.operations.EndpointsOperations.delete": "Neon.Postgres.Endpoints.delete",
121+
"azure.mgmt.neonpostgres.operations.EndpointsOperations.list": "Neon.Postgres.Endpoints.list",
122+
"azure.mgmt.neonpostgres.aio.operations.EndpointsOperations.list": "Neon.Postgres.Endpoints.list"
84123
}
85124
}

sdk/neonpostgres/azure-mgmt-neonpostgres/azure/mgmt/neonpostgres/_client.py

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,22 @@
77
# --------------------------------------------------------------------------
88

99
from copy import deepcopy
10-
from typing import Any, TYPE_CHECKING
10+
from typing import Any, Optional, TYPE_CHECKING, cast
1111
from typing_extensions import Self
1212

1313
from azure.core.pipeline import policies
1414
from azure.core.rest import HttpRequest, HttpResponse
15+
from azure.core.settings import settings
1516
from azure.mgmt.core import ARMPipelineClient
1617
from azure.mgmt.core.policies import ARMAutoResourceProviderRegistrationPolicy
18+
from azure.mgmt.core.tools import get_arm_endpoints
1719

1820
from ._configuration import NeonPostgresMgmtClientConfiguration
19-
from ._serialization import Deserializer, Serializer
21+
from ._utils.serialization import Deserializer, Serializer
2022
from .operations import (
2123
BranchesOperations,
2224
ComputesOperations,
2325
EndpointsOperations,
24-
ModelsOperations,
2526
NeonDatabasesOperations,
2627
NeonRolesOperations,
2728
Operations,
@@ -36,8 +37,6 @@
3637
class NeonPostgresMgmtClient: # pylint: disable=too-many-instance-attributes
3738
"""NeonPostgresMgmtClient.
3839
39-
:ivar models: ModelsOperations operations
40-
:vartype models: azure.mgmt.neonpostgres.operations.ModelsOperations
4140
:ivar operations: Operations operations
4241
:vartype operations: azure.mgmt.neonpostgres.operations.Operations
4342
:ivar organizations: OrganizationsOperations operations
@@ -58,7 +57,7 @@ class NeonPostgresMgmtClient: # pylint: disable=too-many-instance-attributes
5857
:type credential: ~azure.core.credentials.TokenCredential
5958
:param subscription_id: The ID of the target subscription. The value must be an UUID. Required.
6059
:type subscription_id: str
61-
:param base_url: Service host. Default value is "https://management.azure.com".
60+
:param base_url: Service host. Default value is None.
6261
:type base_url: str
6362
:keyword api_version: The API version to use for this operation. Default value is "2025-03-01".
6463
Note that overriding this default value may result in unsupported behavior.
@@ -68,16 +67,22 @@ class NeonPostgresMgmtClient: # pylint: disable=too-many-instance-attributes
6867
"""
6968

7069
def __init__(
71-
self,
72-
credential: "TokenCredential",
73-
subscription_id: str,
74-
base_url: str = "https://management.azure.com",
75-
**kwargs: Any
70+
self, credential: "TokenCredential", subscription_id: str, base_url: Optional[str] = None, **kwargs: Any
7671
) -> None:
7772
_endpoint = "{endpoint}"
73+
_cloud = kwargs.pop("cloud_setting", None) or settings.current.azure_cloud # type: ignore
74+
_endpoints = get_arm_endpoints(_cloud)
75+
if not base_url:
76+
base_url = _endpoints["resource_manager"]
77+
credential_scopes = kwargs.pop("credential_scopes", _endpoints["credential_scopes"])
7878
self._config = NeonPostgresMgmtClientConfiguration(
79-
credential=credential, subscription_id=subscription_id, base_url=base_url, **kwargs
79+
credential=credential,
80+
subscription_id=subscription_id,
81+
base_url=cast(str, base_url),
82+
credential_scopes=credential_scopes,
83+
**kwargs
8084
)
85+
8186
_policies = kwargs.pop("policies", None)
8287
if _policies is None:
8388
_policies = [
@@ -96,12 +101,11 @@ def __init__(
96101
policies.SensitiveHeaderCleanupPolicy(**kwargs) if self._config.redirect_policy else None,
97102
self._config.http_logging_policy,
98103
]
99-
self._client: ARMPipelineClient = ARMPipelineClient(base_url=_endpoint, policies=_policies, **kwargs)
104+
self._client: ARMPipelineClient = ARMPipelineClient(base_url=cast(str, _endpoint), policies=_policies, **kwargs)
100105

101106
self._serialize = Serializer()
102107
self._deserialize = Deserializer()
103108
self._serialize.client_side_validation = False
104-
self.models = ModelsOperations(self._client, self._config, self._serialize, self._deserialize)
105109
self.operations = Operations(self._client, self._config, self._serialize, self._deserialize)
106110
self.organizations = OrganizationsOperations(self._client, self._config, self._serialize, self._deserialize)
107111
self.projects = ProjectsOperations(self._client, self._config, self._serialize, self._deserialize)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# --------------------------------------------------------------------------
2+
# Copyright (c) Microsoft Corporation. All rights reserved.
3+
# Licensed under the MIT License. See License.txt in the project root for license information.
4+
# Code generated by Microsoft (R) Python Code Generator.
5+
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
6+
# --------------------------------------------------------------------------

0 commit comments

Comments
 (0)