Skip to content

Commit 15ccf31

Browse files
author
SDKAuto
committed
CodeGen from PR 34270 in Azure/azure-rest-api-specs
Merge 447c4193246efcde66d0d0feaa59da2c756c794f into a19648565889eaae019e531c15f3045d1244c7ce
1 parent 6c30600 commit 15ccf31

File tree

64 files changed

+2315
-12662
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+2315
-12662
lines changed

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

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

3+
## 2.0.0 (2025-05-13)
4+
5+
### Breaking Changes
6+
7+
- Deleted or renamed client operation group `NeonPostgresMgmtClient.models`
8+
- Deleted or renamed method `BranchesOperations.begin_update`
9+
- Deleted or renamed method `ComputesOperations.begin_create_or_update`
10+
- Deleted or renamed method `ComputesOperations.begin_update`
11+
- Deleted or renamed method `ComputesOperations.delete`
12+
- Deleted or renamed method `ComputesOperations.get`
13+
- Deleted or renamed method `EndpointsOperations.begin_create_or_update`
14+
- Deleted or renamed method `EndpointsOperations.begin_update`
15+
- Deleted or renamed method `EndpointsOperations.delete`
16+
- Deleted or renamed method `EndpointsOperations.get`
17+
- Deleted or renamed method `NeonDatabasesOperations.begin_create_or_update`
18+
- Deleted or renamed method `NeonDatabasesOperations.begin_update`
19+
- Deleted or renamed method `NeonDatabasesOperations.delete`
20+
- Deleted or renamed method `NeonDatabasesOperations.get`
21+
- Deleted or renamed method `NeonRolesOperations.begin_create_or_update`
22+
- Deleted or renamed method `NeonRolesOperations.begin_update`
23+
- Deleted or renamed method `NeonRolesOperations.delete`
24+
- Deleted or renamed method `NeonRolesOperations.get`
25+
- Deleted or renamed method `ProjectsOperations.begin_update`
26+
- Deleted or renamed model `ModelsOperations`
27+
328
## 1.0.0 (2025-04-21)
429

530
### 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": "5ab69662eff4ee3c2bc93c2a4959470ab9867c99",
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.2"
66
}
Lines changed: 54 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
{
22
"CrossLanguagePackageId": "Neon.Postgres",
33
"CrossLanguageDefinitionId": {
4-
"azure.mgmt.neonpostgres.models.Attributes": "Neon.Postgres.Models.Attributes",
4+
"azure.mgmt.neonpostgres.models.Attributes": "Neon.Postgres.Attributes",
55
"azure.mgmt.neonpostgres.models.Resource": "Azure.ResourceManager.CommonTypes.Resource",
66
"azure.mgmt.neonpostgres.models.ProxyResource": "Azure.ResourceManager.CommonTypes.ProxyResource",
77
"azure.mgmt.neonpostgres.models.Branch": "Neon.Postgres.Branch",
8-
"azure.mgmt.neonpostgres.models.BranchProperties": "Neon.Postgres.Models.BranchProperties",
8+
"azure.mgmt.neonpostgres.models.BranchProperties": "Neon.Postgres.BranchProperties",
99
"azure.mgmt.neonpostgres.models.CompanyDetails": "LiftrBase.CompanyDetails",
1010
"azure.mgmt.neonpostgres.models.Compute": "Neon.Postgres.Compute",
11-
"azure.mgmt.neonpostgres.models.ComputeProperties": "Neon.Postgres.Models.ComputeProperties",
12-
"azure.mgmt.neonpostgres.models.ConnectionUriProperties": "Neon.Postgres.Models.ConnectionUriProperties",
13-
"azure.mgmt.neonpostgres.models.DefaultEndpointSettings": "Neon.Postgres.Models.DefaultEndpointSettings",
11+
"azure.mgmt.neonpostgres.models.ComputeProperties": "Neon.Postgres.ComputeProperties",
12+
"azure.mgmt.neonpostgres.models.ConnectionUriProperties": "Neon.Postgres.ConnectionUriProperties",
13+
"azure.mgmt.neonpostgres.models.DefaultEndpointSettings": "Neon.Postgres.DefaultEndpointSettings",
1414
"azure.mgmt.neonpostgres.models.Endpoint": "Neon.Postgres.Endpoint",
15-
"azure.mgmt.neonpostgres.models.EndpointProperties": "Neon.Postgres.Models.EndpointProperties",
15+
"azure.mgmt.neonpostgres.models.EndpointProperties": "Neon.Postgres.EndpointProperties",
1616
"azure.mgmt.neonpostgres.models.ErrorAdditionalInfo": "Azure.ResourceManager.CommonTypes.ErrorAdditionalInfo",
1717
"azure.mgmt.neonpostgres.models.ErrorDetail": "Azure.ResourceManager.CommonTypes.ErrorDetail",
1818
"azure.mgmt.neonpostgres.models.ErrorResponse": "Azure.ResourceManager.CommonTypes.ErrorResponse",
1919
"azure.mgmt.neonpostgres.models.MarketplaceDetails": "LiftrBase.MarketplaceDetails",
2020
"azure.mgmt.neonpostgres.models.NeonDatabase": "Neon.Postgres.NeonDatabase",
21-
"azure.mgmt.neonpostgres.models.NeonDatabaseProperties": "Neon.Postgres.Models.NeonDatabaseProperties",
21+
"azure.mgmt.neonpostgres.models.NeonDatabaseProperties": "Neon.Postgres.NeonDatabaseProperties",
2222
"azure.mgmt.neonpostgres.models.NeonRole": "Neon.Postgres.NeonRole",
23-
"azure.mgmt.neonpostgres.models.NeonRoleProperties": "Neon.Postgres.Models.NeonRoleProperties",
23+
"azure.mgmt.neonpostgres.models.NeonRoleProperties": "Neon.Postgres.NeonRoleProperties",
2424
"azure.mgmt.neonpostgres.models.OfferDetails": "LiftrBase.OfferDetails",
2525
"azure.mgmt.neonpostgres.models.Operation": "Azure.ResourceManager.CommonTypes.Operation",
2626
"azure.mgmt.neonpostgres.models.OperationDisplay": "Azure.ResourceManager.CommonTypes.OperationDisplay",
2727
"azure.mgmt.neonpostgres.models.OrganizationProperties": "LiftrBase.Data.OrganizationProperties",
2828
"azure.mgmt.neonpostgres.models.TrackedResource": "Azure.ResourceManager.CommonTypes.TrackedResource",
2929
"azure.mgmt.neonpostgres.models.OrganizationResource": "Neon.Postgres.OrganizationResource",
3030
"azure.mgmt.neonpostgres.models.PartnerOrganizationProperties": "LiftrBase.Data.PartnerOrganizationProperties",
31-
"azure.mgmt.neonpostgres.models.PgVersion": "Neon.Postgres.Models.PgVersion",
32-
"azure.mgmt.neonpostgres.models.PgVersionsResult": "Neon.Postgres.Models.PgVersionsResult",
31+
"azure.mgmt.neonpostgres.models.PgVersion": "Neon.Postgres.PgVersion",
32+
"azure.mgmt.neonpostgres.models.PgVersionsResult": "Neon.Postgres.PgVersionsResult",
3333
"azure.mgmt.neonpostgres.models.Project": "Neon.Postgres.Project",
34-
"azure.mgmt.neonpostgres.models.ProjectProperties": "Neon.Postgres.Models.ProjectProperties",
34+
"azure.mgmt.neonpostgres.models.ProjectProperties": "Neon.Postgres.ProjectProperties",
3535
"azure.mgmt.neonpostgres.models.SingleSignOnProperties": "LiftrBase.SingleSignOnProperties",
3636
"azure.mgmt.neonpostgres.models.SystemData": "Azure.ResourceManager.CommonTypes.SystemData",
3737
"azure.mgmt.neonpostgres.models.UserDetails": "LiftrBase.UserDetails",
@@ -41,45 +41,48 @@
4141
"azure.mgmt.neonpostgres.models.MarketplaceSubscriptionStatus": "LiftrBase.MarketplaceSubscriptionStatus",
4242
"azure.mgmt.neonpostgres.models.ResourceProvisioningState": "Azure.ResourceManager.ResourceProvisioningState",
4343
"azure.mgmt.neonpostgres.models.SingleSignOnStates": "LiftrBase.SingleSignOnStates",
44-
"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"
44+
"azure.mgmt.neonpostgres.models.EndpointType": "Neon.Postgres.EndpointType",
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.delete": "Neon.Postgres.Projects.delete",
66+
"azure.mgmt.neonpostgres.aio.operations.ProjectsOperations.delete": "Neon.Postgres.Projects.delete",
67+
"azure.mgmt.neonpostgres.operations.ProjectsOperations.list": "Neon.Postgres.Projects.list",
68+
"azure.mgmt.neonpostgres.aio.operations.ProjectsOperations.list": "Neon.Postgres.Projects.list",
69+
"azure.mgmt.neonpostgres.operations.ProjectsOperations.get_connection_uri": "Neon.Postgres.Projects.getConnectionUri",
70+
"azure.mgmt.neonpostgres.aio.operations.ProjectsOperations.get_connection_uri": "Neon.Postgres.Projects.getConnectionUri",
71+
"azure.mgmt.neonpostgres.operations.BranchesOperations.get": "Neon.Postgres.Branches.get",
72+
"azure.mgmt.neonpostgres.aio.operations.BranchesOperations.get": "Neon.Postgres.Branches.get",
73+
"azure.mgmt.neonpostgres.operations.BranchesOperations.begin_create_or_update": "Neon.Postgres.Branches.createOrUpdate",
74+
"azure.mgmt.neonpostgres.aio.operations.BranchesOperations.begin_create_or_update": "Neon.Postgres.Branches.createOrUpdate",
75+
"azure.mgmt.neonpostgres.operations.BranchesOperations.delete": "Neon.Postgres.Branches.delete",
76+
"azure.mgmt.neonpostgres.aio.operations.BranchesOperations.delete": "Neon.Postgres.Branches.delete",
77+
"azure.mgmt.neonpostgres.operations.BranchesOperations.list": "Neon.Postgres.Branches.list",
78+
"azure.mgmt.neonpostgres.aio.operations.BranchesOperations.list": "Neon.Postgres.Branches.list",
79+
"azure.mgmt.neonpostgres.operations.ComputesOperations.list": "Neon.Postgres.Computes.list",
80+
"azure.mgmt.neonpostgres.aio.operations.ComputesOperations.list": "Neon.Postgres.Computes.list",
81+
"azure.mgmt.neonpostgres.operations.NeonDatabasesOperations.list": "Neon.Postgres.NeonDatabases.list",
82+
"azure.mgmt.neonpostgres.aio.operations.NeonDatabasesOperations.list": "Neon.Postgres.NeonDatabases.list",
83+
"azure.mgmt.neonpostgres.operations.NeonRolesOperations.list": "Neon.Postgres.NeonRoles.list",
84+
"azure.mgmt.neonpostgres.aio.operations.NeonRolesOperations.list": "Neon.Postgres.NeonRoles.list",
85+
"azure.mgmt.neonpostgres.operations.EndpointsOperations.list": "Neon.Postgres.Endpoints.list",
86+
"azure.mgmt.neonpostgres.aio.operations.EndpointsOperations.list": "Neon.Postgres.Endpoints.list"
8487
}
8588
}

0 commit comments

Comments
 (0)