Skip to content

[AutoPR azure-resourcemanager-mongocluster]-generated-from-SDK Generation - Java-5092518 #46032

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 42 additions & 10 deletions sdk/mongocluster/azure-resourcemanager-mongocluster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
# Release History

## 1.1.0-beta.1 (2025-06-04)
## 1.1.0-beta.1 (2025-07-16)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The beta version was not auto-incremented - is this expected?
Or is there some other reason this is modifying in place?


- 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 api-version 2025-07-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
- 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 api-version 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).

### Features Added

* `implementation.models.UserListResult` was added
* `models.KeyEncryptionKeyIdentity` was added

* `models.ManagedServiceIdentity` was added

* `models.DatabaseRole` was added

* `models.IdentityProvider` was added

* `models.User` was added

* `models.ManagedServiceIdentityType` was added

* `models.EntraIdentityProviderProperties` was added

* `models.User$UpdateStages` was added
Expand All @@ -22,18 +27,24 @@

* `models.UserProperties` was added

* `models.CustomerManagedKeyEncryptionProperties` was added

* `models.EntraPrincipalType` was added

* `models.EntraIdentityProvider` was added

* `models.DataApiMode` was added

* `models.KeyEncryptionKeyIdentityType` was added

* `models.User$DefinitionStages` was added

* `models.UserRole` was added

* `models.User$Definition` was added

* `models.EncryptionProperties` was added

* `models.AuthenticationMode` was added

* `models.Users` was added
Expand All @@ -44,34 +55,55 @@

* `models.DataApiProperties` was added

* `models.UserAssignedIdentity` was added

* `models.User$Update` was added

#### `models.MongoCluster$Definition` was modified

* `withIdentity(models.ManagedServiceIdentity)` was added

#### `models.MongoClusterProperties` was modified

* `authConfig()` was added
* `withDataApi(models.DataApiProperties)` was added
* `withAuthConfig(models.AuthConfigProperties)` was added
* `withEncryption(models.EncryptionProperties)` was added
* `authConfig()` was added
* `dataApi()` was added
* `withDataApi(models.DataApiProperties)` was added
* `encryption()` was added

#### `models.MongoClusterUpdate` was modified

* `identity()` was added
* `withIdentity(models.ManagedServiceIdentity)` was added

#### `models.StorageProperties` was modified

* `type()` was added
* `withType(models.StorageType)` was added
* `type()` was added
* `throughput()` was added
* `withIops(java.lang.Long)` was added
* `withThroughput(java.lang.Long)` was added
* `iops()` was added
* `withIops(java.lang.Long)` was added
* `throughput()` was added

#### `MongoClusterManager` was modified

* `users()` was added

#### `models.MongoCluster` was modified

* `identity()` was added

#### `models.MongoCluster$Update` was modified

* `withIdentity(models.ManagedServiceIdentity)` was added

#### `models.MongoClusterUpdateProperties` was modified

* `dataApi()` was added
* `withDataApi(models.DataApiProperties)` was added
* `authConfig()` was added
* `withAuthConfig(models.AuthConfigProperties)` was added
* `authConfig()` was added
* `withDataApi(models.DataApiProperties)` was added
* `dataApi()` was added

## 1.0.0 (2024-09-25)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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 api-version 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).
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 api-version 2025-07-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

## We'd love to hear your feedback

Expand Down
Loading