You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-InformationColored"Failed to download the release $releaseTag from the GitHub repository $repoOrgPlusRepo"-ForegroundColor Red -InformationAction Continue
Copy file name to clipboardExpand all lines: src/ALZ/Public/New-ALZEnvironment.ps1
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ function New-ALZEnvironment {
5
5
.DESCRIPTION
6
6
This function is used to deploy accelerators consisting or bootstrap and optionally starter modules. The accelerators are designed to simplify and speed up configuration of common Microsoft patterns, such as CI / CD for Azure Landing Zones.
7
7
.PARAMETERoutput
8
-
The target directory for the accelerator artefacts. Depending on the choice and type of accelerlerator, this may be an intermediate stage or the final result of the accelerator.
8
+
The target directory for the accelerator artifacts. Depending on the choice and type of accelerlerator, this may be an intermediate stage or the final result of the accelerator.
9
9
.PARAMETERiac
10
10
The type of infrastructure as code that the accelerator implements. For example bicep or terraform.
0 commit comments