Skip to content

Commit 9b2aa2a

Browse files
Bug: Amended network params (#59)
1 parent 21d2e04 commit 9b2aa2a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/ALZ/Assets/alz-bicep-config/v0.14.0.config.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -390,9 +390,7 @@
390390
},
391391
"HubNetworkName": {
392392
"Type": "Computed",
393-
"Value": [
394-
"alz-hub-{%Location%}"
395-
],
393+
"Value": "alz-hub-{%Location%}",
396394
"Targets": [
397395
{
398396
"Name": "parHubNetworkName.value",
@@ -422,9 +420,7 @@
422420
},
423421
"AzFirewallName": {
424422
"Type": "Computed",
425-
"Value": [
426-
"alz-azfw-{%Location%}"
427-
],
423+
"Value": "alz-azfw-{%Location%}",
428424
"Targets": [
429425
{
430426
"Name": "parAzFirewallName.value",

0 commit comments

Comments
 (0)