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
Update automatic-vm-guest-patching.md - PowerShell command for enabling/updating VM is wrong, using "Get-AzVM" you get the VM Object in the $VirtualMachine variable, after that you can perform any PowerShell commands with the "-VM $VirtualMachine" parameter, like the Set-AzVM* or the Update-AzVM*.
Use the [Set-AzVMOperatingSystem](/powershell/module/az.compute/set-azvmoperatingsystem) and [Update-AzVM](/powershell/module/az.compute/update-azvm) cmdlet to enable automatic VM guest patching on an existing VM.
0 commit comments