From a12f8c1f4a7cc44c3d9de88108dedd03d9c10257 Mon Sep 17 00:00:00 2001 From: Albert Camacho Date: Fri, 11 Jan 2019 12:08:34 -0400 Subject: [PATCH] removed power_state --- SoftLayer/CLI/hardware/list.py | 1 - 1 file changed, 1 deletion(-) diff --git a/SoftLayer/CLI/hardware/list.py b/SoftLayer/CLI/hardware/list.py index 1a607880f..54bc4f823 100644 --- a/SoftLayer/CLI/hardware/list.py +++ b/SoftLayer/CLI/hardware/list.py @@ -21,7 +21,6 @@ 'action', lambda server: formatting.active_txn(server), mask='activeTransaction[id, transactionStatus[name, friendlyName]]'), - column_helper.Column('power_state', ('powerState', 'name')), column_helper.Column( 'created_by', ('billingItem', 'orderItem', 'order', 'userRecord', 'username')),