From b3524ba01ffc99460bf79a241a0ff5fe1446b179 Mon Sep 17 00:00:00 2001 From: Praveen Date: Wed, 24 Aug 2022 01:50:26 +0530 Subject: [PATCH 1/2] adding documentation for rdb-backup-frequency --- .../Microsoft.Cache/stable/2022-05-01/redis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 642bceb34615..9ea40e43d9f1 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 @@ -1898,7 +1898,7 @@ }, "rdb-backup-frequency": { "type": "string", - "description": "Specifies the frequency for creating rdb backup" + "description": "Specifies the frequency for creating rdb backup. Valid values: (15, 30, 60, 360, 720, 1440)" }, "rdb-backup-max-snapshot-count": { "type": "string", From ef204b4833ad3c434636173416347c9cfa17c8fd Mon Sep 17 00:00:00 2001 From: Praveen Date: Mon, 29 Aug 2022 15:15:18 +0530 Subject: [PATCH 2/2] making change based on review feedback. --- .../Microsoft.Cache/stable/2022-05-01/redis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9ea40e43d9f1..ebc58196c280 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 @@ -1898,7 +1898,7 @@ }, "rdb-backup-frequency": { "type": "string", - "description": "Specifies the frequency for creating rdb backup. Valid values: (15, 30, 60, 360, 720, 1440)" + "description": "Specifies the frequency for creating rdb backup in minutes. Valid values: (15, 30, 60, 360, 720, 1440)" }, "rdb-backup-max-snapshot-count": { "type": "string",