From c11680a20e5473912b316c8431578cef7ed2c574 Mon Sep 17 00:00:00 2001 From: Ben Claussen Date: Fri, 23 Jul 2021 16:16:13 -0400 Subject: [PATCH] Remove unused files --- Functions/Circuits/Circuits.ps1 | 14 ------------- Functions/Tenancy/Tenancy.ps1 | 36 --------------------------------- 2 files changed, 50 deletions(-) delete mode 100644 Functions/Circuits/Circuits.ps1 delete mode 100644 Functions/Tenancy/Tenancy.ps1 diff --git a/Functions/Circuits/Circuits.ps1 b/Functions/Circuits/Circuits.ps1 deleted file mode 100644 index 6b2af57..0000000 --- a/Functions/Circuits/Circuits.ps1 +++ /dev/null @@ -1,14 +0,0 @@ -<# - .NOTES - =========================================================================== - Created with: SAPIEN Technologies, Inc., PowerShell Studio 2018 v5.5.148 - Created on: 2/28/2018 4:06 PM - Created by: Ben Claussen - Organization: NEOnet - Filename: Circuits.ps1 - =========================================================================== - .DESCRIPTION - Circuit object functions -#> - - diff --git a/Functions/Tenancy/Tenancy.ps1 b/Functions/Tenancy/Tenancy.ps1 deleted file mode 100644 index ef5e187..0000000 --- a/Functions/Tenancy/Tenancy.ps1 +++ /dev/null @@ -1,36 +0,0 @@ -<# - .NOTES - =========================================================================== - Created with: SAPIEN Technologies, Inc., PowerShell Studio 2018 v5.5.152 - Created on: 5/29/2018 1:45 PM - Created by: Ben Claussen - Organization: NEOnet - Filename: Tenancy.ps1 - =========================================================================== - .DESCRIPTION - A description of the file. -#> - - - - -#region GET commands - - - -#endregion GET commands - - -#region SET commands - -#endregion SET commands - - -#region ADD/NEW commands - -#endregion ADD/NEW commands - - -#region REMOVE commands - -#endregion REMOVE commands \ No newline at end of file