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
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,24 @@
1
1
# Release History
2
2
3
-
## 1.1.0-beta.1 (Unreleased)
3
+
## 1.1.0-beta.1 (2025-04-15)
4
+
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. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
4
6
5
7
### Features Added
6
8
7
-
### Breaking Changes
9
+
*`models.DataApiMode` was added
10
+
11
+
*`models.DataApiProperties` was added
8
12
9
-
### Bugs Fixed
13
+
#### `models.MongoClusterProperties` was modified
14
+
15
+
*`withDataApi(models.DataApiProperties)` was added
16
+
*`dataApi()` was added
17
+
18
+
#### `models.MongoClusterUpdateProperties` was modified
10
19
11
-
### Other Changes
20
+
*`dataApi()` was added
21
+
*`withDataApi(models.DataApiProperties)` was added
0 commit comments