Fix typo in helpers/GenerateResourcesAndImage.ps1. (#4449)
This commit is contained in:
@@ -123,7 +123,7 @@ Function GenerateResourcesAndImage {
|
|||||||
[Parameter(Mandatory = $False)]
|
[Parameter(Mandatory = $False)]
|
||||||
[Switch] $Force,
|
[Switch] $Force,
|
||||||
[Parameter(Mandatory = $False)]
|
[Parameter(Mandatory = $False)]
|
||||||
[bool] $AllowBlobPublicAccess = $False,
|
[bool] $AllowBlobPublicAccess = $False
|
||||||
)
|
)
|
||||||
|
|
||||||
$builderScriptPath = Get-PackerTemplatePath -RepositoryRoot $ImageGenerationRepositoryRoot -ImageType $ImageType
|
$builderScriptPath = Get-PackerTemplatePath -RepositoryRoot $ImageGenerationRepositoryRoot -ImageType $ImageType
|
||||||
|
|||||||
Reference in New Issue
Block a user