This message was deleted.
# azure
s
This message was deleted.
You need the latest 1.13.0 of Pulumi nuget
👍 1
p
How would I set tags for all of my Azure resources within a resource group? Unfortunately, the Tags property is not a part of base class, but defined in each Azure ResourceArg.
t
Good question… I suspect you may have to resort to reflection for that.
p
Would you be open for having a Marker Interface like ITagResourceArg? If you like a can create a Github issue for that.
t
Our codegen doesn’t support anything like that at the moment. Also, not all Azure resources have tags, so it would have to actually inspect the type before adding the interface. Feel free to file an issue, but it’s not a simple change.
p
@tall-librarian-49374 Is there a possibility to have this functionality not only in the base class but also when using the lambda of Pulumi.Deployment.RunAsync()?