Skip to content

Commit

Permalink
Bug: Fixed name of file and added new computedparams (#52)
Browse files Browse the repository at this point in the history
# Pull Request

## Issue

Issue #, #51 

## Description

Description of changes:
- Fixed the issue by adding in two new computed values to correlate to
each parameter
- Changed alz bicep config for the soon to be new release

Testing Evidence: 

![image](https://user-images.githubusercontent.com/30884663/234121560-c4e7dac7-bb9f-41a1-9404-fb7e89658a82.png)

## License

By submitting this pull request, I confirm that my contribution is made
under the terms of the projects associated license.
  • Loading branch information
oZakari authored Apr 24, 2023
1 parent d5a4b00 commit 2517105
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,18 @@
}
]
},
"HubNetworkName": {
"Type": "Computed",
"Value": [
"alz-hub-{%Location%}"
],
"Targets": [
{
"Name": "parHubNetworkName.value",
"Destination": "Parameters"
}
]
},
"VirtualIdToLink": {
"Type": "Computed",
"Value": "",
Expand All @@ -408,6 +420,18 @@
}
]
},
"AzFirewallName": {
"Type": "Computed",
"Value": [
"alz-azfw-{%Location%}"
],
"Targets": [
{
"Name": "parAzFirewallName.value",
"Destination": "Parameters"
}
]
},
"FirewallPoliciesName": {
"Type": "Computed",
"Value": "alz-azfwpolicy-{%Location%}",
Expand Down

0 comments on commit 2517105

Please sign in to comment.