Fix logic for Bicep legacy upgrades/creation and wiki #133
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request
This pull request includes several updates to the documentation and PowerShell scripts to improve clarity and functionality. The most important changes are grouped into documentation updates and PowerShell script improvements.
Documentation Updates:
New-Itemcommands to specifyItemTypefor both files and directories indocs/wiki/[User-Guide]-Quick-Start-Phase-2-Azure-DevOps.md(docs/wiki/[User-Guide]-Quick-Start-Phase-2-Azure-DevOps.mdL16-R23, docs/wiki/[User-Guide]-Quick-Start-Phase-2-Azure-DevOps.mdL92-R99).New-Itemcommands to specifyItemTypefor both files and directories indocs/wiki/[User-Guide]-Quick-Start-Phase-2-GitHub.md(docs/wiki/[User-Guide]-Quick-Start-Phase-2-GitHub.mdL16-R21, docs/wiki/[User-Guide]-Quick-Start-Phase-2-GitHub.mdL84-R89).New-Itemcommands to specifyItemTypefor both files and directories indocs/wiki/[User-Guide]-Quick-Start-Phase-2-Local.md(docs/wiki/[User-Guide]-Quick-Start-Phase-2-Local.mdL16-R21, docs/wiki/[User-Guide]-Quick-Start-Phase-2-Local.mdL77-R84).PowerShell Script Improvements:
replaceFilesswitch parameter to theNew-ALZEnvironmentBicepfunction and included logic to conditionally overwrite the configuration directory based on this parameter insrc/ALZ/Private/Legacy-Bicep/New-ALZEnvironmentBicep.ps1[1] [2].Get-GithubReleasefunction to change "over-writing" to "overwriting" insrc/ALZ/Private/Shared/Get-GithubRelease.ps1.New-ALZEnvironmentfunction insrc/ALZ/Public/New-ALZEnvironment.ps1[1] [2] [3].Issue
Fixes Azure/Azure-Landing-Zones#2509
Fixes Azure/Azure-Landing-Zones#2654
Fixes AB
Description of changes:
License
By submitting this pull request, I confirm that my contribution is made under the terms of the projects associated license.