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.
Added a replaceFiles switch parameter to the New-ALZEnvironmentBicep function and included logic to conditionally overwrite the configuration directory based on this parameter in src/ALZ/Private/Legacy-Bicep/New-ALZEnvironmentBicep.ps1[1][2].
Corrected a typo in the Get-GithubRelease function to change "over-writing" to "overwriting" in src/ALZ/Private/Shared/Get-GithubRelease.ps1.
Removed unnecessary whitespace and adjusted variable initialization in the New-ALZEnvironment function in src/ALZ/Public/New-ALZEnvironment.ps1[1][2][3].
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-Item
commands to specifyItemType
for 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-Item
commands to specifyItemType
for 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-Item
commands to specifyItemType
for 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:
replaceFiles
switch parameter to theNew-ALZEnvironmentBicep
function and included logic to conditionally overwrite the configuration directory based on this parameter insrc/ALZ/Private/Legacy-Bicep/New-ALZEnvironmentBicep.ps1
[1] [2].Get-GithubRelease
function to change "over-writing" to "overwriting" insrc/ALZ/Private/Shared/Get-GithubRelease.ps1
.New-ALZEnvironment
function insrc/ALZ/Public/New-ALZEnvironment.ps1
[1] [2] [3].Issue
Fixes #129 Fixes https://github.com/Azure/ALZ-Bicep/issues/813 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.