hashicorp / packer-plugin-azure

Packer plugin for Azure Virtual Machine Image Builders
https://www.packer.io/docs/builders/azure
Mozilla Public License 2.0
51 stars 80 forks source link

fix: Delete Conflicting Gallery Image Versions when force flag is set #397

Closed JenGoldstrich closed 6 months ago

JenGoldstrich commented 6 months ago

This PR adds a delete call when the force flag is set when publishing to a a Shared Image Gallery (otherwise known as a Compute Gallery)

Closes #392