Skip to content

Commit

Permalink
Azure Redis .Net SDK update for new api v2023-08-01 (Azure#39230)
Browse files Browse the repository at this point in the history
* Update autorest.md file with latest swagger and allow model duplication

* Generate and upgrade sdk code

* Customize redis common configuration code to include aad-enabled

* Regenerate API file

* Customize redis common configuration code to include aad-enabled

* Mitigate breaking change

* Create empty test-resources.json

* Create FlushFunctionalTests.cs

* Update assets.json

* Add functional tests for aad (#2)

Adds functional tests for aad

* Update Channel Tests (#3)

* Oscarba/fix (#4)

* Update Channel Tests

* Update correct data type

* Push regenerated code

* UpdateChannelFix (#5)

* Update Channel Tests

* Update correct data type

* Update test

* Update tag for assets after push for recordings

* Address reviewer comments

* Update generatred code after mergin in main

* Update FTs for updated models

* Update AAD FT

* Update assets.json

* Update changelog

---------

Co-authored-by: Kanchan Joshi <[email protected]>
Co-authored-by: Austin Tolani <[email protected]>
Co-authored-by: Oscar Barbosa Aquino <[email protected]>
  • Loading branch information
4 people authored Dec 15, 2023
1 parent 0519b41 commit da78e04
Show file tree
Hide file tree
Showing 65 changed files with 5,005 additions and 218 deletions.
11 changes: 4 additions & 7 deletions sdk/redis/Azure.ResourceManager.Redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# Release History

## 1.3.0-beta.1 (Unreleased)
## 1.3.0-beta.1 (2023-12-15)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Adds support for using Microsoft Entra token-based authentication for your Azure Cache for Redis instance
- Adds support to choose an update channel
- Adds support the flush data operation to delete or flush all data in your cache

## 1.2.1 (2023-11-30)

Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sdk/redis/Azure.ResourceManager.Redis/assets.json
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/redis/Azure.ResourceManager.Redis",
"Tag": "net/redis/Azure.ResourceManager.Redis_40dabd49d3"
"Tag": "net/redis/Azure.ResourceManager.Redis_73d38d0d17"
}

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

Loading

0 comments on commit da78e04

Please sign in to comment.