From 4d8b16729b1cf8d3076e9ef13d304bc6298151cb Mon Sep 17 00:00:00 2001 From: Tim Lovell-Smith Date: Fri, 7 Jul 2023 09:57:43 -0700 Subject: [PATCH 1/2] Update redis.json Add a note explaining the lack of importance of public network access for VNET injected caches --- .../Microsoft.Cache/stable/2023-04-01/redis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/redis/resource-manager/Microsoft.Cache/stable/2023-04-01/redis.json b/specification/redis/resource-manager/Microsoft.Cache/stable/2023-04-01/redis.json index fd167cd8ea42..7f3108b346e4 100644 --- a/specification/redis/resource-manager/Microsoft.Cache/stable/2023-04-01/redis.json +++ b/specification/redis/resource-manager/Microsoft.Cache/stable/2023-04-01/redis.json @@ -2018,7 +2018,7 @@ } }, "publicNetworkAccess": { - "description": "Whether or not public endpoint access is allowed for this cache. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'", + "description": "Whether or not public endpoint access is allowed for this cache. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'. Note: this setting is important for caches with private endpoints; but has *no effect* on caches that are joined to, or injected into, a virtual network subnet.", "enum": [ "Enabled", "Disabled" From 14f64805a80f0e439945255e4034223305c5c901 Mon Sep 17 00:00:00 2001 From: Tim Lovell-Smith Date: Wed, 23 Aug 2023 08:25:46 -0700 Subject: [PATCH 2/2] Update specification/redis/resource-manager/Microsoft.Cache/stable/2023-04-01/redis.json Edits from flang-msft Co-authored-by: Langlois,FX <82607691+flang-msft@users.noreply.github.com> --- .../Microsoft.Cache/stable/2023-04-01/redis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/redis/resource-manager/Microsoft.Cache/stable/2023-04-01/redis.json b/specification/redis/resource-manager/Microsoft.Cache/stable/2023-04-01/redis.json index 7f3108b346e4..dc5df5d472e0 100644 --- a/specification/redis/resource-manager/Microsoft.Cache/stable/2023-04-01/redis.json +++ b/specification/redis/resource-manager/Microsoft.Cache/stable/2023-04-01/redis.json @@ -2018,7 +2018,7 @@ } }, "publicNetworkAccess": { - "description": "Whether or not public endpoint access is allowed for this cache. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'. Note: this setting is important for caches with private endpoints; but has *no effect* on caches that are joined to, or injected into, a virtual network subnet.", + "description": "Whether or not public endpoint access is allowed for this cache. Value is optional, but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'. Note: This setting is important for caches with private endpoints. It has *no effect* on caches that are joined to, or injected into, a virtual network subnet.", "enum": [ "Enabled", "Disabled"