Skip to content

Commit 3a60d5c

Browse files
authored
[Automation] Generate Fluent Lite from TypeSpec neonpostgres (Azure#45044)
1 parent 08e5727 commit 3a60d5c

File tree

181 files changed

+25454
-574
lines changed

Some content is hidden

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

181 files changed

+25454
-574
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ com.azure.resourcemanager:azure-resourcemanager-iotoperations;1.0.0;1.1.0-beta.1
465465
com.azure.resourcemanager:azure-resourcemanager-containerorchestratorruntime;1.0.0-beta.1;1.0.0-beta.2
466466
com.azure.resourcemanager:azure-resourcemanager-terraform;1.0.0-beta.1;1.0.0-beta.2
467467
com.azure.resourcemanager:azure-resourcemanager-connectedcache;1.0.0-beta.1;1.0.0-beta.2
468-
com.azure.resourcemanager:azure-resourcemanager-neonpostgres;1.0.0-beta.1;1.0.0-beta.2
468+
com.azure.resourcemanager:azure-resourcemanager-neonpostgres;1.0.0-beta.1;1.0.0
469469
com.azure.resourcemanager:azure-resourcemanager-pineconevectordb;1.0.0-beta.2;1.0.0-beta.3
470470
com.azure.resourcemanager:azure-resourcemanager-impactreporting;1.0.0-beta.1;1.0.0-beta.2
471471
com.azure.resourcemanager:azure-resourcemanager-migration-assessment;1.0.0-beta.1;1.0.0-beta.2

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

Lines changed: 127 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,137 @@
11
# Release History
22

3-
## 1.0.0-beta.2 (Unreleased)
3+
## 1.0.0 (2025-04-21)
4+
5+
- Azure Resource Manager Neon Postgres client library for Java. This package contains Microsoft Azure SDK for Neon Postgres Management SDK. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
46

57
### Features Added
68

7-
### Breaking Changes
9+
* `models.NeonDatabase$Definition` was added
10+
11+
* `models.NeonRole$DefinitionStages` was added
12+
13+
* `models.EndpointType` was added
14+
15+
* `models.NeonRoles` was added
16+
17+
* `models.Project$DefinitionStages` was added
18+
19+
* `models.NeonDatabases` was added
20+
21+
* `implementation.models.EndpointListResult` was added
22+
23+
* `implementation.models.ProjectListResult` was added
24+
25+
* `implementation.models.NeonRoleListResult` was added
26+
27+
* `models.ConnectionUriProperties` was added
28+
29+
* `models.PgVersion` was added
30+
31+
* `models.Project$Update` was added
32+
33+
* `models.Compute$DefinitionStages` was added
34+
35+
* `models.Branches` was added
36+
37+
* `models.Computes` was added
38+
39+
* `models.NeonDatabaseProperties` was added
40+
41+
* `models.Endpoint` was added
42+
43+
* `models.Endpoint$DefinitionStages` was added
44+
45+
* `models.Endpoint$Definition` was added
46+
47+
* `models.EndpointProperties` was added
48+
49+
* `models.ProjectProperties` was added
50+
51+
* `models.NeonRoleProperties` was added
52+
53+
* `models.Project$Definition` was added
54+
55+
* `models.Endpoint$Update` was added
56+
57+
* `models.NeonDatabase` was added
58+
59+
* `models.NeonDatabase$Update` was added
60+
61+
* `implementation.models.NeonDatabaseListResult` was added
62+
63+
* `implementation.models.ComputeListResult` was added
64+
65+
* `models.Compute$Definition` was added
66+
67+
* `models.Compute$Update` was added
68+
69+
* `models.NeonRole$Definition` was added
70+
71+
* `implementation.models.BranchListResult` was added
72+
73+
* `models.Branch` was added
74+
75+
* `models.NeonRole` was added
76+
77+
* `models.PgVersionsResult` was added
78+
79+
* `models.Branch$UpdateStages` was added
80+
81+
* `models.NeonDatabase$UpdateStages` was added
82+
83+
* `models.NeonRole$Update` was added
84+
85+
* `models.Endpoints` was added
86+
87+
* `models.NeonDatabase$DefinitionStages` was added
88+
89+
* `models.Project` was added
90+
91+
* `models.Compute$UpdateStages` was added
92+
93+
* `models.DefaultEndpointSettings` was added
94+
95+
* `models.Compute` was added
96+
97+
* `models.Branch$DefinitionStages` was added
98+
99+
* `models.Endpoint$UpdateStages` was added
100+
101+
* `models.Attributes` was added
102+
103+
* `models.Project$UpdateStages` was added
104+
105+
* `models.BranchProperties` was added
106+
107+
* `models.Branch$Definition` was added
108+
109+
* `models.Branch$Update` was added
110+
111+
* `models.Projects` was added
112+
113+
* `models.ComputeProperties` was added
114+
115+
* `models.NeonRole$UpdateStages` was added
116+
117+
#### `models.Organizations` was modified
118+
119+
* `getPostgresVersionsWithResponse(java.lang.String,models.PgVersion,com.azure.core.util.Context)` was added
120+
* `getPostgresVersions(java.lang.String)` was added
121+
122+
#### `models.OrganizationProperties` was modified
123+
124+
* `withProjectProperties(models.ProjectProperties)` was added
125+
* `projectProperties()` was added
8126

9-
### Bugs Fixed
127+
#### `NeonPostgresManager` was modified
10128

11-
### Other Changes
129+
* `computes()` was added
130+
* `neonDatabases()` was added
131+
* `branches()` was added
132+
* `projects()` was added
133+
* `neonRoles()` was added
134+
* `endpoints()` was added
12135

13136
## 1.0.0-beta.1 (2024-12-03)
14137

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Various documentation is available to help you get started
3232
<dependency>
3333
<groupId>com.azure.resourcemanager</groupId>
3434
<artifactId>azure-resourcemanager-neonpostgres</artifactId>
35-
<version>1.0.0-beta.2</version>
35+
<version>1.0.0</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})
@@ -52,15 +52,15 @@ Azure subscription ID can be configured via `AZURE_SUBSCRIPTION_ID` environment
5252
Assuming the use of the `DefaultAzureCredential` credential class, the client can be authenticated using the following code:
5353

5454
```java
55-
AzureProfile profile = new AzureProfile(AzureEnvironment.AZURE);
55+
AzureProfile profile = new AzureProfile(AzureCloud.AZURE_PUBLIC_CLOUD);
5656
TokenCredential credential = new DefaultAzureCredentialBuilder()
5757
.authorityHost(profile.getEnvironment().getActiveDirectoryEndpoint())
5858
.build();
5959
NeonPostgresManager manager = NeonPostgresManager
6060
.authenticate(credential, profile);
6161
```
6262

63-
The sample code assumes global Azure. Please change `AzureEnvironment.AZURE` variable if otherwise.
63+
The sample code assumes global Azure. Please change the `AzureCloud.AZURE_PUBLIC_CLOUD` variable if otherwise.
6464

6565
See [Authentication][authenticate] for more options.
6666

@@ -100,5 +100,3 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
100100
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md
101101
[coc]: https://opensource.microsoft.com/codeofconduct/
102102
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
103-
104-

0 commit comments

Comments
 (0)