improving consistency of azure examples/documentaion - 3 (#52573)

* normalizing example naming conventions 3

* fixed line too long
This commit is contained in:
Zim Kalinowski 2019-02-20 03:15:59 +08:00 committed by Alicia Cozine
parent 991af9ca73
commit d01d94c1f9
24 changed files with 85 additions and 78 deletions

View file

@ -125,14 +125,14 @@ author:
EXAMPLES = '''
- name: Remove container foo
azure_rm_storageblob:
resource_group: testing
resource_group: myResourceGroup
storage_account_name: clh0002
container: foo
state: absent
- name: Create container foo and upload a file
azure_rm_storageblob:
resource_group: Testing
resource_group: myResourceGroup
storage_account_name: clh0002
container: foo
blob: graylog.png
@ -142,7 +142,7 @@ EXAMPLES = '''
- name: Download the file
azure_rm_storageblob:
resource_group: Testing
resource_group: myResourceGroup
storage_account_name: clh0002
container: foo
blob: graylog.png