Decommissioning of config_context
reverts to the initial state without honouring non-tracked keys
#166
Labels
type: bug
Something isn't working as expected
Environment
Expected Behavior
When a local_config_context is modified by a design deployment, only the keys defined by the deployment should be reverted when the design deployment decommissioned
For example:
{ "mpls_enabled": true }
{ "mpls_enabled": true, "something": "else" }
{ "something": "else" }
Observed Behavior
However, this was the result:
null
Steps to Reproduce
The text was updated successfully, but these errors were encountered: