mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
improving consistency of azure examples/documentation - 2 (#52572)
* normalizing azure example naming conventions - 2
This commit is contained in:
parent
220d0cb16b
commit
9b5514928a
33 changed files with 91 additions and 87 deletions
|
@ -102,14 +102,14 @@ author:
|
|||
EXAMPLES = '''
|
||||
- name: Create a public ip address
|
||||
azure_rm_publicipaddress:
|
||||
resource_group: testing
|
||||
resource_group: myResourceGroup
|
||||
name: my_public_ip
|
||||
allocation_method: static
|
||||
domain_name: foobar
|
||||
|
||||
- name: Delete public ip
|
||||
azure_rm_publicipaddress:
|
||||
resource_group: testing
|
||||
resource_group: myResourceGroup
|
||||
name: my_public_ip
|
||||
state: absent
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue