diff --git a/avm/res/cache/redis/README.md b/avm/res/cache/redis/README.md index d7c8c9c246..fbe23b06e1 100644 --- a/avm/res/cache/redis/README.md +++ b/avm/res/cache/redis/README.md @@ -794,7 +794,6 @@ module redis 'br/public:avm/res/cache/redis:' = { workspaceResourceId: '' } ] - enableNonSslPort: true location: '' lock: { kind: 'CanNotDelete' @@ -876,9 +875,6 @@ module redis 'br/public:avm/res/cache/redis:' = { } ] }, - "enableNonSslPort": { - "value": true - }, "location": { "value": "" }, @@ -978,7 +974,6 @@ param diagnosticSettings = [ workspaceResourceId: '' } ] -param enableNonSslPort = true param location = '' param lock = { kind: 'CanNotDelete' diff --git a/avm/res/cache/redis/linked-servers/main.json b/avm/res/cache/redis/linked-servers/main.json index 1352156fef..9c9e108d55 100644 --- a/avm/res/cache/redis/linked-servers/main.json +++ b/avm/res/cache/redis/linked-servers/main.json @@ -5,8 +5,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.29.47.4906", - "templateHash": "6993324639761594928" + "version": "0.31.92.45157", + "templateHash": "4764248912015671674" }, "name": "Redis Cache Linked Servers", "description": "This module connects a primary and secondary Redis Cache together for geo-replication.", @@ -98,4 +98,4 @@ "value": "[resourceGroup().name]" } } -} +} \ No newline at end of file diff --git a/avm/res/cache/redis/tests/e2e/waf-aligned/main.test.bicep b/avm/res/cache/redis/tests/e2e/waf-aligned/main.test.bicep index d9fa9d90a5..3cdc69ffdb 100644 --- a/avm/res/cache/redis/tests/e2e/waf-aligned/main.test.bicep +++ b/avm/res/cache/redis/tests/e2e/waf-aligned/main.test.bicep @@ -81,7 +81,6 @@ module testDeployment '../../../main.bicep' = [ workspaceResourceId: diagnosticDependencies.outputs.logAnalyticsWorkspaceResourceId } ] - enableNonSslPort: true lock: { kind: 'CanNotDelete' name: 'myCustomLockName'