Skip to content

Commit d1a6af8

Browse files
authored
fix: Correct issue with invalid default value for bicep configs (#127)
# Pull Request ## Issue Fixes #126 ## Description This pull request includes changes to three configuration files: `inputs-azure-devops-bicep.yaml`, `inputs-github-bicep.yaml`, and `inputs-local-bicep.yaml`. The changes are all similar, adjusting the `Prefix` value from "landing-zone" to "alz". * [`docs/wiki/examples/powershell-inputs/inputs-azure-devops-bicep.yaml`](diffhunk://#diff-8ef51d276f1cb7be09e2f79aede3dbdee2557ca16dbfa2b61033ce601a45cc1dL37-R37): The `Prefix` value has been updated from "landing-zone" to "alz". * [`docs/wiki/examples/powershell-inputs/inputs-github-bicep.yaml`](diffhunk://#diff-cd6e5c8c79a918b84fb1e835f52347eff7178a1714ead3c3461456520e591661L34-R34): The `Prefix` value has been updated from "landing-zone" to "alz". * [`docs/wiki/examples/powershell-inputs/inputs-local-bicep.yaml`](diffhunk://#diff-65912a94d046c77ca3c2a1314287cacefe507416b10971980a0161e8a9196b94L27-R27): The `Prefix` value has been updated from "landing-zone" to "alz". ## License By submitting this pull request, I confirm that my contribution is made under the terms of the projects associated license.
1 parent a6269d3 commit d1a6af8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/wiki/examples/powershell-inputs/inputs-azure-devops-bicep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ apply_approvers: "<email-address-list>"
3434
create_branch_policies: "true"
3535

3636
# Starter Module Specific Variables
37-
Prefix: "landing-zone"
37+
Prefix: "alz"
3838
Location: "<region>"
3939
Environment: "live"
4040
networkType: "hubNetworking"

docs/wiki/examples/powershell-inputs/inputs-github-bicep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ apply_approvers: "<email-address-list>"
3131
create_branch_policies: "true"
3232

3333
# Starter Module Specific Variables
34-
Prefix: "landing-zone"
34+
Prefix: "alz"
3535
Location: "<region>"
3636
Environment: "live"
3737
networkType: "hubNetworking"

docs/wiki/examples/powershell-inputs/inputs-local-bicep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ environment_name: "mgmt"
2424
postfix_number: "1"
2525

2626
# Starter Module Specific Variables
27-
Prefix: "landing-zone"
27+
Prefix: "alz"
2828
Location: "<region>"
2929
Environment: "live"
3030
networkType: "hubNetworking"

0 commit comments

Comments
 (0)