improving consistency of azure examples/documentation (#52571)

* normalizing naming in examples

* fixed line too long
This commit is contained in:
Zim Kalinowski 2019-02-20 01:57:04 +08:00 committed by Alicia Cozine
commit 628f62c571
26 changed files with 73 additions and 69 deletions

View file

@ -44,12 +44,12 @@ author:
EXAMPLES = '''
- name: Get instance of Auto Scale Setting
azure_rm_autoscale_facts:
resource_group: resource_group_name
resource_group: myResourceGroup
name: auto_scale_name
- name: List instances of Auto Scale Setting
azure_rm_autoscale_facts:
resource_group: resource_group_name
resource_group: myResourceGroup
'''
RETURN = '''