mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-06 22:24:23 -07: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
|
- name: Power On
|
||||||
azure_rm_virtualmachine:
|
azure_rm_virtualmachine:
|
||||||
resource_group:
|
resource_group: myResourceGroup
|
||||||
name: testvm002
|
name: testvm002
|
||||||
|
|
||||||
- name: Restart
|
- name: Restart
|
||||||
azure_rm_virtualmachine:
|
azure_rm_virtualmachine:
|
||||||
resource_group:
|
resource_group: myResourceGroup
|
||||||
name: testvm002
|
name: testvm002
|
||||||
restarted: yes
|
restarted: yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue