You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/mongocluster/azure-resourcemanager-mongocluster/CHANGELOG.md
+54-4Lines changed: 54 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,64 @@
1
1
# Release History
2
2
3
-
## 1.1.0-beta.1 (Unreleased)
3
+
## 1.0.0-beta.1 (2025-04-15)
4
4
5
-
### Features Added
5
+
- Azure Resource Manager Mongo Cluster client library for Java. This package contains Microsoft Azure SDK for Mongo Cluster Management SDK. The Microsoft Azure management API provides create, read, update, and delete functionality for Azure Cosmos DB for MongoDB vCore resources including clusters and firewall rules. Package tag package-2024-07-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
6
6
7
7
### Breaking Changes
8
8
9
-
### Bugs Fixed
9
+
#### `implementation.models.PrivateEndpointConnectionResourceListResult` was removed
10
+
11
+
#### `implementation.models.MongoClusterListResult` was removed
12
+
13
+
#### `implementation.models.FirewallRuleListResult` was removed
14
+
15
+
#### `implementation.models.ReplicaListResult` was removed
16
+
17
+
#### `implementation.models.PrivateLinkResourceListResult` was removed
18
+
19
+
#### `implementation.models.OperationListResult` was removed
20
+
21
+
#### `models.MongoClusterRestoreParameters` was modified
22
+
23
+
*`withPointInTimeUTC(java.time.OffsetDateTime)` was removed
24
+
*`pointInTimeUTC()` was removed
25
+
26
+
#### `models.AdministratorProperties` was modified
27
+
28
+
*`withUserName(java.lang.String)` was removed
29
+
*`userName()` was removed
30
+
31
+
### Features Added
32
+
33
+
*`models.MongoClusterListResult` was added
34
+
35
+
*`models.ReplicaListResult` was added
36
+
37
+
*`models.FirewallRuleListResult` was added
38
+
39
+
*`models.PrivateLinkResourceListResult` was added
40
+
41
+
*`models.OperationListResult` was added
42
+
43
+
*`models.PrivateEndpointConnectionResourceListResult` was added
44
+
45
+
#### `models.MongoClusterRestoreParameters` was modified
46
+
47
+
*`pointInTimeUtc()` was added
48
+
*`withPointInTimeUtc(java.time.OffsetDateTime)` was added
49
+
50
+
#### `models.PrivateEndpointConnection` was modified
51
+
52
+
*`withProperties(models.PrivateEndpointConnectionProperties)` was added
53
+
54
+
#### `models.AdministratorProperties` was modified
55
+
56
+
*`withUsername(java.lang.String)` was added
57
+
*`username()` was added
58
+
59
+
#### `models.PrivateLinkResourceProperties` was modified
10
60
11
-
### Other Changes
61
+
*`withRequiredZoneNames(java.util.List)` was added
Copy file name to clipboardExpand all lines: sdk/mongocluster/azure-resourcemanager-mongocluster/README.md
+12-15Lines changed: 12 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Azure Resource Manager Mongo Cluster client library for Java.
4
4
5
-
This package contains Microsoft Azure SDK for Mongo Cluster Management SDK. The Microsoft Azure management API provides create, read, update, and delete functionality for Azure Cosmos DB for MongoDB vCore resources including clusters and firewall rules. 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 Mongo Cluster Management SDK. The Microsoft Azure management API provides create, read, update, and delete functionality for Azure Cosmos DB for MongoDB vCore resources including clusters and firewall rules. Package tag package-2024-07-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
6
6
7
7
## We'd love to hear your feedback
8
8
@@ -52,15 +52,15 @@ Azure subscription ID can be configured via `AZURE_SUBSCRIPTION_ID` environment
52
52
Assuming the use of the `DefaultAzureCredential` credential class, the client can be authenticated using the following code:
0 commit comments