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

Azure VM Image Builder fails when using argument 'LGPO' as part of Optimizations parameter #221

Closed
andhri opened this issue Sep 18, 2024 · 3 comments

Comments

@andhri
Copy link

andhri commented Sep 18, 2024

The documentation needs to be updated from accepting 'LGPO' as argument to 'LocalPolicy'.

image

@emaestrelli
Copy link
Contributor

If you want to implement that you have to modify the line 557 of "Windows_VDOT.ps1" with:

If ($Optimizations -contains "LocalPolicy" -or $Optimizations -contains "All")

Then you can use the ".\Windows_VDOT.ps1 -Optimizations LocalPolicy –Verbose"

@jbass222
Copy link

Same issue as first reported in this thread. Any hope of a fix soon?

@tmmuessig
Copy link
Contributor

This is fixed with #222 . LGPO is no longer supported and LocalPolicy is utilized moving forward.

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

4 participants