We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4a997 commit e2166f0Copy full SHA for e2166f0
helpers/GenerateResourcesAndImage.ps1
@@ -278,7 +278,7 @@ Function GenerateResourcesAndImage {
278
$builderScriptPath_temp = $builderScriptPath.Replace(".json", "-temp.json")
279
$packer_script = Get-Content -Path $builderScriptPath | ConvertFrom-Json
280
$packer_script.builders | Add-Member -Name "azure_tags" -Value $Tags -MemberType NoteProperty
281
- $packer_script | ConvertTo-Json -Depth 3 | Out-File $builderScriptPath_temp
+ $packer_script | ConvertTo-Json -Depth 3 | Out-File -Encoding Ascii $builderScriptPath_temp
282
$builderScriptPath = $builderScriptPath_temp
283
}
284
0 commit comments