You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The creation is current in our import processes, but not the byol build workflows.
An open issue that should get some attention in the next few weeks is replacing this logic with instead looking at the License's listed in metadata for the instance, so it positively looks for a pay-as-you-go license from windows-cloud project.
sysprep/activate_instance.ps1 will skip activation if the following folder exists:
if (Test-Path "$env:ProgramFiles\Google\Compute Engine\sysprep\byol_image") {
Write-Output 'Image imported into GCE via BYOL workflow, skipping GCE activation'
exit
}
However what process creates this path? We have tried various byol.wf.json and it always appears to try and activate with kms.windows.googlecloud.com
The text was updated successfully, but these errors were encountered: