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

@ -227,7 +227,7 @@ EXAMPLES = '''
- name: Create VMSS
azure_rm_virtualmachine_scaleset:
resource_group: Testing
resource_group: myResourceGroup
name: testvmss
vm_size: Standard_DS1_v2
capacity: 2
@ -252,7 +252,7 @@ EXAMPLES = '''
- name: Create a VMSS with a custom image
azure_rm_virtualmachine_scaleset:
resource_group: Testing
resource_group: myResourceGroup
name: testvmss
vm_size: Standard_DS1_v2
capacity: 2
@ -265,7 +265,7 @@ EXAMPLES = '''
- name: Create a VMSS with a custom image from a particular resource group
azure_rm_virtualmachine_scaleset:
resource_group: Testing
resource_group: myResourceGroup
name: testvmss
vm_size: Standard_DS1_v2
capacity: 2