You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azure Redis .Net SDK update for new api v2023-04-01 (Azure#36451)
* SDK and Tests generated.
* fix customized code
* All existing tests run with local app registration
* Update failing UTs
* Modified test with storage-subscription-id param.
* regen after merge
* Remove stale commentary
* Added changelogs and removed assertions.
* Update the version from the change log.
* Change log merged from latest main commit.
* Extra whitespace removed.
* Change log updated.
* fix
* test
* Fix DFE dependency
---------
Co-authored-by: ArcturusZhang <[email protected]>
Co-authored-by: Wei Hu <[email protected]>
Copy file name to clipboardExpand all lines: sdk/redis/Azure.ResourceManager.Redis/CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# Release History
2
2
3
-
## 1.2.0-beta.2 (Unreleased)
3
+
## 1.2.0 (2023-06-24)
4
4
5
5
### Features Added
6
6
7
-
### Breaking Changes
7
+
- Enable Persistence(aof/rdb) on storage account in a different subscription than the cache via Managed Identity Auth Type. RedisConfiguration has a new property storage-subscription-id.
8
8
9
9
### Bugs Fixed
10
10
11
-
### Other Changes
11
+
- Updated validation to ensure access to storage account while enabling persistence.
0 commit comments