Skip to content

Commit 488ddcd

Browse files
authored
Merge pull request #945 from netenglabs/vlan-remove-state-key
Vlan remove state key
2 parents c41bba9 + 955761e commit 488ddcd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

suzieq/config/schema/vlan.avsc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
{
4040
"name": "state",
4141
"type": "string",
42-
"key": 2,
4342
"display": 4,
4443
"description": "VLAN state: active or suspended"
4544
},

tests/integration/sqcmds/common-samples/describe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ tests:
575575
carrying this VLAN"}, {"name": "namespace", "type": "string", "key": 0, "display":
576576
0, "description": "Namespace associated with record"}, {"name": "sqvers", "type":
577577
"string", "key": "", "display": "", "description": "Schema version, not selectable"},
578-
{"name": "state", "type": "string", "key": 2, "display": 4, "description": "VLAN
578+
{"name": "state", "type": "string", "key": "", "display": 4, "description": "VLAN
579579
state: active or suspended"}, {"name": "timestamp", "type": "timestamp", "key":
580580
"", "display": 7, "description": ""}, {"name": "vlan", "type": "long", "key":
581581
"", "display": 6, "description": "VLAN ID"}, {"name": "vlanName", "type": "string",

0 commit comments

Comments
 (0)