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 facts for Azure HDINsight cluster #55124

Merged
merged 3 commits into from
Apr 11, 2019

Conversation

zikalino
Copy link
Contributor

SUMMARY

Adding missing facts module

ISSUE TYPE
  • New Module Pull Request
COMPONENT NAME

azure_rm_hdinsightcluster_facts

ADDITIONAL INFORMATION

self.results['clusters'] = self.get()
elif self.resource_group is not None:
self.results['clusters'] = self.list_all()
return self.results
Copy link
Contributor

Choose a reason for hiding this comment

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

what if else? return hdinsight in current subs?

Copy link
Contributor

Choose a reason for hiding this comment

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

seems by resource group you should be list_by_resource_group() else list_all()

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok, fixed now

@ansibot
Copy link
Contributor

ansibot commented Apr 11, 2019

@ansibot ansibot added affects_2.8 This issue/PR affects Ansible v2.8 azure cloud community_review In order to be merged, this PR must follow the community review workflow. module This issue/PR relates to a module. new_module This PR includes a new module. new_plugin This PR includes a new plugin. support:community This issue/PR relates to code supported by the Ansible community. labels Apr 11, 2019
@zikalino zikalino merged commit 5145473 into ansible:devel Apr 11, 2019
@zikalino zikalino deleted the adding-hdinsightcluster-facts branch April 11, 2019 07:08
@ansible ansible locked and limited conversation to collaborators Jul 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.8 This issue/PR affects Ansible v2.8 azure cloud community_review In order to be merged, this PR must follow the community review workflow. module This issue/PR relates to a module. new_module This PR includes a new module. new_plugin This PR includes a new plugin. support:community This issue/PR relates to code supported by the Ansible community.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants