Skip to content

Commit 425046d

Browse files
Merge pull request #1753 from BrianSantivanez/issue1731
deprecate sl `autoscale`
2 parents 7d491dc + 310dae1 commit 425046d

File tree

7 files changed

+0
-420
lines changed

7 files changed

+0
-420
lines changed

SoftLayer/CLI/autoscale/create.py

Lines changed: 0 additions & 138 deletions
This file was deleted.

SoftLayer/CLI/autoscale/edit.py

Lines changed: 0 additions & 58 deletions
This file was deleted.

SoftLayer/CLI/autoscale/logs.py

Lines changed: 0 additions & 38 deletions
This file was deleted.

SoftLayer/CLI/autoscale/scale.py

Lines changed: 0 additions & 56 deletions
This file was deleted.

SoftLayer/CLI/autoscale/tag.py

Lines changed: 0 additions & 34 deletions
This file was deleted.

SoftLayer/CLI/routes.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -386,12 +386,7 @@
386386

387387
('autoscale', 'SoftLayer.CLI.autoscale'),
388388
('autoscale:list', 'SoftLayer.CLI.autoscale.list:cli'),
389-
('autoscale:create', 'SoftLayer.CLI.autoscale.create:cli'),
390389
('autoscale:detail', 'SoftLayer.CLI.autoscale.detail:cli'),
391-
('autoscale:scale', 'SoftLayer.CLI.autoscale.scale:cli'),
392-
('autoscale:logs', 'SoftLayer.CLI.autoscale.logs:cli'),
393-
('autoscale:tag', 'SoftLayer.CLI.autoscale.tag:cli'),
394-
('autoscale:edit', 'SoftLayer.CLI.autoscale.edit:cli'),
395390
('autoscale:delete', 'SoftLayer.CLI.autoscale.delete:cli'),
396391
]
397392

0 commit comments

Comments
 (0)