Skip to content

Commit

Permalink
Redis enterprise .net SDK for new API version 2024-09-01-preview (Azu…
Browse files Browse the repository at this point in the history
  • Loading branch information
priyankarking authored Sep 23, 2024
1 parent 2606391 commit d60123c
Show file tree
Hide file tree
Showing 100 changed files with 7,171 additions and 444 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,27 @@
# Release History

## 1.2.0-beta.1 (Unreleased)
## 1.2.0-beta.1 (2024-09-25)

### Features Added

### Breaking Changes

### Bugs Fixed
- 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.
- Adds support for using Microsoft Entra token-based authentication.
- Cluster has new properties: highAvailability and redundancyMode.
- New product SKUs added.
- Database has new properties: redisVersion, deferUpgrade and accessKeysAuthentication.
- Added `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.
- Added experimental Bicep serialization.

### Other Changes

- Upgraded Azure.Core from 1.37.0 to 1.43.0
- Upgraded Azure.ResourceManager from 1.10.1 to 1.13.0

## 1.1.0 (2024-02-20)

### Features Added

- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
- Enabled the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
- 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

### Other Changes
Expand All @@ -26,7 +33,7 @@

### Features Added

- Enable mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details.
- Enabled mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details.

### Other Changes

Expand All @@ -36,7 +43,7 @@

### Features Added

- 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).
- 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).
- Updated api-version to `2023-03-01-preview`
- Added operation Flush
- Added operation group SkusOperations
Expand Down Expand Up @@ -117,4 +124,4 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur

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).

> 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).
> 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).

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/redisenterprise/Azure.ResourceManager.RedisEnterprise",
"Tag": ""
"Tag": "net/redisenterprise/Azure.ResourceManager.RedisEnterprise_745b6dbdda"
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d60123c

Please sign in to comment.