-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding tags to the azure_rm_appgateway module. #1373
Adding tags to the azure_rm_appgateway module. #1373
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jmighion There is no need to define 'tags' specifically here, because it will inherit 'aze.azcollection.azure_tags'. Thank you!
@jmighion small change request! |
kindly ping! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small change request!
@jmighion LGTM 🚢 |
SUMMARY
The azure_rm_appgateway module looks like it was intended to use tags because of the
supports_tags=True
flag for AzureRMModuleBase, but it seems like they were just missed. I'm adding them in so when using this module the tags get set on the resource in Azure. I have confirmed create and update (deleting tags) works. There doesn't seem to be an existing issue for this yet.ISSUE TYPE
COMPONENT NAME
azure_rm_appgateway