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

[UX2.0] Resolve Issue #296 #350

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

seconroy
Copy link
Collaborator

@seconroy seconroy commented Oct 15, 2024

Description

Resolves Issues #296

Types of Changes

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Build/CI change
  • Code quality improvement/refactoring/documentation (no functional changes)

Checklist

  • My code follows the code style of this project
  • I have added tests to cover my changes
  • All new and existing tests pass locally

Copy link
Member

@danischm danischm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like SD-WAN manager always includes unsupported_features in the GET payload, even if it is set to null. To be consist, we don't want TF users to configure empty lists, but rather omit or set it to null. In this case we should therefore make sure that we translate an empty list in the GET response to a null value in state instead of asking users to configure an empty list.

@tzarski0
Copy link
Collaborator

@seconroy could you please change it as per Daniel's comment?

@danischm
Copy link
Member

@seconroy , I am already working on this as part of another PR.

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