Skip to content

Commit

Permalink
Merge pull request #945 from netenglabs/vlan-remove-state-key
Browse files Browse the repository at this point in the history
Vlan remove state key
  • Loading branch information
ddutt authored May 21, 2024
2 parents c41bba9 + 955761e commit 488ddcd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion suzieq/config/schema/vlan.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
{
"name": "state",
"type": "string",
"key": 2,
"display": 4,
"description": "VLAN state: active or suspended"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/sqcmds/common-samples/describe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ tests:
carrying this VLAN"}, {"name": "namespace", "type": "string", "key": 0, "display":
0, "description": "Namespace associated with record"}, {"name": "sqvers", "type":
"string", "key": "", "display": "", "description": "Schema version, not selectable"},
{"name": "state", "type": "string", "key": 2, "display": 4, "description": "VLAN
{"name": "state", "type": "string", "key": "", "display": 4, "description": "VLAN
state: active or suspended"}, {"name": "timestamp", "type": "timestamp", "key":
"", "display": 7, "description": ""}, {"name": "vlan", "type": "long", "key":
"", "display": 6, "description": "VLAN ID"}, {"name": "vlanName", "type": "string",
Expand Down

0 comments on commit 488ddcd

Please sign in to comment.