diff --git a/specification/redis/resource-manager/Microsoft.Cache/preview/2023-05-01-preview/redis.json b/specification/redis/resource-manager/Microsoft.Cache/preview/2023-05-01-preview/redis.json index 64f46ff3c6f8..de4758f38ef3 100644 --- a/specification/redis/resource-manager/Microsoft.Cache/preview/2023-05-01-preview/redis.json +++ b/specification/redis/resource-manager/Microsoft.Cache/preview/2023-05-01-preview/redis.json @@ -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", diff --git a/specification/redis/resource-manager/Microsoft.Cache/stable/2021-06-01/redis.json b/specification/redis/resource-manager/Microsoft.Cache/stable/2021-06-01/redis.json index dab2bcce4230..3c5ba1edf739 100644 --- a/specification/redis/resource-manager/Microsoft.Cache/stable/2021-06-01/redis.json +++ b/specification/redis/resource-manager/Microsoft.Cache/stable/2021-06-01/redis.json @@ -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", diff --git a/specification/redis/resource-manager/Microsoft.Cache/stable/2022-05-01/redis.json b/specification/redis/resource-manager/Microsoft.Cache/stable/2022-05-01/redis.json index 021f182cf121..b2614cdfbaa9 100644 --- a/specification/redis/resource-manager/Microsoft.Cache/stable/2022-05-01/redis.json +++ b/specification/redis/resource-manager/Microsoft.Cache/stable/2022-05-01/redis.json @@ -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", diff --git a/specification/redis/resource-manager/Microsoft.Cache/stable/2022-06-01/redis.json b/specification/redis/resource-manager/Microsoft.Cache/stable/2022-06-01/redis.json index 94e5eeb9a209..21e0cd459449 100644 --- a/specification/redis/resource-manager/Microsoft.Cache/stable/2022-06-01/redis.json +++ b/specification/redis/resource-manager/Microsoft.Cache/stable/2022-06-01/redis.json @@ -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", diff --git a/specification/redis/resource-manager/Microsoft.Cache/stable/2023-08-01/redis.json b/specification/redis/resource-manager/Microsoft.Cache/stable/2023-08-01/redis.json index f6e928bdb6c0..4c6dc6d5b471 100644 --- a/specification/redis/resource-manager/Microsoft.Cache/stable/2023-08-01/redis.json +++ b/specification/redis/resource-manager/Microsoft.Cache/stable/2023-08-01/redis.json @@ -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",