Skip to content

az copy image extension doesn´t support tags #134

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:

  1. Create managed disk and source image
  2. Create all target images with tags in the source region
  3. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions