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
{{ message }}
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
I cannot remove 'extra config elements' from a VM.
Describe the solution you'd like
There is currently the ability to:
def add_extra_config_element(self, key, value, required=False):
It would be helpful to allow the ability to remove extra config by key as well:
def remove_extra_config_element(self, key):
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: