Removing staging files

This commit is contained in:
Ben Claussen 2018-05-18 12:44:10 -04:00
parent 749641bd12
commit 895b16450a
2 changed files with 9 additions and 20 deletions

View file

@ -25,7 +25,7 @@
GUID = 'bba9b06c-49c8-47cf-8358-aca7c4e78896' GUID = 'bba9b06c-49c8-47cf-8358-aca7c4e78896'
# Author of this module # Author of this module
Author = ' Ben Claussen' Author = 'Ben Claussen'
# Company or vendor of this module # Company or vendor of this module
CompanyName = 'NEOnet' CompanyName = 'NEOnet'
@ -34,10 +34,10 @@
Copyright = '(c) 2018. All rights reserved.' Copyright = '(c) 2018. All rights reserved.'
# Description of the functionality provided by this module # Description of the functionality provided by this module
Description = 'Module description' Description = 'A Powershell wrapper for Netbox API'
# Minimum version of the Windows PowerShell engine required by this module # Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '2.0' PowerShellVersion = '5.0'
# Name of the Windows PowerShell host required by this module # Name of the Windows PowerShell host required by this module
PowerShellHostName = '' PowerShellHostName = ''
@ -100,13 +100,13 @@
PSData = @{ PSData = @{
# Tags applied to this module. These help with module discovery in online galleries. # Tags applied to this module. These help with module discovery in online galleries.
# Tags = @() Tags = @('Netbox', 'API', 'DCIM', 'IPAM')
# A URL to the license for this module. # A URL to the license for this module.
# LicenseUri = '' # LicenseUri = ''
# A URL to the main website for this project. # A URL to the main website for this project.
# ProjectUri = '' ProjectUri = 'https://github.com/benclaussen/NetboxPS'
# A URL to an icon representing this module. # A URL to an icon representing this module.
# IconUri = '' # IconUri = ''

View file

@ -2,7 +2,7 @@
.NOTES .NOTES
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
Code generated by: SAPIEN Technologies, Inc., PowerShell Studio 2018 v5.5.152 Code generated by: SAPIEN Technologies, Inc., PowerShell Studio 2018 v5.5.152
Generated on: 5/18/2018 11:21 AM Generated on: 5/18/2018 12:40 PM
Generated by: Ben Claussen Generated by: Ben Claussen
Organization: NEOnet Organization: NEOnet
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
@ -1383,6 +1383,7 @@ public enum $EnumName
function Get-NetboxIPAMChoices { function Get-NetboxIPAMChoices {
[CmdletBinding()] [CmdletBinding()]
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSUseSingularNouns", "", Justification = "These are literally 'choices' in Netbox")]
param () param ()
$uriSegments = [System.Collections.ArrayList]::new(@('ipam', '_choices')) $uriSegments = [System.Collections.ArrayList]::new(@('ipam', '_choices'))
@ -1989,17 +1990,5 @@ $script:CommonParameterNames = New-Object System.Collections.ArrayList
SetupNetboxConfigVariable SetupNetboxConfigVariable
#if (-not ([System.Management.Automation.PSTypeName]'NetboxVirtualMachineStatus').Type) { #Export-ModuleMember -Function *
# Add-Type -TypeDefinition @" Export-ModuleMember -Function *-*
#public enum NetboxVirtualMachineStatus
#{
# Offline = 0,
# Active = 1,
# Staged = 3
#}
#"@
#}
Export-ModuleMember -Function *
#Export-ModuleMember -Function *-*