From 0713a66bb3f14ac01e789eefffc53db41de831c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A5le=20Johnsen?= <98233333+stalejohnsen@users.noreply.github.com> Date: Sat, 28 Oct 2023 03:03:32 +0200 Subject: [PATCH] Accelerator.md fix parameter and version (#670) --- docs/wiki/Accelerator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki/Accelerator.md b/docs/wiki/Accelerator.md index 41ef5b3bf..249a4f5bd 100644 --- a/docs/wiki/Accelerator.md +++ b/docs/wiki/Accelerator.md @@ -222,7 +222,7 @@ With the ALZ Accelerator framework, we have designed the pipelines and directory Here is an example of using the cmdlet to pull down version v0.16.5: ```powershell - Get-ALZGithubRelease -githubRepoUrl "https://github.com/Azure/ALZ-Bicep" -releases "v0.16.5" -directoryForReleases "C:\Repos\ALZ\accelerator\upstream-releases\" + Get-ALZGithubRelease -githubRepoUrl "https://github.com/Azure/ALZ-Bicep" -release "v0.16.6" -directoryForReleases "C:\Repos\ALZ\accelerator\upstream-releases\" ``` 1. Once the ALZ Bicep release has been downloaded, you will need to update `upstream-releases-version` within the environment variables file (.env) with the version number of the release that you just downloaded. For example, if you downloaded v0.16.5, you would update the file with the following: