mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update azure_rm_virtualmachine.py (#57125)
Docs: Add resource_group values in examples of: - Power On - Restart
This commit is contained in:
parent
2013d4abc4
commit
aa3b2c47f1
1 changed files with 2 additions and 2 deletions
|
@ -553,12 +553,12 @@ EXAMPLES = '''
|
|||
|
||||
- name: Power On
|
||||
azure_rm_virtualmachine:
|
||||
resource_group:
|
||||
resource_group: myResourceGroup
|
||||
name: testvm002
|
||||
|
||||
- name: Restart
|
||||
azure_rm_virtualmachine:
|
||||
resource_group:
|
||||
resource_group: myResourceGroup
|
||||
name: testvm002
|
||||
restarted: yes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue