improving consistency of azure examples/documentation - 2 (#52572)

* normalizing azure example naming conventions - 2
This commit is contained in:
Zim Kalinowski 2019-02-20 21:39:41 +08:00 committed by Alicia Cozine
parent 220d0cb16b
commit 9b5514928a
33 changed files with 91 additions and 87 deletions

View file

@ -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
'''