mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-01 12:40: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
|
@ -73,7 +73,7 @@ EXAMPLES = '''
|
|||
- name: Create a route
|
||||
azure_rm_route:
|
||||
name: foobar
|
||||
resource_group: Testing
|
||||
resource_group: myResourceGroup
|
||||
address_prefix: 10.1.0.0/16
|
||||
next_hop_type: virtual_network_gateway
|
||||
route_table_name: table
|
||||
|
@ -81,7 +81,7 @@ EXAMPLES = '''
|
|||
- name: Delete a route
|
||||
azure_rm_route:
|
||||
name: foobar
|
||||
resource_group: Testing
|
||||
resource_group: myResourceGroup
|
||||
route_table_name: table
|
||||
state: absent
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue