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

fix: support updating virtual circuit attributes other than name #245

Merged
merged 3 commits into from
Oct 17, 2024

Conversation

ctreatma
Copy link
Contributor

Fixes #237

This marks additional attributes as mutable in the virtual circuit module specs. In addition to marking the attributes as mutable, we also need to add a flag to the shared get_diff function to tell that function not to ignore fields that are not present in the API response but are present in the config.

This also registers the md5 attribute as a response attribute for virtual circuits so that the module will know about that attribute and handle it correctly.

@cprivitere cprivitere merged commit 87bc41e into main Oct 17, 2024
4 checks passed
@cprivitere cprivitere deleted the virtual_circuit_mutable branch October 17, 2024 21:20
Copy link

This PR is included in version 0.11.1 🎉

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.

Virtual circuit module only allows updating name
2 participants