Skip to content

Commit

Permalink
Fix sanity issue in aci_rest and bump version to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lhercot committed Oct 14, 2020
1 parent 9eb7da7 commit 6b69c24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace: cisco
name: aci
# The version of the collection. Must be compatible with semantic versioning
version: 1.0.0
version: 1.0.1
readme: README.md
authors:
- Dag Wieers (@dagwieers) <[email protected]>
Expand Down
3 changes: 2 additions & 1 deletion plugins/modules/aci_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
This is a known APIC problem and has been reported to the vendor. A workaround for this issue exists.
More information in :ref:`the ACI documentation <aci_guide_known_issues>`.
- XML payloads require the C(lxml) and C(xmljson) python libraries. For JSON payloads nothing special is needed.
- If you don’t have any attributes, it may be necessary to add: attributes: {} as the APIC does expect the entry to precede any children.
- If you do not have any attributes, it may be necessary to add the "attributes" key with an empty dictionnary "{}" for value
as the APIC does expect the entry to precede any children.
seealso:
- module: cisco.aci.aci_tenant
- name: Cisco APIC REST API Configuration Guide
Expand Down

0 comments on commit 6b69c24

Please sign in to comment.