mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-21 00:01:08 +00:00
Update azure_rm_virtualmachine.py (#57125)
Docs: Add resource_group values in examples of: - Power On - Restart
This commit is contained in:
committed by
Alicia Cozine
parent
2013d4abc4
commit
aa3b2c47f1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user