Skip to content

Commit

Permalink
[ignore] Added seealso section to the mso_schema_template_anp_epg_int…
Browse files Browse the repository at this point in the history
…ra_epg_contract module
  • Loading branch information
sajagana committed Dec 17, 2024
1 parent 70758ea commit 99dc0d4
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
type: str
choices: [ absent, query, present ]
default: query
extends_documentation_fragment: cisco.mso.modules
notes:
- The O(schema) must exist before using this module in your playbook.
Use M(cisco.mso.mso_schema) to create the Schema.
Expand All @@ -85,6 +84,13 @@
Use M(cisco.mso.mso_schema_template_anp_epg) to create the Endpoint Group.
- The O(contract) must exist before using this module in your playbook.
Use M(cisco.mso.mso_schema_template_contract_filter) to create the Contract with Filter.
seealso:
- module: cisco.mso.mso_schema
- module: cisco.mso.mso_schema_template
- module: cisco.mso.mso_schema_template_anp
- module: cisco.mso.mso_schema_template_anp_epg
- module: cisco.mso.mso_schema_template_contract_filter
extends_documentation_fragment: cisco.mso.modules
"""

EXAMPLES = r"""
Expand Down

0 comments on commit 99dc0d4

Please sign in to comment.