Skip to content

Commit ce0862a

Browse files
author
SDKAuto
committed
CodeGen from PR 25517 in Azure/azure-rest-api-specs
Merge 35f8372749cbe9b1f69bde0eee3b0bc63c49c2c2 into 7e1c56e32d48749c12faa3b3e70ad0a0bfb27bcb
1 parent 80552e9 commit ce0862a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

schemas/2023-04-01/Microsoft.Cache.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@
518518
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
519519
}
520520
],
521-
"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'."
521+
"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."
522522
},
523523
"redisConfiguration": {
524524
"oneOf": [
@@ -647,6 +647,7 @@
647647
"properties": {
648648
"linkedRedisCacheId": {
649649
"type": "string",
650+
"format": "arm-id",
650651
"description": "Fully qualified resourceId of the linked redis cache."
651652
},
652653
"linkedRedisCacheLocation": {

0 commit comments

Comments
 (0)