Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR sdk/resourcemanager/redis/armredis] Add ZonalAllocationPolicy property to the Redis Cache request, response - new stable API version: 2024-11-01 #11628

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions sdk/resourcemanager/redis/armredis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release History

## 3.3.0 (2024-10-21)
### Features Added

- New enum type `ZonalAllocationPolicy` with values `ZonalAllocationPolicyAutomatic`, `ZonalAllocationPolicyNoZones`, `ZonalAllocationPolicyUserDefined`
- New field `ZonalAllocationPolicy` in struct `CreateProperties`
- New field `ZonalAllocationPolicy` in struct `Properties`
- New field `ZonalAllocationPolicy` in struct `UpdateProperties`


## 3.2.0 (2024-07-25)
### Features Added

Expand Down
20 changes: 10 additions & 10 deletions sdk/resourcemanager/redis/armredis/accesspolicy_client.go

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

156 changes: 0 additions & 156 deletions sdk/resourcemanager/redis/armredis/accesspolicy_client_example_test.go

This file was deleted.

20 changes: 10 additions & 10 deletions sdk/resourcemanager/redis/armredis/accesspolicyassignment_client.go

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

Loading