mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -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
|
@ -46,14 +46,14 @@ EXAMPLES = '''
|
|||
- name: Get facts for one load balancer
|
||||
azure_rm_loadbalancer_facts:
|
||||
name: Testing
|
||||
resource_group: TestRG
|
||||
resource_group: myResourceGroup
|
||||
|
||||
- name: Get facts for all load balancers
|
||||
azure_rm_loadbalancer_facts:
|
||||
|
||||
- name: Get facts for all load balancers in a specific resource group
|
||||
azure_rm_loadbalancer_facts:
|
||||
resource_group: TestRG
|
||||
resource_group: myResourceGroup
|
||||
|
||||
- name: Get facts by tags
|
||||
azure_rm_loadbalancer_facts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue