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
{{ message }}
This repository was archived by the owner on Jun 17, 2024. It is now read-only.
Hi
The Azure Python SDK generalize() API for VirtualMachineOperations in Compute Client does not "sysprep" the VM. Instead, one must leverage the CustomerScriptsExtension to perform Sysprep on the VM before capturing its image. Curious what is the intended purpose of generalize API, and why it does not result in Sysprep of Windows VM?
Thanks