|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 1.2.0-beta.1 (Unreleased) |
| 3 | +## 1.2.0-beta.1 (2024-09-25) |
4 | 4 |
|
5 | 5 | ### Features Added |
6 | 6 |
|
7 | | -### Breaking Changes |
8 | | - |
9 | | -### Bugs Fixed |
| 7 | +- Upgraded api-version tag from 'package-2024-02' to 'package-preview-2024-09'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/f5321f9b29083f9ea4c028e7484504875e04a758/specification/redisenterprise/resource-manager/readme.md. |
| 8 | + - Adds support for using Microsoft Entra token-based authentication. |
| 9 | + - Cluster has new properties: highAvailability and redundancyMode. |
| 10 | + - New product SKUs added. |
| 11 | + - Database has new properties: redisVersion, deferUpgrade and accessKeysAuthentication. |
| 12 | +- Added `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation. |
| 13 | +- Added experimental Bicep serialization. |
10 | 14 |
|
11 | 15 | ### Other Changes |
12 | 16 |
|
| 17 | +- Upgraded Azure.Core from 1.37.0 to 1.43.0 |
| 18 | +- Upgraded Azure.ResourceManager from 1.10.1 to 1.13.0 |
| 19 | + |
13 | 20 | ## 1.1.0 (2024-02-20) |
14 | 21 |
|
15 | 22 | ### Features Added |
16 | 23 |
|
17 | | -- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details. |
| 24 | +- Enabled the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details. |
18 | 25 | - Upgraded api-version tag from 'package-2022-01' to 'package-2024-02'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/ecc0170a2005f5f38231ae4dbba40594d3c00a04/specification/redisenterprise/resource-manager/readme.md |
19 | 26 |
|
20 | 27 | ### Other Changes |
|
26 | 33 |
|
27 | 34 | ### Features Added |
28 | 35 |
|
29 | | -- Enable mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details. |
| 36 | +- Enabled mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details. |
30 | 37 |
|
31 | 38 | ### Other Changes |
32 | 39 |
|
|
36 | 43 |
|
37 | 44 | ### Features Added |
38 | 45 |
|
39 | | -- Enable the model factory feature for model mocking, more information can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-mocking-factory-builder). |
| 46 | +- Enabled the model factory feature for model mocking, more information can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-mocking-factory-builder). |
40 | 47 | - Updated api-version to `2023-03-01-preview` |
41 | 48 | - Added operation Flush |
42 | 49 | - Added operation group SkusOperations |
@@ -117,4 +124,4 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur |
117 | 124 |
|
118 | 125 | This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues). |
119 | 126 |
|
120 | | -> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet). |
| 127 | +> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet). |
0 commit comments