Add back last step comment
This commit is contained in:
parent
f793d219b2
commit
f81492ef9d
|
@ -260,7 +260,7 @@ Please refer to the Azure [examples](https://github.com/hashicorp/packer/tree/ma
|
|||
|
||||
### Windows
|
||||
|
||||
The following provisioner snippet shows how to sysprep a Windows VM. The code below will wait for sysprep to write the image status in the registry and will exit after that. The possible states, in case you want to wait for another state, [are documented here](https://technet.microsoft.com/en-us/library/hh824815.aspx)
|
||||
The following provisioner snippet shows how to sysprep a Windows VM. Deprovision should be the last operation executed by a build. The code below will wait for sysprep to write the image status in the registry and will exit after that. The possible states, in case you want to wait for another state, [are documented here](https://technet.microsoft.com/en-us/library/hh824815.aspx)
|
||||
|
||||
``` json
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue