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] redis: adding the missing notify-keyspace-events value #9618

Closed
Closed
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
6 changes: 6 additions & 0 deletions sdk/resourcemanager/redis/armredis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 3.2.0 (2024-04-16)
### Features Added

- New field `NotifyKeyspaceEvents` in struct `CommonPropertiesRedisConfiguration`


## 3.1.0 (2023-11-24)
### Features Added

Expand Down
2 changes: 1 addition & 1 deletion sdk/resourcemanager/redis/armredis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ clientFactory, err := armredis.NewClientFactory(<subscription ID>, cred, &option
A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.

```go
client := clientFactory.NewClient()
client := clientFactory.NewAccessPolicyAssignmentClient()
```

## Fakes
Expand Down
156 changes: 0 additions & 156 deletions sdk/resourcemanager/redis/armredis/accesspolicy_client_example_test.go

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 3 additions & 4 deletions sdk/resourcemanager/redis/armredis/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/20312e2b31df58f0ea7560e87062d62aa92f0a14/specification/redis/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/20312e2b31df58f0ea7560e87062d62aa92f0a14/specification/redis/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/redis/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/redis/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 3.1.0
tag: package-2023-08
module-version: 3.2.0
```
Loading