Skip to content

Commit

Permalink
redis: adding the missing notify-keyspace-events value (#22407)
Browse files Browse the repository at this point in the history
* redis: adding the missing `notify-keyspace-events` value

This can be defined via the additionalProperties in the Track1 SDK, but should be defined explicitly since it's included in the description

* redis: updating the description per PR review

* redis: adding `notify-keyspace-events` to API Versions `2023-05-01-preview` and `2023-08-01`
  • Loading branch information
tombuildsstuff authored Apr 24, 2024
1 parent 754d96a commit 5a50789
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2216,6 +2216,10 @@
"description": "The max clients config",
"readOnly": true
},
"notify-keyspace-events": {
"type": "string",
"description": "The keyspace events which should be monitored."
},
"preferred-data-archive-auth-method": {
"type": "string",
"description": "Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1933,6 +1933,10 @@
"description": "The max clients config",
"readOnly": true
},
"notify-keyspace-events": {
"type": "string",
"description": "The keyspace events which should be monitored."
},
"preferred-data-archive-auth-method": {
"type": "string",
"description": "Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1947,6 +1947,10 @@
"description": "The max clients config",
"readOnly": true
},
"notify-keyspace-events": {
"type": "string",
"description": "The keyspace events which should be monitored."
},
"preferred-data-archive-auth-method": {
"type": "string",
"description": "Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1947,6 +1947,10 @@
"description": "The max clients config",
"readOnly": true
},
"notify-keyspace-events": {
"type": "string",
"description": "The keyspace events which should be monitored."
},
"preferred-data-archive-auth-method": {
"type": "string",
"description": "Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2286,6 +2286,10 @@
"description": "The max clients config",
"readOnly": true
},
"notify-keyspace-events": {
"type": "string",
"description": "The keyspace events which should be monitored."
},
"preferred-data-archive-auth-method": {
"type": "string",
"description": "Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS",
Expand Down

0 comments on commit 5a50789

Please sign in to comment.