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
parent 991af9ca73
commit d01d94c1f9
24 changed files with 85 additions and 78 deletions

View file

@ -98,25 +98,25 @@ EXAMPLES = '''
azure_rm_subnet:
name: foobar
virtual_network_name: My_Virtual_Network
resource_group: Testing
resource_group: myResourceGroup
address_prefix_cidr: "10.1.0.0/24"
- name: Create a subnet refer nsg from other resource group
azure_rm_subnet:
name: foobar
virtual_network_name: My_Virtual_Network
resource_group: Testing
resource_group: myResourceGroup
address_prefix_cidr: "10.1.0.0/16"
security_group:
name: secgroupfoo
resource_group: Testing1
resource_group: mySecondResourceGroup
route_table: route
- name: Delete a subnet
azure_rm_subnet:
name: foobar
virtual_network_name: My_Virtual_Network
resource_group: Testing
resource_group: myResourceGroup
state: absent
'''