From 881dbcfda3a2eff38c549590d15344454109545a Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Tue, 9 Nov 2021 11:31:20 -0500 Subject: [PATCH] Fix typo in helpers/GenerateResourcesAndImage.ps1. (#4449) --- helpers/GenerateResourcesAndImage.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/GenerateResourcesAndImage.ps1 b/helpers/GenerateResourcesAndImage.ps1 index 517a983a..16d90e52 100644 --- a/helpers/GenerateResourcesAndImage.ps1 +++ b/helpers/GenerateResourcesAndImage.ps1 @@ -123,7 +123,7 @@ Function GenerateResourcesAndImage { [Parameter(Mandatory = $False)] [Switch] $Force, [Parameter(Mandatory = $False)] - [bool] $AllowBlobPublicAccess = $False, + [bool] $AllowBlobPublicAccess = $False ) $builderScriptPath = Get-PackerTemplatePath -RepositoryRoot $ImageGenerationRepositoryRoot -ImageType $ImageType