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

@ -69,10 +69,10 @@ author:
EXAMPLES = '''
- name: Get scaleset info
azure_rm_resource_facts:
resource_group: "{{ resource_group }}"
resource_group: myResourceGroup
provider: compute
resource_type: virtualmachinescalesets
resource_name: "{{ scaleset_name }}"
resource_name: myVmss
api_version: "2017-12-01"
'''