mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-15 17:40:50 -07:00
improving consistency of azure examples/documentaion - 3 (#52573)
* normalizing example naming conventions 3 * fixed line too long
This commit is contained in:
parent
991af9ca73
commit
d01d94c1f9
24 changed files with 85 additions and 78 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue