-
Notifications
You must be signed in to change notification settings - Fork 336
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
New module: azure_rm_adgroup #423
New module: azure_rm_adgroup #423
Conversation
remove metadata block
remove metadata block
@haiyuazhang The requested changes have been made |
Co-authored-by: Fred-sun <[email protected]>
@Fred-sun The metaclass line was added as suggested |
@coleneubauer Do you execute your tests/integration/the targets/azure_rm_adgroup/tasks/main.yml? Can you share your test results? Thank you very much! |
Co-authored-by: Fred-sun <[email protected]>
@Fred-sun The tests were updated as suggested. I don't know how to execute the tests directly. I could not find in documentation how this was done and made the assumption this was intentional. What I do for the tests is copy the test to a local playbook, write a task at the top defining existing vars, and run the playbook. When I do it this way the results are that all the tasks pass. |
@haiyuazhang |
2281f46
to
8dfc8ed
Compare
Co-authored-by: Fred-sun <[email protected]>
Co-authored-by: Fred-sun <[email protected]>
Co-authored-by: Fred-sun <[email protected]>
Co-authored-by: Fred-sun <[email protected]>
Co-authored-by: Fred-sun <[email protected]>
Co-authored-by: Fred-sun <[email protected]>
Co-authored-by: Fred-sun <[email protected]>
Co-authored-by: Fred-sun <[email protected]>
Co-authored-by: Fred-sun <[email protected]>
Co-authored-by: Fred-sun <[email protected]>
Co-authored-by: Fred-sun <[email protected]>
@Fred-sun @haiyuazhang Didn't think about the examples. Committed the suggestions and checked to make sure none were missed. Should be ready. |
@coleneubauer Thanks for your udpate! I will re-check it! |
Co-authored-by: Fred-sun <[email protected]>
@Fred-sun Committed your latest suggestion, should be ready for another review. |
Co-authored-by: Fred-sun <[email protected]>
@Fred-sun committed the update to the tenant |
When do you have plan to release it? |
Hi @coleneubauer, Copied azure_rm_adgroup.py and azure_rm_adgroup_info.py under plugins/modules/ Now if I execute the playbook getting error -
Sample playbook -
Am I missing any steps? Can you please help? |
SUMMARY
Addition of modules to read and modify azure ad groups.
ISSUE TYPE
COMPONENT NAME
azure_rm_adgroup
azure_rm_adgroup_info
ADDITIONAL INFORMATION
The changes allow a user to look up and modify ad groups. You can look up or modify using the object_id or a group's display_name and mail_nickname. Some of the actions now available through these modules are creating a group, deleting a group, modifying a group's owners, modifying a group's members, and getting a group's information.
Below are various examples that can be new be used by a user. None of these were available previously.