mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
modify document (#56762)
This commit is contained in:
parent
96d2dd3241
commit
71ec184688
2 changed files with 16 additions and 15 deletions
|
@ -17,7 +17,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: azure_rm_devtestlabartifactsource_facts
|
||||
version_added: "2.8"
|
||||
short_description: Get Azure DevTest Lab Artifact Source facts.
|
||||
short_description: Get Azure DevTest Lab Artifact Source facts
|
||||
description:
|
||||
- Get facts of Azure DevTest Lab Artifact Source.
|
||||
|
||||
|
@ -41,7 +41,7 @@ extends_documentation_fragment:
|
|||
- azure
|
||||
|
||||
author:
|
||||
- "Zim Kalinowski (@zikalino)"
|
||||
- Zim Kalinowski (@zikalino)
|
||||
|
||||
'''
|
||||
|
||||
|
@ -55,7 +55,8 @@ EXAMPLES = '''
|
|||
|
||||
RETURN = '''
|
||||
artifactsources:
|
||||
description: A list of dictionaries containing facts for DevTest Lab Artifact Source.
|
||||
description:
|
||||
- A list of dictionaries containing facts for DevTest Lab Artifact Source.
|
||||
returned: always
|
||||
type: complex
|
||||
contains:
|
||||
|
@ -86,13 +87,13 @@ artifactsources:
|
|||
sample: myArtifactSource
|
||||
display_name:
|
||||
description:
|
||||
- "The artifact source's display name."
|
||||
- The artifact source's display name.
|
||||
returned: always
|
||||
type: str
|
||||
sample: Public Artifact Repo
|
||||
source_type:
|
||||
description:
|
||||
- "The artifact source's type."
|
||||
- The artifact source's type.
|
||||
returned: always
|
||||
type: str
|
||||
sample: github
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue