improving consistency of azure examples/documentation - 2 (#52572)

* normalizing azure example naming conventions - 2
This commit is contained in:
Zim Kalinowski 2019-02-20 21:39:41 +08:00 committed by Alicia Cozine
commit 9b5514928a
33 changed files with 91 additions and 87 deletions

View file

@ -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: