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
I am trying to tag a image version in Azure compute gallery
when i execute the below policy
policies:
- name: my-first-policy
description: |
Adds a tag to a virtual machines
resource: azure.image
filters:
- type: value
key: name
value: IF_Debian-9_azure_1.0.2
actions:
- type: tag
tag: Hello
value: World
it tags the image present in the images folder and not the one in the Azure compute gallery.
Is there a way to do this?
If yes then how?
If not then can you please add the provision to do so.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to tag a image version in Azure compute gallery
when i execute the below policy
policies:
- name: my-first-policy
description: |
Adds a tag to a virtual machines
resource: azure.image
filters:
- type: value
key: name
value: IF_Debian-9_azure_1.0.2
actions:
- type: tag
tag: Hello
value: World
it tags the image present in the images folder and not the one in the Azure compute gallery.
Is there a way to do this?
If yes then how?
If not then can you please add the provision to do so.
Beta Was this translation helpful? Give feedback.
All reactions