Skip to content

Commit 16bbef6

Browse files
fix: Fixing WAF test (#3823)
## Description Fixing WAF test Fixes #3812 Fixes #3824 Closes #3812 Closes #3824 ## Pipeline Reference <!-- Insert your Pipeline Status Badge below --> | Pipeline | | -------- | | [![avm.res.cache.redis](https://github.com/hundredacres/bicep-registry-modules/actions/workflows/avm.res.cache.redis.yml/badge.svg?branch=fix%2Fissues%2F3812)](https://github.com/hundredacres/bicep-registry-modules/actions/workflows/avm.res.cache.redis.yml) | ## Type of Change <!-- Use the checkboxes [x] on the options that are relevant. --> - [ ] Update to CI Environment or utilities (Non-module affecting changes) - [x] Azure Verified Module updates: - [x] Bugfix containing backwards-compatible bug fixes, and I have NOT bumped the MAJOR or MINOR version in `version.json`: - [x] Someone has opened a bug report issue, and I have included "Closes #{bug_report_issue_number}" in the PR description. - [ ] The bug was found by the module author, and no one has opened an issue to report it yet. - [ ] Feature update backwards compatible feature updates, and I have bumped the MINOR version in `version.json`. - [ ] Breaking changes and I have bumped the MAJOR version in `version.json`. - [ ] Update to documentation ## Checklist - [x] I'm sure there are no other open Pull Requests for the same update/change - [x] I have run `Set-AVMModule` locally to generate the supporting module files. - [x] My corresponding pipelines / checks run clean and green without any errors or warnings <!-- Please keep up to date with the contribution guide at https://aka.ms/avm/contribute/bicep --> --------- Co-authored-by: Jack Tracey <[email protected]>
1 parent b7ee1d6 commit 16bbef6

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

avm/res/cache/redis/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,6 @@ module redis 'br/public:avm/res/cache/redis:<version>' = {
794794
workspaceResourceId: '<workspaceResourceId>'
795795
}
796796
]
797-
enableNonSslPort: true
798797
location: '<location>'
799798
lock: {
800799
kind: 'CanNotDelete'
@@ -876,9 +875,6 @@ module redis 'br/public:avm/res/cache/redis:<version>' = {
876875
}
877876
]
878877
},
879-
"enableNonSslPort": {
880-
"value": true
881-
},
882878
"location": {
883879
"value": "<location>"
884880
},
@@ -978,7 +974,6 @@ param diagnosticSettings = [
978974
workspaceResourceId: '<workspaceResourceId>'
979975
}
980976
]
981-
param enableNonSslPort = true
982977
param location = '<location>'
983978
param lock = {
984979
kind: 'CanNotDelete'

avm/res/cache/redis/linked-servers/main.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"metadata": {
66
"_generator": {
77
"name": "bicep",
8-
"version": "0.29.47.4906",
9-
"templateHash": "6993324639761594928"
8+
"version": "0.31.92.45157",
9+
"templateHash": "4764248912015671674"
1010
},
1111
"name": "Redis Cache Linked Servers",
1212
"description": "This module connects a primary and secondary Redis Cache together for geo-replication.",
@@ -98,4 +98,4 @@
9898
"value": "[resourceGroup().name]"
9999
}
100100
}
101-
}
101+
}

avm/res/cache/redis/tests/e2e/waf-aligned/main.test.bicep

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ module testDeployment '../../../main.bicep' = [
8181
workspaceResourceId: diagnosticDependencies.outputs.logAnalyticsWorkspaceResourceId
8282
}
8383
]
84-
enableNonSslPort: true
8584
lock: {
8685
kind: 'CanNotDelete'
8786
name: 'myCustomLockName'

0 commit comments

Comments
 (0)