-
Notifications
You must be signed in to change notification settings - Fork 334
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
add tags option to azure_rm_resource_info module #1498
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.
Minor change
Co-authored-by: Fred-sun <37327967+Fred-sun@users.noreply.github.com>
@Fred-sun thanks a lot fred for that help with null white space bytes and the tag option |
Co-authored-by: Fred-sun <37327967+Fred-sun@users.noreply.github.com>
@valkiriaaquatica The 'tags' parameter has a default value {}, the document does not! Thank you! |
Co-authored-by: Fred-sun <37327967+Fred-sun@users.noreply.github.com>
Co-authored-by: Fred-sun <37327967+Fred-sun@users.noreply.github.com>
Co-authored-by: Fred-sun <37327967+Fred-sun@users.noreply.github.com>
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.
last change!
Co-authored-by: Fred-sun <37327967+Fred-sun@users.noreply.github.com>
@valkiriaaquatica I will push for a merger as soon as possible. Thank you! |
@Fred-sun that's perfect :) and thank you for the reviews! |
…#1498) * add tag option * delete one nullbyte space Co-authored-by: Fred-sun <37327967+Fred-sun@users.noreply.github.com> * Update plugins/modules/azure_rm_resource_info.py Co-authored-by: Fred-sun <37327967+Fred-sun@users.noreply.github.com> * Update plugins/modules/azure_rm_resource_info.py Co-authored-by: Fred-sun <37327967+Fred-sun@users.noreply.github.com> * Update plugins/modules/azure_rm_resource_info.py Co-authored-by: Fred-sun <37327967+Fred-sun@users.noreply.github.com> * Update plugins/modules/azure_rm_resource_info.py Co-authored-by: Fred-sun <37327967+Fred-sun@users.noreply.github.com> * Update plugins/modules/azure_rm_resource_info.py Co-authored-by: Fred-sun <37327967+Fred-sun@users.noreply.github.com> --------- Co-authored-by: Fred-sun <37327967+Fred-sun@users.noreply.github.com>
SUMMARY
Add an option of tags to filter for one or more tags when getting differente resources. One or more tags can be added, and as default is use the "and" condition to search for multiple tags.
ISSUE TYPE
COMPONENT NAME
azure_rm_resource_info module
ADDITIONAL INFORMATION
Now the user can filter also by the tags of the resource
Before to get snapshots by tag enviroment and value dev
Now