mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-05 07:54:00 -07:00
minor doc fixes
This commit is contained in:
parent
e85368cb3e
commit
0ba37906df
7 changed files with 7 additions and 66 deletions
|
@ -22,15 +22,11 @@
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: azure_rm_storageblob
|
||||
|
||||
short_description: Manage blob containers and blob objects.
|
||||
|
||||
version_added: "2.1"
|
||||
|
||||
description:
|
||||
- Create, update and delete blob containers and blob objects. Use to upload a file and store it as a blob object,
|
||||
or download a blob object to a file.
|
||||
|
||||
options:
|
||||
storage_account_name:
|
||||
description:
|
||||
|
@ -180,11 +176,6 @@ EXAMPLES = '''
|
|||
'''
|
||||
|
||||
RETURN = '''
|
||||
changed:
|
||||
description: Whether or not the object was changed.
|
||||
returned: always
|
||||
type: bool
|
||||
sample: True
|
||||
actions:
|
||||
description: List of descriptive actions taken by the module.
|
||||
returned: always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue