Modify azure_rm_devtestlabschedule related document (#56819)
This commit is contained in:
parent
8168c965bc
commit
206806265d
2 changed files with 10 additions and 9 deletions
|
@ -17,7 +17,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: azure_rm_devtestlabschedule
|
||||
version_added: "2.8"
|
||||
short_description: Manage Azure DevTest Lab Schedule instance.
|
||||
short_description: Manage Azure DevTest Lab Schedule instance
|
||||
description:
|
||||
- Create, update and delete instance of Azure DecTest Lab Schedule.
|
||||
|
||||
|
@ -45,19 +45,19 @@ options:
|
|||
- The time zone ID.
|
||||
state:
|
||||
description:
|
||||
- Assert the state of the Schedule.
|
||||
- Use C(present) to create or update an Schedule and C(absent) to delete it.
|
||||
- Assert the state of the Schedule.
|
||||
- Use C(present) to create or update an Schedule and C(absent) to delete it.
|
||||
default: present
|
||||
choices:
|
||||
- absent
|
||||
- present
|
||||
- absent
|
||||
- present
|
||||
|
||||
extends_documentation_fragment:
|
||||
- azure
|
||||
- azure_tags
|
||||
|
||||
author:
|
||||
- "Zim Kalinowski (@zikalino)"
|
||||
- Zim Kalinowski (@zikalino)
|
||||
|
||||
'''
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: azure_rm_devtestlabschedule_facts
|
||||
version_added: "2.8"
|
||||
short_description: Get Azure Schedule facts.
|
||||
short_description: Get Azure Schedule facts
|
||||
description:
|
||||
- Get facts of Azure Schedule.
|
||||
|
||||
|
@ -41,7 +41,7 @@ extends_documentation_fragment:
|
|||
- azure
|
||||
|
||||
author:
|
||||
- "Zim Kalinowski (@zikalino)"
|
||||
- Zim Kalinowski (@zikalino)
|
||||
|
||||
'''
|
||||
|
||||
|
@ -55,7 +55,8 @@ EXAMPLES = '''
|
|||
|
||||
RETURN = '''
|
||||
schedules:
|
||||
description: A list of dictionaries containing facts for Schedule.
|
||||
description:
|
||||
- A list of dictionaries containing facts for Schedule.
|
||||
returned: always
|
||||
type: complex
|
||||
contains:
|
||||
|
|
Loading…
Reference in a new issue