Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
hundredacres committed Nov 23, 2024
2 parents e8e09ab + 8ee8adb commit 7683e36
Show file tree
Hide file tree
Showing 24 changed files with 670 additions and 600 deletions.
5 changes: 0 additions & 5 deletions avm/res/cache/redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,6 @@ module redis 'br/public:avm/res/cache/redis:<version>' = {
workspaceResourceId: '<workspaceResourceId>'
}
]
enableNonSslPort: true
location: '<location>'
lock: {
kind: 'CanNotDelete'
Expand Down Expand Up @@ -876,9 +875,6 @@ module redis 'br/public:avm/res/cache/redis:<version>' = {
}
]
},
"enableNonSslPort": {
"value": true
},
"location": {
"value": "<location>"
},
Expand Down Expand Up @@ -978,7 +974,6 @@ param diagnosticSettings = [
workspaceResourceId: '<workspaceResourceId>'
}
]
param enableNonSslPort = true
param location = '<location>'
param lock = {
kind: 'CanNotDelete'
Expand Down
6 changes: 3 additions & 3 deletions avm/res/cache/redis/linked-servers/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -98,4 +98,4 @@
"value": "[resourceGroup().name]"
}
}
}
}
1 change: 0 additions & 1 deletion avm/res/cache/redis/tests/e2e/waf-aligned/main.test.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ module testDeployment '../../../main.bicep' = [
workspaceResourceId: diagnosticDependencies.outputs.logAnalyticsWorkspaceResourceId
}
]
enableNonSslPort: true
lock: {
kind: 'CanNotDelete'
name: 'myCustomLockName'
Expand Down
Loading

0 comments on commit 7683e36

Please sign in to comment.