Skip to content
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

Merged
merged 5 commits into from
Feb 1, 2024

Conversation

jmighion
Copy link
Contributor

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
  • Bugfix Pull Request
COMPONENT NAME

azure_rm_appgateway

Copy link
Collaborator

@Fred-sun Fred-sun left a 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!

plugins/modules/azure_rm_appgateway.py Outdated Show resolved Hide resolved
@Fred-sun Fred-sun added medium_priority Medium priority work in In trying to solve, or in working with contributors labels Dec 13, 2023
@Fred-sun
Copy link
Collaborator

@jmighion small change request!

@Fred-sun Fred-sun added the question Further information is requested label Jan 19, 2024
@Fred-sun
Copy link
Collaborator

kindly ping!

Copy link
Collaborator

@Fred-sun Fred-sun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small change request!

plugins/modules/azure_rm_appgateway.py Outdated Show resolved Hide resolved
@Fred-sun Fred-sun added ready_for_review The PR has been modified and can be reviewed and merged and removed work in In trying to solve, or in working with contributors labels Jan 31, 2024
@xuzhang3
Copy link
Collaborator

xuzhang3 commented Feb 1, 2024

@jmighion LGTM 🚢

@xuzhang3 xuzhang3 merged commit e6b9f49 into ansible-collections:dev Feb 1, 2024
@jmighion jmighion deleted the azure_rm_appgateway_tags branch February 1, 2024 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium_priority Medium priority question Further information is requested ready_for_review The PR has been modified and can be reviewed and merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants