Fix typo in helpers/GenerateResourcesAndImage.ps1. (#4449)

This commit is contained in:
Bob Arnson
2021-11-09 11:31:20 -05:00
committed by GitHub
parent 58ce149ebf
commit 881dbcfda3

View File

@@ -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