Minor update
This commit is contained in:
@@ -26,13 +26,15 @@ $InstallPassword = [System.GUID]::NewGuid().ToString().ToUpper()
|
|||||||
|
|
||||||
packer validate -syntax-only $TemplatePath
|
packer validate -syntax-only $TemplatePath
|
||||||
|
|
||||||
$SensitiveData = @('OSType',
|
$SensitiveData = @(
|
||||||
'StorageAccountLocation',
|
'OSType',
|
||||||
'OSDiskUri',
|
'StorageAccountLocation',
|
||||||
'OSDiskUriReadOnlySas',
|
'OSDiskUri',
|
||||||
'TemplateUri',
|
'OSDiskUriReadOnlySas',
|
||||||
'TemplateUriReadOnlySas',
|
'TemplateUri',
|
||||||
': ->')
|
'TemplateUriReadOnlySas',
|
||||||
|
': ->'
|
||||||
|
)
|
||||||
|
|
||||||
Write-Host "Build $Image VM"
|
Write-Host "Build $Image VM"
|
||||||
packer build -var "capture_name_prefix=$ResourcesNamePrefix" `
|
packer build -var "capture_name_prefix=$ResourcesNamePrefix" `
|
||||||
|
|||||||
Reference in New Issue
Block a user