mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
improving consistency of azure examples/documentaion - 3 (#52573)
* normalizing example naming conventions 3 * fixed line too long
This commit is contained in:
parent
991af9ca73
commit
d01d94c1f9
24 changed files with 85 additions and 78 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue