-
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
New module: azure_rm_ipgroup #528
Conversation
* class are worngly named. fixed. * fixing sanity errors.
2281f46
to
8dfc8ed
Compare
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.
@techcon65 It will better to add check mode test for "azure/tests/integration/targets/azure_rm_ipgroup/tasks/main.yml"
- name: Create IP group (check mode)
azure_rm_ipgroup:
resource_group: "{{ resource_group }}"
name: "{{ group_name }}"
location: eastus
ip_addresses:
- 13.64.39.16/32
- 40.74.146.80/31
- 40.74.147.32/28
tags:
key1: "value1"
state: present
check_mode: yes
Sure @Fred-sun Added check_mode test as suggested and tested it locally! Working as expected. Thank you very much! |
SUMMARY
This module supports following operations for IP Group resource -
ISSUE TYPE
COMPONENT NAME
azure_rm_ipgroup
azure_rm_ipgroup_info
ADDITIONAL INFORMATION
https://docs.microsoft.com/en-us/rest/api/virtualnetwork/ipgroups