[UX2.0] Bump Transport WAN VPN Interface Ethernet Feature to 20.15 #604
Open
tzarski0 wants to merge 4 commits intoCiscoDevNet:mainfrom
Open
[UX2.0] Bump Transport WAN VPN Interface Ethernet Feature to 20.15 #604tzarski0 wants to merge 4 commits intoCiscoDevNet:mainfrom
tzarski0 wants to merge 4 commits intoCiscoDevNet:mainfrom
Conversation
… with AND/OR logic Redesign the conditional_attribute schema and implementation to support: - Multiple conditions in a single conditional_attribute block - Logical operators (AND/OR) between conditions - Negation to check when conditions are NOT met - Explicit null checks using empty value + negate flag Breaking Changes: - Old conditional_attribute format is no longer supported - All 37 definition files migrated to new format Changes: - Update schema.yaml with new conditional_attribute structure - Add YamlConfigCondition struct and update YamlConfigConditionalAttribute - Implement helper functions: BuildConditionalLogic, BuildConditionCheck, BuildConditionalDescription - Update all templates: profile_parcels, generic, feature_templates - Migrate all 37 definition files to new format - Fix cisco_vpn negation logic for empty value conditionals The new format improves clarity and enables complex conditional logic while maintaining backward compatibility in generated code behavior.
…ace_ethernet_feature` to `20.15.0`
…ace_ethernet_feature` to `20.15.0`
…ithub.com/tzarski0/terraform-provider-sdwan into bump_transport_wan_vpn_ethernet_interface
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Bumps the minimum supported version of
sdwan_transport_wan_vpn_interface_ethernet_featureUX2.0 feature to20.15Types of Changes
Checklist