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
This issue was originally opened by @ppetrovgh in hashicorp/packer#12206 and has been migrated to this repository. The original issue description is below.
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
When filing a bug, please include the following headings if possible. Any
example text in this template can be deleted.
Overview of the Issue
When building a Windows server 2019 Datacenter Packer image at the end of the build it shows a false negative:
==> azure-arm: Failed to find temporary OS disk on VM. Please delete manually.
==> azure-arm:
==> azure-arm: VM Name: testvm
==> azure-arm: Error: %!s(
When searching for the temporary disk in Azure, it does not exist, it has been deleted, and the above error is invalid.
This issue was originally opened by @ppetrovgh in hashicorp/packer#12206 and has been migrated to this repository. The original issue description is below.
Community Note
When filing a bug, please include the following headings if possible. Any
example text in this template can be deleted.
Overview of the Issue
When building a Windows server 2019 Datacenter Packer image at the end of the build it shows a false negative:
==> azure-arm: Failed to find temporary OS disk on VM. Please delete manually.
==> azure-arm:
==> azure-arm: VM Name: testvm
==> azure-arm: Error: %!s(
When searching for the temporary disk in Azure, it does not exist, it has been deleted, and the above error is invalid.
Reproduction Steps
Packer version
Packer v1.8.4
Simplified Packer Template
Above template adjusted from the following example: https://learn.microsoft.com/en-us/azure/virtual-machines/windows/build-image-with-packer#define-packer-template
Operating system and Environment details
Ubuntu 20.04.5 LTS
The text was updated successfully, but these errors were encountered: