Skip to content

Commit

Permalink
Update redis.json (#24729)
Browse files Browse the repository at this point in the history
* Update redis.json

Add a note explaining the lack of importance of public network access for VNET injected caches

* Update specification/redis/resource-manager/Microsoft.Cache/stable/2023-04-01/redis.json

Edits from flang-msft

Co-authored-by: Langlois,FX <[email protected]>

---------

Co-authored-by: Langlois,FX <[email protected]>
  • Loading branch information
TimLovellSmith and flang-msft authored Aug 24, 2023
1 parent b646a42 commit 1ab919f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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. It has *no effect* on caches that are joined to, or injected into, a virtual network subnet.",
"enum": [
"Enabled",
"Disabled"
Expand Down

0 comments on commit 1ab919f

Please sign in to comment.