|
1 | 1 | # Release History
|
2 | 2 |
|
| 3 | +## 1.1.0-beta.1 (2025-05-12) |
| 4 | +### Features Added |
| 5 | + |
| 6 | +- New enum type `AuthenticationMode` with values `AuthenticationModeMicrosoftEntraID`, `AuthenticationModeNativeAuth` |
| 7 | +- New enum type `DataAPIMode` with values `DataAPIModeDisabled`, `DataAPIModeEnabled` |
| 8 | +- New enum type `EntraPrincipalType` with values `EntraPrincipalTypeServiePrincipal`, `EntraPrincipalTypeUser` |
| 9 | +- New enum type `IdentityProviderType` with values `IdentityProviderTypeMicrosoftEntraID` |
| 10 | +- New enum type `StorageType` with values `StorageTypePremiumSSD`, `StorageTypePremiumSSDv2` |
| 11 | +- New enum type `UserRole` with values `UserRoleDatabaseOwner` |
| 12 | +- New function `*ClientFactory.NewUsersClient() *UsersClient` |
| 13 | +- New function `*EntraIdentityProvider.GetIdentityProvider() *IdentityProvider` |
| 14 | +- New function `*IdentityProvider.GetIdentityProvider() *IdentityProvider` |
| 15 | +- New function `NewUsersClient(string, azcore.TokenCredential, *arm.ClientOptions) (*UsersClient, error)` |
| 16 | +- New function `*UsersClient.BeginCreateOrUpdate(context.Context, string, string, string, User, *UsersClientBeginCreateOrUpdateOptions) (*runtime.Poller[UsersClientCreateOrUpdateResponse], error)` |
| 17 | +- New function `*UsersClient.BeginDelete(context.Context, string, string, string, *UsersClientBeginDeleteOptions) (*runtime.Poller[UsersClientDeleteResponse], error)` |
| 18 | +- New function `*UsersClient.Get(context.Context, string, string, string, *UsersClientGetOptions) (UsersClientGetResponse, error)` |
| 19 | +- New function `*UsersClient.NewListByMongoClusterPager(string, string, *UsersClientListByMongoClusterOptions) *runtime.Pager[UsersClientListByMongoClusterResponse]` |
| 20 | +- New struct `AuthConfigProperties` |
| 21 | +- New struct `DataAPIProperties` |
| 22 | +- New struct `DatabaseRole` |
| 23 | +- New struct `EntraIdentityProvider` |
| 24 | +- New struct `EntraIdentityProviderProperties` |
| 25 | +- New struct `User` |
| 26 | +- New struct `UserListResult` |
| 27 | +- New struct `UserProperties` |
| 28 | +- New field `AuthConfig`, `DataAPI` in struct `Properties` |
| 29 | +- New field `Iops`, `Throughput`, `Type` in struct `StorageProperties` |
| 30 | +- New field `AuthConfig`, `DataAPI` in struct `UpdateProperties` |
| 31 | + |
| 32 | + |
3 | 33 | ## 1.0.1 (2024-10-14)
|
4 | 34 | ### Other Changes
|
5 | 35 | - Add examples
|
|
0 commit comments