mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
improving consistency of azure examples/documentation - 2 (#52572)
* normalizing azure example naming conventions - 2
This commit is contained in:
parent
220d0cb16b
commit
9b5514928a
33 changed files with 91 additions and 87 deletions
|
@ -109,12 +109,12 @@ author:
|
|||
EXAMPLES = '''
|
||||
- name: Update scaleset info using azure_rm_resource
|
||||
azure_rm_resource:
|
||||
resource_group: "{{ resource_group }}"
|
||||
resource_group: myResourceGroup
|
||||
provider: compute
|
||||
resource_type: virtualmachinescalesets
|
||||
resource_name: "{{ scaleset_name }}"
|
||||
resource_name: myVmss
|
||||
api_version: "2017-12-01"
|
||||
body: "{{ body }}"
|
||||
body: { body }
|
||||
'''
|
||||
|
||||
RETURN = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue