Skip to content

Commit 2517105

Browse files
authored
Bug: Fixed name of file and added new computedparams (#52)
# 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.
1 parent d5a4b00 commit 2517105

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/ALZ/Assets/alz-bicep-config/v0.14.1-pre.config.json renamed to src/ALZ/Assets/alz-bicep-config/v0.14.0.config.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,18 @@
388388
}
389389
]
390390
},
391+
"HubNetworkName": {
392+
"Type": "Computed",
393+
"Value": [
394+
"alz-hub-{%Location%}"
395+
],
396+
"Targets": [
397+
{
398+
"Name": "parHubNetworkName.value",
399+
"Destination": "Parameters"
400+
}
401+
]
402+
},
391403
"VirtualIdToLink": {
392404
"Type": "Computed",
393405
"Value": "",
@@ -408,6 +420,18 @@
408420
}
409421
]
410422
},
423+
"AzFirewallName": {
424+
"Type": "Computed",
425+
"Value": [
426+
"alz-azfw-{%Location%}"
427+
],
428+
"Targets": [
429+
{
430+
"Name": "parAzFirewallName.value",
431+
"Destination": "Parameters"
432+
}
433+
]
434+
},
411435
"FirewallPoliciesName": {
412436
"Type": "Computed",
413437
"Value": "alz-azfwpolicy-{%Location%}",

0 commit comments

Comments
 (0)