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

Template Intent module should accept language parameter in any case #94

Merged
merged 5 commits into from
Mar 14, 2023

Conversation

madhansansel
Copy link
Contributor

Problem Description:
a) template_intent module does not allow documented values for language parameter (Issue #91). cisco.dnac.template_intent requires a parameter called "language". According to the module docs and the DNAC API docs the allowed values are "JINJA" or "VELOCITY". The module does not accept these and will only accept "jinja" or "velocity".

b) Swim intent module to copy image from local.

Fix:
a) Accept any case(lower and upper) in the modules code.
b) Added support for copying image from local to DNAC.

UT:
Fixes are verified.

@bvargasre bvargasre merged commit 59a36f9 into cisco-en-programmability:main Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants