mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 15:11:23 -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
|
@ -48,13 +48,13 @@ author:
|
|||
EXAMPLES = '''
|
||||
- name: Get information on specific Virtual Machine Extension
|
||||
azure_rm_virtualmachineextension_facts:
|
||||
resource_group: myrg
|
||||
resource_group: myResourceGroup
|
||||
virtual_machine_name: myvm
|
||||
name: myextension
|
||||
|
||||
- name: List installed Virtual Machine Extensions
|
||||
azure_rm_virtualmachineextension_facts:
|
||||
resource_group: myrg
|
||||
resource_group: myResourceGroup
|
||||
virtual_machine_name: myvm
|
||||
'''
|
||||
|
||||
|
@ -69,13 +69,14 @@ extensions:
|
|||
- Resource Id
|
||||
returned: always
|
||||
type: str
|
||||
sample: /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myrg/providers/Microsoft.Compute/myvm/testVM/extensions/myextension
|
||||
sample: "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.Compute/myvm/testVM/extens
|
||||
ions/myextension"
|
||||
resource_group:
|
||||
description:
|
||||
- Resource group name
|
||||
returned: always
|
||||
type: str
|
||||
sample: myrg
|
||||
sample: myResourceGroup
|
||||
virtual_machine_name:
|
||||
description:
|
||||
- Virtual machine name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue