Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop - argument changes for modules #39

Merged
merged 10 commits into from
Feb 2, 2022
Prev Previous commit
Update modules to render doc issues
  • Loading branch information
William Astorga committed Feb 2, 2022
commit c9e0e082de7eac883425d0e40cd334f9a5a0e905
2 changes: 1 addition & 1 deletion plugins/modules/device_credential_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
description: Password for http read credential.
type: str
port:
description:Port for http read credential.
description: Port for http read credential.
type: str
username:
description: User name of the http read credential.
Expand Down
4 changes: 2 additions & 2 deletions plugins/modules/site_design_floormap.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
description:
- Manage operations create, update and delete of the resource Site Design Floormap.
- Service to create a floor map with callback.
- Service to delete an (empty) floor map with callback.
- Service to delete an empty floor map with callback.
version_added: '3.1.0'
extends_documentation_fragment:
- cisco.dnac.module
Expand All @@ -23,7 +23,7 @@
payload:
description: Site Design Floormap's payload
type: dict
requirements:
requirements:
- dnacentersdk == 2.4.5
- python >= 3.5
notes:
Expand Down
4 changes: 2 additions & 2 deletions plugins/modules/swim_image_details_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
short_description: Information module for Swim Image Details
description:
- Get all Swim Image Details.
- Returns software image list based on a filter criteria. For example: "filterbyName = cat3k%".
- Returns software image list based on a filter criteria. For example, "filterbyName = cat3k%".
version_added: '3.1.0'
extends_documentation_fragment:
- cisco.dnac.module_info
Expand Down Expand Up @@ -92,7 +92,7 @@
- Offset query parameter.
type: int
requirements:
- dnacentersdk == 2.4.5
- dnacentersdk >= 2.4.4
- python >= 3.5
notes:
- SDK Method used are
Expand Down