Skip to content

Commit

Permalink
fix: Updating WAF test (Azure#3839)
Browse files Browse the repository at this point in the history
## Description
Updating WAF test

Fixes Azure#3801 
Closes Azure#3801


## Pipeline Reference

<!-- Insert your Pipeline Status Badge below -->

| Pipeline |
| -------- |
|
[![avm.ptn.network.hub-networking](https://github.com/hundredacres/bicep-registry-modules/actions/workflows/avm.ptn.network.hub-networking.yml/badge.svg?branch=fix%2Fissues%2F3801)](https://github.com/hundredacres/bicep-registry-modules/actions/workflows/avm.ptn.network.hub-networking.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 -->
  • Loading branch information
hundredacres authored Nov 25, 2024
1 parent 1e031e2 commit be90155
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions avm/ptn/network/hub-networking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ module hubNetworking 'br/public:avm/ptn/network/hub-networking:<version>' = {
publicIPAddressObject: {
name: 'hub1PublicIp'
}
threatIntelMode: 'Alert'
threatIntelMode: 'Deny'
zones: [
1
2
Expand Down Expand Up @@ -1008,7 +1008,7 @@ module hubNetworking 'br/public:avm/ptn/network/hub-networking:<version>' = {
"publicIPAddressObject": {
"name": "hub1PublicIp"
},
"threatIntelMode": "Alert",
"threatIntelMode": "Deny",
"zones": [
1,
2,
Expand Down Expand Up @@ -1111,7 +1111,7 @@ param hubVirtualNetworks = {
publicIPAddressObject: {
name: 'hub1PublicIp'
}
threatIntelMode: 'Alert'
threatIntelMode: 'Deny'
zones: [
1
2
Expand Down
16 changes: 8 additions & 8 deletions avm/ptn/network/hub-networking/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.30.3.12046",
"templateHash": "15226702818499942359"
"version": "0.31.92.45157",
"templateHash": "10817443316191820673"
},
"name": "Hub Networking",
"description": "This module is designed to simplify the creation of multi-region hub networks in Azure. It will create a number of virtual networks and subnets, and optionally peer them together in a mesh topology with routing.",
Expand Down Expand Up @@ -2345,8 +2345,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.30.3.12046",
"templateHash": "5568850224456572684"
"version": "0.31.92.45157",
"templateHash": "5407453106862679302"
},
"name": "Virtual Networks",
"description": "This module deploys a Virtual Network.",
Expand Down Expand Up @@ -6473,8 +6473,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.30.3.12046",
"templateHash": "16563975082451649304"
"version": "0.31.92.45157",
"templateHash": "16076301727176806098"
},
"name": "Existing Virtual Network Subnets",
"description": "This module retrieves an existing Virtual Network Subnet.",
Expand Down Expand Up @@ -6556,8 +6556,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.30.3.12046",
"templateHash": "10294962787410461549"
"version": "0.31.92.45157",
"templateHash": "3114934486774261221"
},
"name": "Virtual Network Subnets",
"description": "This module deploys a Virtual Network Subnet.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ module testDeployment '../../../main.bicep' = [
publicIPAddressObject: {
name: 'hub1PublicIp'
}
threatIntelMode: 'Alert'
threatIntelMode: 'Deny'
zones: [
1
2
Expand Down

0 comments on commit be90155

Please sign in to comment.