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

snapshot_info module #1658

Open
Michandrz opened this issue Aug 1, 2024 · 1 comment · May be fixed by #1659
Open

snapshot_info module #1658

Michandrz opened this issue Aug 1, 2024 · 1 comment · May be fixed by #1659
Labels
has_pr PR fixes have been made medium_priority Medium priority new_module_pr Add new modules

Comments

@Michandrz
Copy link

SUMMARY

Info version of the snapshot module. To be able to pull information on snapshots without a change similar to the vm_info and disks_info etc.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

azure.azcollection.azure_rm_snapshot_info

ADDITIONAL INFORMATION

I am using it to identify information about snapshots.

- name: Load all Snapshots in RG
   azure.azcollection.azure_rm_snapshot_info:
   register: loaded_snapshot_info
 
- name: example
  debug:
    msg: make logical choices and verify states etc.
@Fred-sun Fred-sun linked a pull request Aug 1, 2024 that will close this issue
@Fred-sun Fred-sun added new_module_pr Add new modules has_pr PR fixes have been made medium_priority Medium priority labels Aug 1, 2024
@Fred-sun
Copy link
Collaborator

Fred-sun commented Aug 1, 2024

Added by #1659

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
has_pr PR fixes have been made medium_priority Medium priority new_module_pr Add new modules
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants