Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DSC template is failing due to Windows hotfix #3

Open
dwnatwick opened this issue Jul 6, 2022 · 1 comment
Open

DSC template is failing due to Windows hotfix #3

dwnatwick opened this issue Jul 6, 2022 · 1 comment

Comments

@dwnatwick
Copy link

VM extension is failing.

The issue seems to be related to a June 26 hotfix, that breaks DSC completely - the easy solution for now is explicitly pinpointing the version of the OS image to use, which would need to be one from May or April, like this:

[variables('imageOffer')]", "sku": "[variables('imageSKU')]", "version": "20348.643.220403"

There is an updated Windows Fix coming out on July 12th, which "should" fix this, but we are using this for labs that are failing currently.

@kelleyvice-msft
Copy link
Member

@dwnatwick, thanks for reaching out. Unfortunately, I no longer have a way to maintain or test these templates. If you would like to submit a PR with a tested fix, I would be glad to merge it. -Kelley

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants