mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 09:54:02 -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
|
@ -80,18 +80,18 @@ author:
|
|||
EXAMPLES = '''
|
||||
- name: Create virtual network peering
|
||||
azure_rm_virtualnetworkpeering:
|
||||
resource_group: myResourceGroup1
|
||||
resource_group: myResourceGroup
|
||||
name: vnet_peer1
|
||||
virtual_network: myVnet1
|
||||
remote_virtual_network:
|
||||
resource_group: myResourceGroup2
|
||||
resource_group: mySecondResourceGroup
|
||||
name: myVnet2
|
||||
allow_virtual_network_access: false
|
||||
allow_forwarded_traffic: true
|
||||
|
||||
- name: Delete the virtual network peering
|
||||
azure_rm_virtualnetworkpeering:
|
||||
resource_group: myResourceGroup1
|
||||
resource_group: myResourceGroup
|
||||
name: vnet_peer1
|
||||
virtual_network: myVnet1
|
||||
state: absent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue