Skip to content

Commit

Permalink
Revert waf-aligned test to Standard tier
Browse files Browse the repository at this point in the history
  • Loading branch information
krbar committed Feb 24, 2024
1 parent bc7d263 commit b4bb7bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions avm/res/network/firewall-policy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ module firewallPolicy 'br/public:avm/res/network/firewall-policy:<version>' = {
Role: 'DeploymentValidation'
}
threatIntelMode: 'Deny'
tier: 'Basic'
}
}
```
Expand Down Expand Up @@ -387,9 +386,6 @@ module firewallPolicy 'br/public:avm/res/network/firewall-policy:<version>' = {
},
"threatIntelMode": {
"value": "Deny"
},
"tier": {
"value": "Basic"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ module testDeployment '../../../main.bicep' = [for iteration in [ 'init', 'idem'
params: {
name: '${namePrefix}${serviceShort}001'
location: resourceLocation
tier: 'Basic'
ruleCollectionGroups: [
{
name: '${namePrefix}-rule-001'
Expand Down

0 comments on commit b4bb7bd

Please sign in to comment.