mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-07 08:54:01 -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
|
@ -80,7 +80,7 @@ EXAMPLES = '''
|
|||
azure_rm_virtualmachine_extension:
|
||||
name: myvmextension
|
||||
location: eastus
|
||||
resource_group: Testing
|
||||
resource_group: myResourceGroup
|
||||
virtual_machine_name: myvm
|
||||
publisher: Microsoft.Azure.Extensions
|
||||
virtual_machine_extension_type: CustomScript
|
||||
|
@ -92,7 +92,7 @@ EXAMPLES = '''
|
|||
azure_rm_virtualmachine_extension:
|
||||
name: myvmextension
|
||||
location: eastus
|
||||
resource_group: Testing
|
||||
resource_group: myResourceGroup
|
||||
virtual_machine_name: myvm
|
||||
state: absent
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue