YannickRe / azuredevops-buildagents

Generate self-hosted build agents for Azure DevOps, just like Microsoft does.
MIT License
153 stars 90 forks source link

" azure-arm.image: IMAGE_STATE_UNDEPLOYABLE'' error. Sysprep workaround needs to be updated. #73

Closed erik-de-bont closed 10 months ago

erik-de-bont commented 10 months ago

The workaround 'Workaround for issue: https://github.com/actions/runner-images/discussions/6251' needs to be updated, since tag "ExcludeMdeAutoProvisioning": "True" is not applied correctly. This causes sysprep to fail (see workaround)

image

I will work on an update of the workaround to fix this.

erik-de-bont commented 10 months ago

Just created a pull request with code to fix this issue.

YannickRe commented 10 months ago

The changes made by @erik-de-bont have been merged into main. Thanks!