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