You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a feature is using custom remediation that results in structured data, the generated config plan should check if the feature is custom and just reply with that data instead of trying to split on the string.
Observed Behavior
Custom remediations purpose is to allow for remediations to provide non-CLI based data. The below line intimates we only allow strings in remediation "field".
Environment
Expected Behavior
If a feature is using custom remediation that results in structured data, the generated config plan should check if the feature is custom and just reply with that data instead of trying to split on the string.
Observed Behavior
Custom remediations purpose is to allow for remediations to provide non-CLI based data. The below line intimates we only allow strings in remediation "field".
nautobot-app-golden-config/nautobot_golden_config/jobs.py
Line 446 in 16f9a3c
Steps to Reproduce
The text was updated successfully, but these errors were encountered: