improving consistency of azure examples/documentaion - 3 (#52573)

* normalizing example naming conventions 3

* fixed line too long
This commit is contained in:
Zim Kalinowski 2019-02-20 03:15:59 +08:00 committed by Alicia Cozine
commit d01d94c1f9
24 changed files with 85 additions and 78 deletions

View file

@ -82,7 +82,7 @@ EXAMPLES = '''
- name: Create a virtual network
azure_rm_virtualnetwork:
name: foobar
resource_group: Testing
resource_group: myResourceGroup
address_prefixes_cidr:
- "10.1.0.0/16"
- "172.100.0.0/16"
@ -96,7 +96,7 @@ EXAMPLES = '''
- name: Delete a virtual network
azure_rm_virtualnetwork:
name: foobar
resource_group: Testing
resource_group: myResourceGroup
state: absent
'''
RETURN = '''