Closed
Description
Extension name (the extension in question)
"extensionType": "whl",
"name": "image-copy-extension",
"version": "0.0.5"
Description of issue (in as much detail as possible)
Dear all,
I just write a shell based automation script to copy images from a source region in multiple target regions. I would like to change the existing tags of the source image for the target images.
I just think about to tag the target images later on, but that´s also not supported with the az cli.
Does someone know a workaround? Or it´s planned to implement tags for the extension?
Because the workaround which I use for now is like:
- Create managed disk and source image
- Create all target images with tags in the source region
- Copy the target images from the source region and delete the temporary images in the source region
In addition, I don´t want to use powershell scipts because all our automations are based on Perl or shell.
Regards Sandro
Activity