fix script (#5644)

This commit is contained in:
Blake
2022-05-30 22:41:16 +01:00
committed by GitHub
parent f4e9588993
commit f61057f208

View File

@@ -286,7 +286,7 @@ Function GenerateResourcesAndImage {
$builderScriptPath = $builderScriptPath_temp
}
& $packerBinary build -on-error=$($OnError) `
& $packerBinary build -on-error="$($OnError)" `
-var "client_id=$($spClientId)" `
-var "client_secret=$($ServicePrincipalClientSecret)" `
-var "subscription_id=$($SubscriptionId)" `