Skip to content

Commit 211b1bd

Browse files
authored
[Automation] Generate Fluent Lite from Swagger redisenterprise#package-preview-2025-05-01 (Azure#45210)
1 parent 79a119d commit 211b1bd

File tree

118 files changed

+2559
-1135
lines changed

Some content is hidden

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

118 files changed

+2559
-1135
lines changed

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

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

3-
## 2.1.0-beta.3 (Unreleased)
3+
## 2.1.0-beta.3 (2025-05-06)
44

5-
### Features Added
5+
- Azure Resource Manager RedisEnterprise client library for Java. This package contains Microsoft Azure SDK for RedisEnterprise Management SDK. REST API for managing Redis Enterprise resources in Azure. Package tag package-preview-2025-05-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
66

77
### Breaking Changes
88

9-
### Bugs Fixed
9+
#### `models.ForceLinkParameters` was modified
10+
11+
* `linkedDatabases()` was removed
12+
* `groupNickname()` was removed
13+
* `withGroupNickname(java.lang.String)` was removed
14+
* `withLinkedDatabases(java.util.List)` was removed
15+
16+
#### `models.Database` was modified
17+
18+
* `flush(models.FlushParameters)` was removed
19+
20+
#### `models.Databases` was modified
21+
22+
* `flush(java.lang.String,java.lang.String,java.lang.String,models.FlushParameters)` was removed
23+
24+
### Features Added
25+
26+
* `models.Kind` was added
27+
28+
* `models.ForceLinkParametersGeoReplication` was added
29+
30+
* `models.SkuDetailsList` was added
31+
32+
* `models.SkuDetails` was added
33+
34+
#### `models.RedisEnterprises` was modified
35+
36+
* `listSkusForScalingWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)` was added
37+
* `listSkusForScaling(java.lang.String,java.lang.String)` was added
38+
39+
#### `models.Database$Update` was modified
40+
41+
* `withClusteringPolicy(models.ClusteringPolicy)` was added
42+
43+
#### `models.ForceLinkParameters` was modified
44+
45+
* `geoReplication()` was added
46+
* `withGeoReplication(models.ForceLinkParametersGeoReplication)` was added
47+
48+
#### `models.Database` was modified
49+
50+
* `flush()` was added
51+
52+
#### `models.Cluster` was modified
53+
54+
* `listSkusForScalingWithResponse(com.azure.core.util.Context)` was added
55+
* `listSkusForScaling()` was added
56+
* `kind()` was added
57+
58+
#### `models.Databases` was modified
1059

11-
### Other Changes
60+
* `flush(java.lang.String,java.lang.String,java.lang.String)` was added
1261

1362
## 2.1.0-beta.2 (2024-10-21)
1463

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Azure Resource Manager RedisEnterprise client library for Java.
44

5-
This package contains Microsoft Azure SDK for RedisEnterprise Management SDK. REST API for managing Redis Enterprise resources in Azure. Package tag package-preview-2024-09. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
5+
This package contains Microsoft Azure SDK for RedisEnterprise Management SDK. REST API for managing Redis Enterprise resources in Azure. Package tag package-preview-2025-05-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
66

77
## We'd love to hear your feedback
88

@@ -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
RedisEnterpriseManager manager = RedisEnterpriseManager
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

@@ -110,5 +110,3 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
110110
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md
111111
[coc]: https://opensource.microsoft.com/codeofconduct/
112112
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
113-
114-

0 commit comments

Comments
 (0)