Skip to content

Commit

Permalink
fix: Correct issue with invalid default value for bicep configs (#127)
Browse files Browse the repository at this point in the history
# 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.
  • Loading branch information
oZakari authored Jul 26, 2024
1 parent a6269d3 commit d1a6af8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ apply_approvers: "<email-address-list>"
create_branch_policies: "true"

# Starter Module Specific Variables
Prefix: "landing-zone"
Prefix: "alz"
Location: "<region>"
Environment: "live"
networkType: "hubNetworking"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ apply_approvers: "<email-address-list>"
create_branch_policies: "true"

# Starter Module Specific Variables
Prefix: "landing-zone"
Prefix: "alz"
Location: "<region>"
Environment: "live"
networkType: "hubNetworking"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ environment_name: "mgmt"
postfix_number: "1"

# Starter Module Specific Variables
Prefix: "landing-zone"
Prefix: "alz"
Location: "<region>"
Environment: "live"
networkType: "hubNetworking"
Expand Down

0 comments on commit d1a6af8

Please sign in to comment.