|
1 | 1 | # Release History
|
2 | 2 |
|
3 |
| -## 1.1.0-beta.1 (Unreleased) |
| 3 | +## 1.0.0-beta.1 (2025-05-10) |
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-2025-04-01-preview. 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.MongoClusterListResult` was removed |
| 10 | + |
| 11 | +#### `implementation.models.PrivateEndpointConnectionResourceListResult` 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.DatabaseRole` was added |
| 38 | + |
| 39 | +* `models.IdentityProvider` was added |
| 40 | + |
| 41 | +* `models.User` was added |
| 42 | + |
| 43 | +* `models.PrivateLinkResourceListResult` was added |
| 44 | + |
| 45 | +* `models.EntraIdentityProviderProperties` was added |
| 46 | + |
| 47 | +* `models.OperationListResult` was added |
| 48 | + |
| 49 | +* `models.User$UpdateStages` was added |
| 50 | + |
| 51 | +* `models.StorageType` was added |
| 52 | + |
| 53 | +* `models.UserProperties` was added |
| 54 | + |
| 55 | +* `models.EntraPrincipalType` was added |
| 56 | + |
| 57 | +* `models.EntraIdentityProvider` was added |
| 58 | + |
| 59 | +* `models.DataApiMode` was added |
| 60 | + |
| 61 | +* `models.User$DefinitionStages` was added |
| 62 | + |
| 63 | +* `models.UserRole` was added |
| 64 | + |
| 65 | +* `models.User$Definition` was added |
| 66 | + |
| 67 | +* `models.FirewallRuleListResult` was added |
| 68 | + |
| 69 | +* `models.AuthenticationMode` was added |
| 70 | + |
| 71 | +* `models.Users` was added |
| 72 | + |
| 73 | +* `models.IdentityProviderType` was added |
| 74 | + |
| 75 | +* `models.AuthConfigProperties` was added |
| 76 | + |
| 77 | +* `models.DataApiProperties` was added |
| 78 | + |
| 79 | +* `models.PrivateEndpointConnectionResourceListResult` was added |
| 80 | + |
| 81 | +* `models.UserListResult` was added |
| 82 | + |
| 83 | +* `models.User$Update` was added |
| 84 | + |
| 85 | +#### `models.MongoClusterRestoreParameters` was modified |
| 86 | + |
| 87 | +* `withPointInTimeUtc(java.time.OffsetDateTime)` was added |
| 88 | +* `pointInTimeUtc()` was added |
| 89 | + |
| 90 | +#### `models.MongoClusterProperties` was modified |
| 91 | + |
| 92 | +* `withDataApi(models.DataApiProperties)` was added |
| 93 | +* `authConfig()` was added |
| 94 | +* `dataApi()` was added |
| 95 | +* `withAuthConfig(models.AuthConfigProperties)` was added |
| 96 | + |
| 97 | +#### `models.AdministratorProperties` was modified |
| 98 | + |
| 99 | +* `username()` was added |
| 100 | +* `withUsername(java.lang.String)` was added |
| 101 | + |
| 102 | +#### `models.StorageProperties` was modified |
| 103 | + |
| 104 | +* `throughput()` was added |
| 105 | +* `type()` was added |
| 106 | +* `iops()` was added |
| 107 | +* `withIops(java.lang.Long)` was added |
| 108 | +* `withThroughput(java.lang.Long)` was added |
| 109 | +* `withType(models.StorageType)` was added |
| 110 | + |
| 111 | +#### `models.PrivateEndpointConnection` was modified |
| 112 | + |
| 113 | +* `withProperties(models.PrivateEndpointConnectionProperties)` was added |
| 114 | + |
| 115 | +#### `MongoClusterManager` was modified |
| 116 | + |
| 117 | +* `users()` was added |
| 118 | + |
| 119 | +#### `models.PrivateLinkResourceProperties` was modified |
| 120 | + |
| 121 | +* `withRequiredZoneNames(java.util.List)` was added |
| 122 | + |
| 123 | +#### `models.MongoClusterUpdateProperties` was modified |
10 | 124 |
|
11 |
| -### Other Changes |
| 125 | +* `authConfig()` was added |
| 126 | +* `withAuthConfig(models.AuthConfigProperties)` was added |
| 127 | +* `dataApi()` was added |
| 128 | +* `withDataApi(models.DataApiProperties)` was added |
12 | 129 |
|
13 | 130 | ## 1.0.0 (2024-09-25)
|
14 | 131 |
|
|
0 commit comments